Home
last modified time | relevance | path

Searched refs:pVal (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp78 U.pVal = getClearedMemory(getNumWords()); in initSlowCase()
79 U.pVal[0] = val; in initSlowCase()
82 U.pVal[i] = WORDTYPE_MAX; in initSlowCase()
87 U.pVal = getMemory(getNumWords()); in initSlowCase()
88 memcpy(U.pVal, that.U.pVal, getNumWords() * APINT_WORD_SIZE); in initSlowCase()
98 U.pVal = getClearedMemory(getNumWords()); in initFromArray()
102 memcpy(U.pVal, bigVal.data(), words * APINT_WORD_SIZE); in initFromArray()
133 delete [] U.pVal; in reallocate()
140 U.pVal = getMemory(getNumWords()); in reallocate()
155 memcpy(U.pVal, RHS.U.pVal, getNumWords() * APINT_WORD_SIZE); in AssignSlowCase()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp78 pVal = getClearedMemory(getNumWords()); in initSlowCase()
79 pVal[0] = val; in initSlowCase()
82 pVal[i] = -1ULL; in initSlowCase()
86 pVal = getMemory(getNumWords()); in initSlowCase()
87 memcpy(pVal, that.pVal, getNumWords() * APINT_WORD_SIZE); in initSlowCase()
97 pVal = getClearedMemory(getNumWords()); in initFromArray()
101 memcpy(pVal, bigVal.data(), words * APINT_WORD_SIZE); in initFromArray()
131 memcpy(pVal, RHS.pVal, getNumWords() * APINT_WORD_SIZE); in AssignSlowCase()
139 pVal = getMemory(RHS.getNumWords()); in AssignSlowCase()
140 memcpy(pVal, RHS.pVal, RHS.getNumWords() * APINT_WORD_SIZE); in AssignSlowCase()
[all …]
/third_party/openh264/codec/console/common/src/
Dread_config.cpp84 long CReadConfig::ReadLine (std::string* pVal, const int kiValSize/* = 4*/) { in ReadLine() argument
85 if (m_pCfgFile == NULL || pVal == NULL || kiValSize <= 1) in ReadLine()
88 std::string* strTags = &pVal[0]; in ReadLine()
93 pVal[n] = ""; in ReadLine()
112 strTags = &pVal[nTagNum]; in ReadLine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h84 uint64_t *pVal; ///< Used to store the >64 bits integer value. member
102 APInt(uint64_t *val, unsigned bits) : BitWidth(bits), pVal(val) {} in APInt()
154 pVal[getNumWords() - 1] &= mask; in clearUnusedBits()
161 return isSingleWord() ? VAL : pVal[whichWord(bitPosition)]; in getWord()
298 delete[] pVal; in ~APInt()
581 return &pVal[0]; in getRawData()
637 if (pVal[i])
668 delete[] pVal;
719 pVal[0] |= RHS;
946 (isSingleWord() ? VAL : pVal[whichWord(bitPosition)])) !=
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h94 uint64_t *pVal; ///< Used to store the >64 bits integer value. member
108 U.pVal = val; in APInt()
156 U.pVal[getNumWords() - 1] &= mask; in clearUnusedBits()
163 return isSingleWord() ? U.VAL : U.pVal[whichWord(bitPosition)]; in getWord()
337 delete[] U.pVal; in ~APInt()
694 return &U.pVal[0]; in getRawData()
772 delete[] U.pVal;
796 U.pVal[0] = RHS;
797 memset(U.pVal+1, 0, (getNumWords() - 1) * APINT_WORD_SIZE);
827 U.pVal[0] &= RHS;
[all …]
/third_party/pulseaudio/sonic/
DSonic.java529 short pVal = samples[position + period + i]; in findPitchPeriodInRange() local
530 diff += sVal >= pVal? sVal - pVal : pVal - sVal; in findPitchPeriodInRange()
Dsonic.c618 short *s, *p, sVal, pVal; in findPitchPeriodInRange() local
628 pVal = *p++; in findPitchPeriodInRange()
629 diff += sVal >= pVal? (unsigned short)(sVal - pVal) : in findPitchPeriodInRange()
630 (unsigned short)(pVal - sVal); in findPitchPeriodInRange()
/third_party/mesa3d/src/mesa/program/
Dprog_parameter.c402 gl_constant_value *pVal = paramList->ParameterValues + offset; in _mesa_add_typed_unnamed_constant() local
404 pVal[p->Size] = values[0]; in _mesa_add_typed_unnamed_constant()
/third_party/sqlite/src/
Dshell.c8249 sqlite3_value *pVal, in zipfileGetMode() argument
8254 const char *z = (const char*)sqlite3_value_text(pVal); in zipfileGetMode()
8259 mode = (unsigned int)sqlite3_value_int(pVal); in zipfileGetMode()
8361 static u32 zipfileGetTime(sqlite3_value *pVal){ in zipfileGetTime() argument
8362 if( pVal==0 || sqlite3_value_type(pVal)==SQLITE_NULL ){ in zipfileGetTime()
8365 return (u32)sqlite3_value_int64(pVal); in zipfileGetTime()
9957 sqlite3_value *pVal; in expertColumn() local
9958 pVal = sqlite3_column_value(pCsr->pData, i); in expertColumn()
9959 if( pVal ){ in expertColumn()
9960 sqlite3_result_value(ctx, pVal); in expertColumn()
[all …]
/third_party/sqlite/include/
Dsqlite3.h9867 SQLITE_API int sqlite3_vtab_in_first(sqlite3_value *pVal, sqlite3_value **ppOut);
9868 SQLITE_API int sqlite3_vtab_in_next(sqlite3_value *pVal, sqlite3_value **ppOut);
/third_party/chromium/patch/
D0003-ohos-1115.patch96945 +** &nbsp; for(rc=sqlite3_vtab_in_first(pList, &pVal);
96946 +** &nbsp; rc==SQLITE_OK && pVal
96947 +** &nbsp; rc=sqlite3_vtab_in_next(pList, &pVal)
96949 +** &nbsp; // do something with pVal
96969 +SQLITE_API int sqlite3_vtab_in_first(sqlite3_value *pVal, sqlite3_value **ppOut);
96970 +SQLITE_API int sqlite3_vtab_in_next(sqlite3_value *pVal, sqlite3_value **ppOut);
102886 ctx.pOut = pVal;
104315 + sqlite3_value *pVal, /* Pointer to the ValueList object */
104323 + if( pVal==0 ) return SQLITE_MISUSE;
104324 + pRhs = (ValueList*)sqlite3_value_pointer(pVal, "ValueList");
[all …]