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

/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,
/external/chromium_org/third_party/sqlite/src/ext/fts3/
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_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_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/sqlite/dist/orig/
H A Dsqlite3.c59446 int nVal; local
71774 int nVal; member in struct:SorterRecord
87518 int nVal, nSep; local
114421 int nVal = sqlite3Strlen30(zVal); local
119552 fts3FilterMethod( sqlite3_vtab_cursor *pCursor, int idxNum, const char *idxStr, int nVal, sqlite3_value **apVal ) argument
119840 fts3SnippetFunc( sqlite3_context *pContext, int nVal, sqlite3_value **apVal ) argument
119881 fts3OffsetsFunc( sqlite3_context *pContext, int nVal, sqlite3_value **apVal ) argument
119907 fts3OptimizeFunc( sqlite3_context *pContext, int nVal, sqlite3_value **apVal ) argument
119941 fts3MatchinfoFunc( sqlite3_context *pContext, int nVal, sqlite3_value **apVal ) argument
122142 fts3auxFilterMethod( sqlite3_vtab_cursor *pCursor, int idxNum, const char *idxStr, int nVal, sqlite3_value **apVal ) argument
128241 int nVal = sqlite3_value_bytes(pVal); local
129420 int nVal; /* Number of integers output by cArg */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c59474 int nVal; local
71802 int nVal; member in struct:SorterRecord
87554 int nVal, nSep; local
114457 int nVal = sqlite3Strlen30(zVal); local
119588 fts3FilterMethod( sqlite3_vtab_cursor *pCursor, int idxNum, const char *idxStr, int nVal, sqlite3_value **apVal ) argument
119876 fts3SnippetFunc( sqlite3_context *pContext, int nVal, sqlite3_value **apVal ) argument
119917 fts3OffsetsFunc( sqlite3_context *pContext, int nVal, sqlite3_value **apVal ) argument
119943 fts3OptimizeFunc( sqlite3_context *pContext, int nVal, sqlite3_value **apVal ) argument
119977 fts3MatchinfoFunc( sqlite3_context *pContext, int nVal, sqlite3_value **apVal ) argument
122188 fts3auxFilterMethod( sqlite3_vtab_cursor *pCursor, int idxNum, const char *idxStr, int nVal, sqlite3_value **apVal ) argument
128287 int nVal = sqlite3_value_bytes(pVal); local
129466 int nVal; /* Number of integers output by cArg */ local
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c57240 int nVal; local
83277 int nVal, nSep; local
116279 fts3FilterMethod( sqlite3_vtab_cursor *pCursor, int idxNum, const char *idxStr, int nVal, sqlite3_value **apVal ) argument
116598 fts3SnippetFunc( sqlite3_context *pContext, int nVal, sqlite3_value **apVal ) argument
116639 fts3OffsetsFunc( sqlite3_context *pContext, int nVal, sqlite3_value **apVal ) argument
116665 fts3OptimizeFunc( sqlite3_context *pContext, int nVal, sqlite3_value **apVal ) argument
116699 fts3MatchinfoFunc( sqlite3_context *pContext, int nVal, sqlite3_value **apVal ) argument
117277 fts3auxFilterMethod( sqlite3_vtab_cursor *pCursor, int idxNum, const char *idxStr, int nVal, sqlite3_value **apVal ) argument
122545 int nVal = sqlite3_value_bytes(pVal); local
123743 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 870 milliseconds