Home
last modified time | relevance | path

Searched refs:HASHSIZE (Results 1 – 16 of 16) sorted by relevance

/external/antlr/runtime/ObjC/Framework/
DUniqueIDMap.m58 if ((self = [super initWithLen:HASHSIZE]) != nil) {
60 for( idx = 0; idx < HASHSIZE; idx++ ) {
83 for( idx = 0; idx < HASHSIZE; idx++ ) {
101 for( idx = 0; idx < HASHSIZE; idx++ ) {
117 for( idx = 0; idx < HASHSIZE; idx++ ) {
175 idx %= HASHSIZE;
DMap.m59 self = [super initWithLen:HASHSIZE];
62 for( idx = 0; idx < HASHSIZE; idx++ ) {
181 self->lastHash = hashval % HASHSIZE;
297 aTType = ttype % HASHSIZE;
312 idx %= HASHSIZE;
357 ttype = aTType % HASHSIZE;
DBaseStack.h37 #define HASHSIZE 101 macro
DPtrStack.h16 #define HASHSIZE 101 macro
DRuleStack.h38 #define HASHSIZE 101 macro
DSymbolStack.h38 #define HASHSIZE 101 macro
DUniqueIDMap.h38 #define HASHSIZE 101 macro
DHashRule.h37 #define HASHSIZE 101 macro
DMap.h38 #define HASHSIZE 101 macro
DBaseStack.m57 self = [super initWithLen:HASHSIZE];
DPtrStack.m31 self = [super initWithLen:HASHSIZE];
DHashMap.h40 #define HASHSIZE 101 macro
DHashRule.m55 self = [super initWithLen:HASHSIZE];
DHashMap.m508 BuffSize = HASHSIZE;
/external/sqlite/dist/orig/
Dsqlite3.c167156 #define HASHSIZE 97
167212 RtreeNode *aHash[HASHSIZE]; /* Hash table of in-memory nodes. */
167598 return iNode % HASHSIZE;
/external/sqlite/dist/
Dsqlite3.c167184 #define HASHSIZE 97
167240 RtreeNode *aHash[HASHSIZE]; /* Hash table of in-memory nodes. */
167626 return iNode % HASHSIZE;