HomeSort by relevance Sort by last modified time
    Searched defs:pVal (Results 1 - 10 of 10) sorted by null

  /external/mesa3d/src/mesa/program/
prog_parameter.c 267 gl_constant_value *pVal = paramList->ParameterValues[pos];
269 pVal[p->Size] = values[0];
  /external/llvm/include/llvm/ADT/
APInt.h 77 /// integer bit-width <= 64, it uses VAL, otherwise it uses pVal.
80 uint64_t *pVal; ///< Used to store the >64 bits integer value.
98 APInt(uint64_t *val, unsigned bits) : BitWidth(bits), pVal(val) {}
150 pVal[getNumWords() - 1] &= mask;
157 return isSingleWord() ? VAL : pVal[whichWord(bitPosition)];
294 delete[] pVal;
577 return &pVal[0];
640 if (pVal[i])
671 delete[] pVal;
674 // Use memcpy so that type based alias analysis sees both VAL and pVal
    [all...]
  /external/clang/include/clang/AST/
TemplateBase.h 91 const uint64_t *pVal; ///< Used to store the >64 bits integer value.
288 return APSInt(APInt(Integer.BitWidth, makeArrayRef(Integer.pVal, NumWords)),
Expr.h     [all...]
  /external/pdfium/xfa/src/fdp/src/css/
fde_cssstyleselector.cpp 491 IFDE_CSSValue* pVal;
497 pVal = ppDeclArray[i]->GetProperty(FDE_CSSPROPERTY_FontSize, bImportant);
498 if (pVal == NULL) {
501 pImportant = pVal;
503 pLastest = pVal;
520 pDecl->GetNextProperty(pos, eProp, pVal, bImportant);
524 ApplyProperty(eProp, pVal, pComputedStyle);
536 pDecl->GetNextProperty(pos, eProp, pVal, bImportant);
538 ApplyProperty(eProp, pVal, pComputedStyle);
    [all...]
  /external/sonic/
Sonic.java 529 short pVal = samples[position + period + i];
530 diff += sVal >= pVal? sVal - pVal : pVal - sVal;
sonic.c 618 short *s, *p, sVal, pVal;
628 pVal = *p++;
629 diff += sVal >= pVal? (unsigned short)(sVal - pVal) :
630 (unsigned short)(pVal - sVal);
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_object_imp.cpp     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1946 milliseconds