/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_TrdProc.cpp | 89 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()
|
D | JBig2_HuffmanDecoder.cpp | 32 const int32_t nVal = nSafeVal.ValueOrDie(); in DecodeAValue() local 35 if (code.codelen != nBits || code.code != nVal) in DecodeAValue()
|
D | JBig2_SddProc.cpp | 276 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()
|
D | JBig2_Context.cpp | 1158 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/ |
D | nv50_ir_ra.cpp | 968 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/ |
D | shell.c | 931 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 …]
|
D | sqlite3.c | 12675 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 …]
|
D | sqlite3.h | 11636 int nVal, /* Number of values in apVal[] array */
|
/external/sqlite/dist/orig/ |
D | shell.c | 926 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 …]
|
D | sqlite3.c | 12675 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 …]
|
D | sqlite3.h | 11636 int nVal, /* Number of values in apVal[] array */
|
/external/rust/crates/libsqlite3-sys/sqlite3/ |
D | sqlite3.c | 12690 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 …]
|
D | sqlite3.h | 11642 int nVal, /* Number of values in apVal[] array */
|
D | bindgen_bundled_version.rs | 4650 nVal: ::std::os::raw::c_int,
|
/external/python/pycparser/utils/benchmark/inputs/ |
D | sqlite-btree.c.ppout | 1181 int nVal,
|