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

  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_HuffmanDecoder.cpp 17 int nVal, nTmp, i, nBits;
18 nVal = 0;
24 nVal = (nVal << 1) | nTmp;
27 if((pTable->PREFLEN[i] == nBits) && (pTable->CODES[i] == nVal)) {
JBig2_Context.cpp     [all...]
JBig2_GeneralDecoder.cpp     [all...]
  /external/chromium_org/third_party/sqlite/src/src/
test_hexio.c 352 int nVal;
360 nVal = getFts3Varint((char*)zBlob, (sqlite3_int64 *)(&iVal));
362 Tcl_SetObjResult(interp, Tcl_NewIntObj(nVal));
vdbemem.c     [all...]
func.c     [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_snippet.c 920 int nVal; /* Number of integers output by cArg */
926 nVal = 1;
932 nVal = pInfo->nCol;
937 nVal = pInfo->nCol * pInfo->nPhrase * 3;
941 return nVal;
    [all...]
fts3_write.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mapiform.h 138 ULONG nVal;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp 769 RIG_Node *nVal = &nodes[val->id];
791 if (reg->interfers(rep) && reg->livei.overlaps(nVal->livei))
797 if (!force && nRep->livei.overlaps(nVal->livei))
811 nRep->livei.unify(nVal->livei);
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp 769 RIG_Node *nVal = &nodes[val->id];
791 if (reg->interfers(rep) && reg->livei.overlaps(nVal->livei))
797 if (!force && nRep->livei.overlaps(nVal->livei))
811 nRep->livei.unify(nVal->livei);
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 667 milliseconds