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

/external/chromium_org/third_party/sqlite/src/src/
H A Dpcache1.c97 unsigned int iKey; /* Key value (page number) */ member in struct:PgHdr1
394 unsigned int h = pPage->iKey % nNew;
457 h = pPage->iKey % pCache->nHash;
497 if( pPage->iKey>=iLimit ){
682 static void *pcache1Fetch(sqlite3_pcache *p, unsigned int iKey, int createFlag){ argument
696 unsigned int h = iKey % pCache->nHash;
697 for(pPage=pCache->apHash[h]; pPage&&pPage->iKey!=iKey; pPage=pPage->pNext);
766 unsigned int h = iKey % pCache->nHash;
768 pPage->iKey
[all...]
H A Dwal.c196 ** To look for page P in the hash table, first compute a hash iKey on
199 ** iKey = (P * 383) % HASHTABLE_NSLOT
201 ** Then start scanning entries of the hash table, starting with iKey
204 ** be at index iUnused. (iUnused might be less than iKey if there was
207 ** iMax be the value between iKey and iUnused, closest to iUnused,
937 int iKey; /* Hash key */ local
939 for(iKey=walHash(aPgno[i]); aHash[iKey]; iKey=walNextHash(iKey)){
965 int iKey; /* Hash table key */ local
2269 int iKey; /* Hash slot index */ local
[all...]
H A Dfkey.c896 int iKey; local
897 for(iKey=0; iKey<pTab->nCol; iKey++){
898 Column *pCol = &pTab->aCol[iKey];
900 if( aChange[iKey]>=0 ) return 1;
901 if( iKey==pTab->iPKey && chngRowid ) return 1;
H A Dvdbe.c3269 i64 iKey; /* The rowid we are to seek to */ local
3289 iKey = sqlite3VdbeIntValue(pIn3);
3305 if( iKey==SMALLEST_INT64 && (pIn3->r<(double)iKey || pIn3->r>0) ){
3326 if( pIn3->r > (double)iKey ) iKey++;
3330 if( pIn3->r < (double)iKey ) iKey--;
3333 rc = sqlite3BtreeMovetoUnpacked(pC->pCursor, 0, (u64)iKey, 0, &res);
3339 pC->lastRowid = iKey;
3628 u64 iKey; local
3875 i64 iKey; /* The integer ROWID or key for the record to be inserted */ local
3960 i64 iKey; local
[all...]
/external/pdfium/fpdfsdk/src/
H A Dfpdf_flatten.cpp423 for (int iKey = 0; /*iKey < 100*/; iKey++)
426 FXSYS_itoa(iKey, sExtend, 10);
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3collections.h50 ANTLR3_INTKEY iKey; /**< used if type is ANTLR3_HASH_TYPE_INT */ member in union:ANTLR3_HASH_KEY_struct::__anon285
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3collections.c302 if (entry->keybase.key.iKey == key)
465 if (entry->keybase.key.iKey == key)
553 if ((*newPointer)->keybase.key.iKey == key)
579 entry->keybase.key.iKey = key; /* Record the key value */
/external/chromium_org/third_party/usb_ids/
H A Dusb.ids3827 1000 iKey 1000 Token
3828 1001 iKey 1200 Token
3829 1002 iKey Token
3830 1003 iKey Token
3831 1004 iKey Token
3832 1005 iKey Token
3833 1006 iKey Token
3834 1200 iKey 2000 Token
3835 1201 iKey Token
3836 1202 iKey 203
[all...]
/external/srec/srec/Recognizer/src/
H A DRecognizerImpl.c2548 size_t iKey; local
2563 for (iKey=0; iKey<num_semanticKeys; ++iKey)
2566 rc = semanticResult->getValue(semanticResult, semanticKeys[iKey], (LCHAR*) &semanticValue, &len);
2573 rc = SR_EventLogToken_BASIC(impl->eventLog, impl->osi_log_level, semanticKeys[iKey], semanticValue);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c35011 unsigned int iKey; /* Key value (page number) */ member in struct:PgHdr1
35596 pcache1Fetch(sqlite3_pcache *p, unsigned int iKey, int createFlag) argument
44217 int iKey; /* Hash key */ local
44245 int iKey; /* Hash table key */ local
45549 int iKey; /* Hash slot index */ local
62649 i64 iKey; /* The rowid we are to seek to */ member in struct:vdbeExecUnion::OP_SeekGt_stack_vars
62675 u64 iKey; member in struct:vdbeExecUnion::OP_NotExists_stack_vars
62688 i64 iKey; /* The integer ROWID or key for the record to be inserted */ member in struct:vdbeExecUnion::OP_InsertInt_stack_vars
62697 i64 iKey; member in struct:vdbeExecUnion::OP_Delete_stack_vars
84188 int iKey; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c38661 unsigned int iKey; /* Key value (page number) */ member in struct:PgHdr1
39276 pcache1Fetch( sqlite3_pcache *p, unsigned int iKey, int createFlag ) argument
48435 int iKey; /* Hash key */ local
48463 int iKey; /* Hash table key */ local
49831 int iKey; /* Hash slot index */ local
71575 i64 iKey; /* The rowid we are to seek to */ local
71899 u64 iKey; local
72141 i64 iKey; /* The integer ROWID or key for the record to be inserted */ local
72225 i64 iKey; local
91076 int iKey; /* Memory cell holding key of row to be deleted */ local
94219 int iKey; local
99914 int iKey = pFK->aCol[0].iFrom; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c38681 unsigned int iKey; /* Key value (page number) */ member in struct:PgHdr1
39296 pcache1Fetch( sqlite3_pcache *p, unsigned int iKey, int createFlag ) argument
48455 int iKey; /* Hash key */ local
48483 int iKey; /* Hash table key */ local
49851 int iKey; /* Hash slot index */ local
71595 i64 iKey; /* The rowid we are to seek to */ local
71919 u64 iKey; local
72161 i64 iKey; /* The integer ROWID or key for the record to be inserted */ local
72245 i64 iKey; local
91096 int iKey; /* Memory cell holding key of row to be deleted */ local
94239 int iKey; local
99934 int iKey = pFK->aCol[0].iFrom; local
[all...]

Completed in 658 milliseconds