Searched defs:nVal (Results 1 - 16 of 16) sorted by relevance

/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_HuffmanDecoder.cpp17 int nVal, nTmp, i, nBits; local
18 nVal = 0;
24 nVal = (nVal << 1) | nTmp;
27 if((pTable->PREFLEN[i] == nBits) && (pTable->CODES[i] == nVal)) {
H A DJBig2_Context.cpp1671 FX_INT32 i, j, nTemp, nVal, nBits; local
1682 nVal = 0;
1688 nVal = (nVal << 1) | nTemp;
1691 if((nBits == runcodes_len[j]) && (nVal == runcodes[j])) {
H A DJBig2_GeneralDecoder.cpp1839 FX_INT32 nVal, nBits; local
1872 nVal = pHuffmanDecoder->decodeAValue(SBHUFFDS, &IDS);
1873 if(nVal == JBIG2_OOB) {
1875 } else if(nVal != 0) {
1889 if(pStream->readNBits(nTmp, &nVal) != 0) {
1893 CURT = nVal;
1896 nVal = 0;
1903 nVal = (nVal << 1) | nTmp;
1906 if((nBits == SBSYMCODES[IDI].codelen) && (nVal
2058 FX_INT32 nRet, nVal; local
2293 FX_INT32 nVal; local
2634 FX_INT32 nVal, nBits; local
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_hexio.c352 int nVal; local
360 nVal = getFts3Varint((char*)zBlob, (sqlite3_int64 *)(&iVal));
362 Tcl_SetObjResult(interp, Tcl_NewIntObj(nVal));
H A Dvdbemem.c1096 int nVal; local
1102 nVal = sqlite3Strlen30(zVal)-1;
1103 assert( zVal[nVal]=='\'' );
1104 sqlite3VdbeMemSetStr(pVal, sqlite3HexToBlob(db, zVal, nVal), nVal/2,
H A Dfunc.c1371 int nVal, nSep; local
1392 nVal = sqlite3_value_bytes(argv[0]);
1393 sqlite3StrAccumAppend(pAccum, zVal, nVal);
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_aux.c336 int nVal, /* Number of elements in apVal */
344 UNUSED_PARAMETER(nVal);
332 fts3auxFilterMethod( sqlite3_vtab_cursor *pCursor, int idxNum, const char *idxStr, int nVal, sqlite3_value **apVal ) argument
H A Dfts3_snippet.c920 int nVal; /* Number of integers output by cArg */ local
926 nVal = 1;
932 nVal = pInfo->nCol;
937 nVal = pInfo->nCol * pInfo->nPhrase * 3;
941 return nVal;
H A Dfts3.c3043 int nVal, /* Number of elements in apVal */
3056 UNUSED_PARAMETER(nVal);
3059 assert( nVal==0 || nVal==1 );
3060 assert( (nVal==0)==(idxNum==FTS3_FULLSCAN_SEARCH) );
3360 int nVal, /* Size of apVal[] array */
3373 assert( nVal>=1 );
3375 if( nVal>6 ){
3382 switch( nVal ){
3401 int nVal, /* Siz
3039 fts3FilterMethod( sqlite3_vtab_cursor *pCursor, int idxNum, const char *idxStr, int nVal, sqlite3_value **apVal ) argument
3358 fts3SnippetFunc( sqlite3_context *pContext, int nVal, sqlite3_value **apVal ) argument
3399 fts3OffsetsFunc( sqlite3_context *pContext, int nVal, sqlite3_value **apVal ) argument
3425 fts3OptimizeFunc( sqlite3_context *pContext, int nVal, sqlite3_value **apVal ) argument
3459 fts3MatchinfoFunc( sqlite3_context *pContext, int nVal, sqlite3_value **apVal ) argument
[all...]
H A Dfts3_write.c2449 int nVal = sqlite3_value_bytes(pVal); local
2453 }else if( nVal==8 && 0==sqlite3_strnicmp(zVal, "optimize", 8) ){
2461 }else if( nVal>9 && 0==sqlite3_strnicmp(zVal, "nodesize=", 9) ){
2464 }else if( nVal>11 && 0==sqlite3_strnicmp(zVal, "maxpending=", 9) ){
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ra.cpp769 RIG_Node *nVal = &nodes[val->id]; local
791 if (reg->interfers(rep) && reg->livei.overlaps(nVal->livei))
797 if (!force && nRep->livei.overlaps(nVal->livei))
811 nRep->livei.unify(nVal->livei);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ra.cpp769 RIG_Node *nVal = &nodes[val->id]; local
791 if (reg->interfers(rep) && reg->livei.overlaps(nVal->livei))
797 if (!force && nRep->livei.overlaps(nVal->livei))
811 nRep->livei.unify(nVal->livei);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c57061 int nVal; local
83070 int nVal, nSep; local
116089 fts3FilterMethod( sqlite3_vtab_cursor *pCursor, int idxNum, const char *idxStr, int nVal, sqlite3_value **apVal ) argument
116408 fts3SnippetFunc( sqlite3_context *pContext, int nVal, sqlite3_value **apVal ) argument
116449 fts3OffsetsFunc( sqlite3_context *pContext, int nVal, sqlite3_value **apVal ) argument
116475 fts3OptimizeFunc( sqlite3_context *pContext, int nVal, sqlite3_value **apVal ) argument
116509 fts3MatchinfoFunc( sqlite3_context *pContext, int nVal, sqlite3_value **apVal ) argument
117087 fts3auxFilterMethod( sqlite3_vtab_cursor *pCursor, int idxNum, const char *idxStr, int nVal, sqlite3_value **apVal ) argument
122355 int nVal = sqlite3_value_bytes(pVal); local
123553 int nVal; /* Number of integers output by cArg */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c61870 int nVal; local
61935 int nVal; /* Bytes of space required for argv[0] */ local
75148 int nVal; member in struct:SorterRecord
93189 int nVal, nSep; local
124467 int nVal = sqlite3Strlen30(zVal); local
129915 fts3FilterMethod( sqlite3_vtab_cursor *pCursor, int idxNum, const char *idxStr, int nVal, sqlite3_value **apVal ) argument
130280 fts3SnippetFunc( sqlite3_context *pContext, int nVal, sqlite3_value **apVal ) argument
130321 fts3OffsetsFunc( sqlite3_context *pContext, int nVal, sqlite3_value **apVal ) argument
130347 fts3OptimizeFunc( sqlite3_context *pContext, int nVal, sqlite3_value **apVal ) argument
130381 fts3MatchinfoFunc( sqlite3_context *pContext, int nVal, sqlite3_value **apVal ) argument
132995 fts3auxFilterMethod( sqlite3_vtab_cursor *pCursor, int idxNum, const char *idxStr, int nVal, sqlite3_value **apVal ) argument
136575 fts3tokFilterMethod( sqlite3_vtab_cursor *pCursor, int idxNum, const char *idxStr, int nVal, sqlite3_value **apVal ) argument
141968 int nVal = sqlite3_value_bytes(pVal); local
143187 int nVal; /* Number of integers output by cArg */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c61890 int nVal; local
61955 int nVal; /* Bytes of space required for argv[0] */ local
75168 int nVal; member in struct:SorterRecord
93209 int nVal, nSep; local
124487 int nVal = sqlite3Strlen30(zVal); local
129935 fts3FilterMethod( sqlite3_vtab_cursor *pCursor, int idxNum, const char *idxStr, int nVal, sqlite3_value **apVal ) argument
130300 fts3SnippetFunc( sqlite3_context *pContext, int nVal, sqlite3_value **apVal ) argument
130341 fts3OffsetsFunc( sqlite3_context *pContext, int nVal, sqlite3_value **apVal ) argument
130367 fts3OptimizeFunc( sqlite3_context *pContext, int nVal, sqlite3_value **apVal ) argument
130401 fts3MatchinfoFunc( sqlite3_context *pContext, int nVal, sqlite3_value **apVal ) argument
133027 fts3auxFilterMethod( sqlite3_vtab_cursor *pCursor, int idxNum, const char *idxStr, int nVal, sqlite3_value **apVal ) argument
136607 fts3tokFilterMethod( sqlite3_vtab_cursor *pCursor, int idxNum, const char *idxStr, int nVal, sqlite3_value **apVal ) argument
142000 int nVal = sqlite3_value_bytes(pVal); local
143219 int nVal; /* Number of integers output by cArg */ local
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 576 milliseconds