Lines Matching refs:idx
56 NSInteger idx;
60 for( idx = 0; idx < HASHSIZE; idx++ ) {
61 ptrBuffer[idx] = nil;
80 NSInteger idx;
83 for( idx = 0; idx < HASHSIZE; idx++ ) {
84 tmp = ptrBuffer[idx];
98 NSInteger idx;
101 for( idx = 0; idx < HASHSIZE; idx++ ) {
102 tmp = ptrBuffer[idx];
115 NSInteger idx;
117 for( idx = 0; idx < HASHSIZE; idx++ ) {
118 tmp = ptrBuffer[idx];
124 ptrBuffer[idx] = nil;
156 NSInteger idx;
158 idx = [(id<ANTLRBaseTree>)aNode type];
159 np = ptrBuffer[idx];
172 NSInteger idx;
174 idx = [(id<ANTLRBaseTree>)aNode type];
175 idx %= HASHSIZE;
177 np1 = ptrBuffer[idx];
179 ptrBuffer[idx] = np;