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/orig/
Dsqlite3.c46150 unsigned int iKey; /* Key value (page number) */
46596 unsigned int h = pPage->iKey % nNew;
46645 h = pPage->iKey % pCache->nHash;
46711 if( pPage->iKey>=iLimit ){
46907 unsigned int iKey,
46957 unsigned int h = iKey % pCache->nHash;
46959 pPage->iKey = iKey;
46966 if( iKey>pCache->iMaxKey ){
46967 pCache->iMaxKey = iKey;
47034 unsigned int iKey,
[all …]
/external/sqlite/dist/
Dsqlite3.c46166 unsigned int iKey; /* Key value (page number) */
46612 unsigned int h = pPage->iKey % nNew;
46661 h = pPage->iKey % pCache->nHash;
46727 if( pPage->iKey>=iLimit ){
46923 unsigned int iKey,
46973 unsigned int h = iKey % pCache->nHash;
46975 pPage->iKey = iKey;
46982 if( iKey>pCache->iMaxKey ){
46983 pCache->iMaxKey = iKey;
47050 unsigned int iKey,
[all …]