Home
last modified time | relevance | path

Searched refs:iKey (Results 1 – 4 of 4) sorted by relevance

/external/antlr/runtime/C/include/
Dantlr3collections.h50 ANTLR3_INTKEY iKey; /**< used if type is ANTLR3_HASH_TYPE_INT */ member
/external/antlr/runtime/C/src/
Dantlr3collections.c302 if (entry->keybase.key.iKey == key) in antlr3HashRemoveI()
465 if (entry->keybase.key.iKey == key) in antlr3HashGetI()
553 if ((*newPointer)->keybase.key.iKey == key) in antlr3HashPutI()
579 entry->keybase.key.iKey = key; /* Record the key value */ in antlr3HashPutI()
/external/sqlite/dist/
Dsqlite3.c48775 unsigned int iKey; /* Key value (page number) */
49226 unsigned int h = pPage->iKey % nNew;
49276 h = pPage->iKey % pCache->nHash;
49342 if( pPage->iKey>=iLimit ){
49537 unsigned int iKey,
49587 unsigned int h = iKey % pCache->nHash;
49589 pPage->iKey = iKey;
49597 if( iKey>pCache->iMaxKey ){
49598 pCache->iMaxKey = iKey;
49665 unsigned int iKey,
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c48759 unsigned int iKey; /* Key value (page number) */
49210 unsigned int h = pPage->iKey % nNew;
49260 h = pPage->iKey % pCache->nHash;
49326 if( pPage->iKey>=iLimit ){
49521 unsigned int iKey,
49571 unsigned int h = iKey % pCache->nHash;
49573 pPage->iKey = iKey;
49581 if( iKey>pCache->iMaxKey ){
49582 pCache->iMaxKey = iKey;
49649 unsigned int iKey,
[all …]