Searched defs:iKey (Results 1 - 10 of 10) sorted by relevance

/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::__anon282
/external/chromium_org/third_party/sqlite/src/src/
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 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 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...]
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...]
/external/clang/include/clang/Basic/
H A DOnDiskHashTable.h290 const internal_key_type& iKey = InfoObj.GetInternalKey(eKey); local
291 unsigned key_hash = InfoObj.ComputeHash(iKey);
324 if (!InfoPtr->EqualKey(X, iKey)) {
/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.c35024 unsigned int iKey; /* Key value (page number) */ member in struct:PgHdr1
35609 pcache1Fetch(sqlite3_pcache *p, unsigned int iKey, int createFlag) argument
44396 int iKey; /* Hash key */ local
44424 int iKey; /* Hash table key */ local
45728 int iKey; /* Hash slot index */ local
62828 i64 iKey; /* The rowid we are to seek to */ member in struct:vdbeExecUnion::OP_SeekGt_stack_vars
62854 u64 iKey; member in struct:vdbeExecUnion::OP_NotExists_stack_vars
62867 i64 iKey; /* The integer ROWID or key for the record to be inserted */ member in struct:vdbeExecUnion::OP_InsertInt_stack_vars
62876 i64 iKey; member in struct:vdbeExecUnion::OP_Delete_stack_vars
84395 int iKey; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c36941 unsigned int iKey; /* Key value (page number) */ member in struct:PgHdr1
37554 pcache1Fetch( sqlite3_pcache *p, unsigned int iKey, int createFlag ) argument
46287 int iKey; /* Hash key */ local
46315 int iKey; /* Hash table key */ local
47682 int iKey; /* Hash slot index */ local
65176 i64 iKey; /* The rowid we are to seek to */ member in struct:vdbeExecUnion::OP_SeekGt_stack_vars
65203 u64 iKey; member in struct:vdbeExecUnion::OP_NotExists_stack_vars
65216 i64 iKey; /* The integer ROWID or key for the record to be inserted */ member in struct:vdbeExecUnion::OP_InsertInt_stack_vars
65225 i64 iKey; member in struct:vdbeExecUnion::OP_Delete_stack_vars
88666 int iKey; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c36969 unsigned int iKey; /* Key value (page number) */ member in struct:PgHdr1
37582 pcache1Fetch( sqlite3_pcache *p, unsigned int iKey, int createFlag ) argument
46315 int iKey; /* Hash key */ local
46343 int iKey; /* Hash table key */ local
47710 int iKey; /* Hash slot index */ local
65204 i64 iKey; /* The rowid we are to seek to */ member in struct:vdbeExecUnion::OP_SeekGt_stack_vars
65231 u64 iKey; member in struct:vdbeExecUnion::OP_NotExists_stack_vars
65244 i64 iKey; /* The integer ROWID or key for the record to be inserted */ member in struct:vdbeExecUnion::OP_InsertInt_stack_vars
65253 i64 iKey; member in struct:vdbeExecUnion::OP_Delete_stack_vars
88702 int iKey; local
[all...]

Completed in 859 milliseconds