Home
last modified time | relevance | path

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

/external/libese/third_party/NXPNFC_P61_JCOP_Kit/include/
DAlaLib.h86 inline int FSCANF_BYTE(FILE *stream, const char *format, void* pVal) in FSCANF_BYTE()
/external/mesa3d/src/mesa/program/
Dprog_parameter.c334 gl_constant_value *pVal = paramList->ParameterValues[pos]; in _mesa_add_typed_unnamed_constant() local
/external/pdfium/xfa/fde/css/
Dcfde_cssstyleselector.cpp570 const CFX_RetainPtr<CFDE_CSSValue> pVal = pValue->GetValue(i); in ToTextDecoration() local
/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.h382 const char *pArg, *pVal; member
/external/clang/include/clang/AST/
DTemplateBase.h92 const uint64_t *pVal; ///< Used to store the >64 bits integer value. member
DExpr.h1224 uint64_t *pVal; ///< Used to store the >64 bits integer value. member
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_misc.cpp824 Value* pVal = VEXTRACT(a, pIndex); in PERMD() local
859 Value* pVal = VEXTRACT(a, pIndex); in PERMPS() local
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPInt.h80 uint64_t *pVal; ///< Used to store the >64 bits integer value. member
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h84 uint64_t *pVal; ///< Used to store the >64 bits integer value. member
/external/sonic/
DSonic.java529 short pVal = samples[position + period + i]; in findPitchPeriodInRange() local
Dsonic.c618 short *s, *p, sVal, pVal; in findPitchPeriodInRange() local
/external/llvm/include/llvm/ADT/
DAPInt.h80 uint64_t *pVal; ///< Used to store the >64 bits integer value. member
/external/valgrind/cachegrind/
Dcg_merge.c1511 Bool nextIterFM ( WordFM* fm, /*OUT*/Word* pKey, /*OUT*/Word* pVal ) in nextIterFM()