Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdf_flatten.cpp311 for (int iKey = 0; /*iKey < 100*/; iKey++) { in FPDFPage_Flatten() local
313 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/orig/
Dsqlite3.c45217 unsigned int iKey; /* Key value (page number) */
45659 unsigned int h = pPage->iKey % nNew;
45712 h = pPage->iKey % pCache->nHash;
45778 if( pPage->iKey>=iLimit ){
45970 unsigned int iKey,
46020 unsigned int h = iKey % pCache->nHash;
46022 pPage->iKey = iKey;
46030 if( iKey>pCache->iMaxKey ){
46031 pCache->iMaxKey = iKey;
46098 unsigned int iKey,
[all …]
/external/sqlite/dist/
Dsqlite3.c45217 unsigned int iKey; /* Key value (page number) */
45659 unsigned int h = pPage->iKey % nNew;
45712 h = pPage->iKey % pCache->nHash;
45778 if( pPage->iKey>=iLimit ){
45970 unsigned int iKey,
46020 unsigned int h = iKey % pCache->nHash;
46022 pPage->iKey = iKey;
46030 if( iKey>pCache->iMaxKey ){
46031 pCache->iMaxKey = iKey;
46098 unsigned int iKey,
[all …]