Home
last modified time | relevance | path

Searched refs:nVal (Results 1 – 12 of 12) sorted by relevance

/external/pdfium/core/fxcodec/jbig2/
DJBig2_TrdProc.cpp89 int32_t nVal = pHuffmanDecoder->DecodeAValue(SBHUFFDS.Get(), &IDS); in DecodeHuffman() local
90 if (nVal == JBIG2_OOB) in DecodeHuffman()
93 if (nVal != 0) in DecodeHuffman()
104 int32_t nVal; in DecodeHuffman() local
105 if (pStream->readNBits(nTmp, &nVal) != 0) in DecodeHuffman()
108 CURT = nVal; in DecodeHuffman()
129 const int32_t nVal = nSafeVal.ValueOrDie(); in DecodeHuffman() local
131 if (nBits == SBSYMCODES[IDI].codelen && nVal == SBSYMCODES[IDI].code) in DecodeHuffman()
DJBig2_HuffmanDecoder.cpp32 const int32_t nVal = nSafeVal.ValueOrDie(); in DecodeAValue() local
35 if (code.codelen != nBits || code.code != nVal) in DecodeAValue()
DJBig2_SddProc.cpp276 int32_t nVal; in DecodeHuffman() local
308 nVal = pHuffmanDecoder->DecodeAValue(SDHUFFDW.Get(), &DW); in DecodeHuffman()
309 if (nVal == JBIG2_OOB) in DecodeHuffman()
311 if (nVal != 0) in DecodeHuffman()
411 (pHuffmanDecoder->DecodeAValue(SBHUFFRSIZE.get(), &nVal) != 0)) { in DecodeHuffman()
439 if ((uint32_t)nVal != (pStream->getOffset() - nTmp)) in DecodeHuffman()
DJBig2_Context.cpp1158 const int32_t nVal = nSafeVal.ValueOrDie(); in DecodeSymbolIDHuffmanTable() local
1160 if (nBits == huffman_codes[j].codelen && nVal == huffman_codes[j].code) in DecodeSymbolIDHuffmanTable()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_ra.cpp968 RIG_Node *nVal = &nodes[val->id]; in coalesceValues() local
990 if (reg->interfers(rep) && reg->livei.overlaps(nVal->livei)) in coalesceValues()
996 if (!force && nRep->livei.overlaps(nVal->livei)) in coalesceValues()
1010 nRep->livei.unify(nVal->livei); in coalesceValues()
1011 nRep->degreeLimit = MIN2(nRep->degreeLimit, nVal->degreeLimit); in coalesceValues()
1012 nRep->maxReg = MIN2(nRep->maxReg, nVal->maxReg); in coalesceValues()
/external/sqlite/dist/orig/
Dshell.c926 int nVal, in shellModuleSchema() argument
931 UNUSED_PARAMETER(nVal); in shellModuleSchema()
960 int nVal, in shellAddSchemaName() argument
976 UNUSED_PARAMETER(nVal); in shellAddSchemaName()
5910 int nVal, in zipfileUpdate() argument
5943 if( nVal>1 ){ in zipfileUpdate()
5957 if( nVal>1 ){ in zipfileUpdate()
6313 void zipfileStep(sqlite3_context *pCtx, int nVal, sqlite3_value **apVal){ in zipfileStep() argument
6346 if( nVal!=2 && nVal!=4 && nVal!=5 ){ in zipfileStep()
6352 if( nVal==2 ){ in zipfileStep()
[all …]
Dsqlite3.h11636 int nVal, /* Number of values in apVal[] array */
/external/sqlite/dist/
Dshell.c931 int nVal, in shellModuleSchema() argument
936 UNUSED_PARAMETER(nVal); in shellModuleSchema()
965 int nVal, in shellAddSchemaName() argument
981 UNUSED_PARAMETER(nVal); in shellAddSchemaName()
5915 int nVal, in zipfileUpdate() argument
5948 if( nVal>1 ){ in zipfileUpdate()
5962 if( nVal>1 ){ in zipfileUpdate()
6318 void zipfileStep(sqlite3_context *pCtx, int nVal, sqlite3_value **apVal){ in zipfileStep() argument
6351 if( nVal!=2 && nVal!=4 && nVal!=5 ){ in zipfileStep()
6357 if( nVal==2 ){ in zipfileStep()
[all …]
Dsqlite3.h11636 int nVal, /* Number of values in apVal[] array */
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.h11642 int nVal, /* Number of values in apVal[] array */
Dbindgen_bundled_version.rs4650 nVal: ::std::os::raw::c_int,
/external/python/pycparser/utils/benchmark/inputs/
Dsqlite-btree.c.ppout1181 int nVal,