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

  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_HuffmanDecoder.cpp 19 int nVal = 0;
26 nVal = (nVal << 1) | nTmp;
29 if (pTable->GetPREFLEN()[i] == nBits && pTable->GetCODES()[i] == nVal) {
JBig2_TrdProc.cpp 31 int32_t nVal, nBits;
59 nVal = pHuffmanDecoder->decodeAValue(SBHUFFDS, &IDS);
60 if (nVal == JBIG2_OOB) {
62 } else if (nVal != 0) {
74 if (pStream->readNBits(nTmp, &nVal) != 0)
77 CURT = nVal;
80 nVal = 0;
87 nVal = (nVal << 1) | nTmp;
91 (nVal == SBSYMCODES[IDI].code))
    [all...]
JBig2_SddProc.cpp 305 int32_t nVal, nBits;
343 nVal = pHuffmanDecoder->decodeAValue(SDHUFFDW, &DW);
344 if (nVal == JBIG2_OOB) {
346 } else if (nVal != 0) {
461 nVal = 0;
468 nVal = (nVal << 1) | nTmp;
470 if ((nVal == SBSYMCODES[IDI].code) &&
490 (pHuffmanDecoder->decodeAValue(SBHUFFRSIZE.get(), &nVal) != 0)) {
520 if ((FX_DWORD)nVal != (pStream->getOffset() - nTmp))
    [all...]
JBig2_Context.cpp     [all...]
  /external/opencv3/modules/imgproc/src/opencl/
remap.cl 147 ST nVal)
154 T scalar = convertScalar(nVal);
193 ST nVal)
200 T scalar = convertScalar(nVal);
233 ST nVal)
240 T scalar = convertScalar(nVal);
274 ST nVal)
281 T scalar = convertScalar(nVal);
330 ST nVal)
337 WT scalar = convertToWT(convertScalar(nVal));
    [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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mapiform.h 138 ULONG nVal;
  /external/sqlite/dist/orig/
sqlite3.h     [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.h     [all...]
sqlite3.c     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c     [all...]

Completed in 1035 milliseconds