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.c400 gl_constant_value *pVal = paramList->ParameterValues + offset; in _mesa_add_typed_unnamed_constant() local
/third_party/quickjs/
Ddebugger.c431 uint32_t pVal = (uint32_t)pObj; in DBG_GetObjectVariableReference() 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/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/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp2296 BuilderSWR::WriteVS(Value *pVal, Value *pVsContext, Value *pVtxOutput, unsigned slot, unsigned chan… in WriteVS()
/third_party/sqlite/src/
Dshell.c8140 sqlite3_value *pVal, in zipfileGetMode()
8252 static u32 zipfileGetTime(sqlite3_value *pVal){ in zipfileGetTime()
9844 sqlite3_value *pVal; in expertColumn() local
11636 static int dbdataGetVarint(const u8 *z, sqlite3_int64 *pVal){ in dbdataGetVarint()