Home
last modified time | relevance | path

Searched defs:pVal (Results 1 – 7 of 7) sorted by relevance

/third_party/openh264/codec/console/common/src/
Dread_config.cpp84 long CReadConfig::ReadLine (std::string* pVal, const int kiValSize/* = 4*/) { in ReadLine()
/third_party/mesa3d/src/mesa/program/
Dprog_parameter.c402 gl_constant_value *pVal = paramList->ParameterValues + offset; in _mesa_add_typed_unnamed_constant() local
/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
/third_party/pulseaudio/sonic/
DSonic.java529 short pVal = samples[position + period + i]; in findPitchPeriodInRange() local
Dsonic.c618 short *s, *p, sVal, pVal; in findPitchPeriodInRange() local
/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
/third_party/sqlite/src/
Dshell.c8249 sqlite3_value *pVal, in zipfileGetMode()
8361 static u32 zipfileGetTime(sqlite3_value *pVal){ in zipfileGetTime()
9957 sqlite3_value *pVal; in expertColumn() local
11782 static int dbdataGetVarint(const u8 *z, sqlite3_int64 *pVal){ in dbdataGetVarint()
11799 static int dbdataGetVarintU32(const u8 *z, sqlite3_int64 *pVal){ in dbdataGetVarintU32()
13162 sqlite3_value *pVal in recoverBindValue()
14176 sqlite3_value *pVal = sqlite3_column_value(pPageData, 2); in recoverLostAndFoundOnePage() local
14376 sqlite3_value *pVal = sqlite3_column_value(pSel, 3); in recoverWriteDataStep() local
14664 static int recoverGetVarint(const u8 *a, i64 *pVal){ in recoverGetVarint()