Home
last modified time | relevance | path

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

12

/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRUniqueIDMap.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;
DANTLRMap.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;
DANTLRBaseStack.h37 #define HASHSIZE 101 macro
DANTLRPtrStack.h15 #define HASHSIZE 101 macro
DANTLRSymbolStack.h38 #define HASHSIZE 101 macro
DANTLRRuleStack.h38 #define HASHSIZE 101 macro
DANTLRUniqueIDMap.h38 #define HASHSIZE 101 macro
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRHashMap.h36 #define HASHSIZE 101 macro
45 ANTLRMapElement *ptrBuffer[HASHSIZE];
DANTLRBaseStack.h37 #define HASHSIZE 101 macro
DANTLRSymbolStack.h38 #define HASHSIZE 101 macro
DANTLRRuleStack.h38 #define HASHSIZE 101 macro
DANTLRUniqueIDMap.h38 #define HASHSIZE 101 macro
DANTLRHashRule.h36 #define HASHSIZE 101 macro
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRHashMap.h36 #define HASHSIZE 101 macro
45 ANTLRMapElement *ptrBuffer[HASHSIZE];
DANTLRBaseStack.h37 #define HASHSIZE 101 macro
DANTLRRuleStack.h38 #define HASHSIZE 101 macro
DANTLRSymbolStack.h38 #define HASHSIZE 101 macro
DANTLRUniqueIDMap.h38 #define HASHSIZE 101 macro
DANTLRHashRule.h36 #define HASHSIZE 101 macro
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRHashMap.h36 #define HASHSIZE 101 macro
45 ANTLRMapElement *ptrBuffer[HASHSIZE];
DANTLRBaseStack.h37 #define HASHSIZE 101 macro
DANTLRSymbolStack.h38 #define HASHSIZE 101 macro
DANTLRRuleStack.h38 #define HASHSIZE 101 macro
DANTLRUniqueIDMap.h38 #define HASHSIZE 101 macro
DANTLRHashRule.h36 #define HASHSIZE 101 macro

12