Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/
Dfpdf_flatten.cpp396 for (int iKey = 0; /*iKey < 100*/; iKey++) { in FPDFPage_Flatten() local
398 FXSYS_itoa(iKey, sExtend, 10); in FPDFPage_Flatten()
/external/antlr/antlr-3.4/runtime/C/include/
Dantlr3collections.h50 ANTLR3_INTKEY iKey; /**< used if type is ANTLR3_HASH_TYPE_INT */ member
/external/antlr/antlr-3.4/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.c41234 unsigned int iKey; /* Key value (page number) */
41675 unsigned int h = pPage->iKey % nNew;
41728 h = pPage->iKey % pCache->nHash;
41776 if( pPage->iKey>=iLimit ){
41966 unsigned int iKey,
42016 unsigned int h = iKey % pCache->nHash;
42018 pPage->iKey = iKey;
42026 if( iKey>pCache->iMaxKey ){
42027 pCache->iMaxKey = iKey;
42094 unsigned int iKey,
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c41216 unsigned int iKey; /* Key value (page number) */
41657 unsigned int h = pPage->iKey % nNew;
41710 h = pPage->iKey % pCache->nHash;
41758 if( pPage->iKey>=iLimit ){
41948 unsigned int iKey,
41998 unsigned int h = iKey % pCache->nHash;
42000 pPage->iKey = iKey;
42008 if( iKey>pCache->iMaxKey ){
42009 pCache->iMaxKey = iKey;
42076 unsigned int iKey,
[all …]