Home
last modified time | relevance | path

Searched refs:nVal (Results 1 – 15 of 15) 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/
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.c12675 int nVal, /* Number of values in apVal[] array */
77050 int nVal = 0; /* Size of apVal[] array */
77060 if( pList ) nVal = pList->nExpr;
77061 pFunc = sqlite3FindFunction(db, p->u.zToken, nVal, enc, 0);
77070 apVal = (sqlite3_value**)sqlite3DbMallocZero(db, sizeof(apVal[0]) * nVal);
77075 for(i=0; i<nVal; i++){
77091 pFunc->xSFunc(&ctx, nVal, apVal);
77111 for(i=0; i<nVal; i++){
77236 int nVal;
77242 nVal = sqlite3Strlen30(zVal)-1;
[all …]
Dsqlite3.h11636 int nVal, /* Number of values in apVal[] array */
/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.c12675 int nVal, /* Number of values in apVal[] array */
77034 int nVal = 0; /* Size of apVal[] array */
77044 if( pList ) nVal = pList->nExpr;
77045 pFunc = sqlite3FindFunction(db, p->u.zToken, nVal, enc, 0);
77054 apVal = (sqlite3_value**)sqlite3DbMallocZero(db, sizeof(apVal[0]) * nVal);
77059 for(i=0; i<nVal; i++){
77075 pFunc->xSFunc(&ctx, nVal, apVal);
77095 for(i=0; i<nVal; i++){
77220 int nVal;
77226 nVal = sqlite3Strlen30(zVal)-1;
[all …]
Dsqlite3.h11636 int nVal, /* Number of values in apVal[] array */
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c12690 int nVal, /* Number of values in apVal[] array */
77225 int nVal = 0; /* Size of apVal[] array */
77235 if( pList ) nVal = pList->nExpr;
77236 pFunc = sqlite3FindFunction(db, p->u.zToken, nVal, enc, 0);
77245 apVal = (sqlite3_value**)sqlite3DbMallocZero(db, sizeof(apVal[0]) * nVal);
77250 for(i=0; i<nVal; i++){
77266 pFunc->xSFunc(&ctx, nVal, apVal);
77286 for(i=0; i<nVal; i++){
77411 int nVal;
77417 nVal = sqlite3Strlen30(zVal)-1;
[all …]
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,