Searched refs:ptrBuffer (Results 1 – 17 of 17) sorted by relevance
45 @synthesize ptrBuffer;68 ptrBuffer = (id *) [buffer mutableBytes];70 ptrBuffer[idx] = nil;86 ptrBuffer = (id *)[buffer mutableBytes];88 ptrBuffer[idx] = nil;105 tmp = ptrBuffer[idx];127 copy.ptrBuffer = ptrBuffer;138 tmp = ptrBuffer[idx];147 ptrBuffer[idx] = nil;174 return( ptrBuffer );[all …]
80 tmp = ptrBuffer[Index];81 while ( tmp && tmp != ptrBuffer[Index] ) {99 if ( ptrBuffer[i] != nil ) {116 if ( ptrBuffer[i] != nil ) {131 tmp = ptrBuffer[Index];132 while ( tmp && tmp != ptrBuffer[Index ] ) {153 return( ptrBuffer );158 ptrBuffer = np;168 if ((aRule = ptrBuffer[anIndex]) == nil) {180 if ( ptrBuffer[anIndex] == nil ) {[all …]
17 @synthesize ptrBuffer;37 ptrBuffer = (id *)[buffer mutableBytes];39 ptrBuffer[idx] = nil;51 ptrBuffer = (id *)[buffer mutableBytes];53 ptrBuffer[idx] = nil;77 copy.ptrBuffer = [copy.buffer mutableBytes];88 ptrBuffer[count++] = anObject;113 ptrBuffer = [buffer mutableBytes];114 obj = ptrBuffer[anIdx];135 ptrBuffer[i] = ptrBuffer[i-1];[all …]
63 ptrBuffer[idx] = nil;87 tmp = ptrBuffer[idx];105 tmp = ptrBuffer[idx];121 tmp = ptrBuffer[idx];127 ptrBuffer[idx] = nil;136 if (ptrBuffer[i] != nil) {154 if ((anElement = ptrBuffer[i]) != nil) {201 for( np = self->ptrBuffer[[self hash:s]]; np != nil; np = [np getfNext] ) {229 [sym setFNext:ptrBuffer[ lastHash ]];230 ptrBuffer[ lastHash ] = sym;[all …]
146 next = (HMEntry *)hm.ptrBuffer[idx++];464 @synthesize ptrBuffer;519 ptrBuffer = (MapElement **) [buffer mutableBytes];523 ptrBuffer[idx] = ((HashMap *)fNext)->ptrBuffer[idx];555 ptrBuffer = (MapElement **) [buffer mutableBytes];559 ptrBuffer[idx] = ((HashMap *)fNext)->ptrBuffer[idx];599 // ptrBuffer = [AMutableArray arrayWithCapacity:initialCapacity];606 ptrBuffer = (MapElement **) [buffer mutableBytes];639 ptrBuffer = (MapElement **) [buffer mutableBytes];675 ptrBuffer = (MapElement **) [buffer mutableBytes];[all …]
60 tmp = ptrBuffer[idx];111 for( np = ptrBuffer[[self hash:s]]; np != nil; np = [np getfNext] ) {139 [sym setFNext:ptrBuffer[ LastHash ]];140 ptrBuffer[ LastHash ] = [sym retain];141 return( ptrBuffer[ LastHash ] );149 return( ptrBuffer[idx] );154 return( ptrBuffer );159 ptrBuffer = np;172 for( np = ptrBuffer[ttype]; np != nil; np = [np getfNext] ) {
61 ptrBuffer[idx] = nil;84 tmp = ptrBuffer[idx];102 tmp = ptrBuffer[idx];118 tmp = ptrBuffer[idx];124 ptrBuffer[idx] = nil;134 if ((anElement = ptrBuffer[i]) != nil) {159 np = ptrBuffer[idx];177 np1 = ptrBuffer[idx];179 ptrBuffer[idx] = np;
87 if ((anElement = ptrBuffer[i]) != nil)98 if ((anElement = ptrBuffer[i]) != nil) {116 if ( aRule != ptrBuffer[idx] ) {117 if ( ptrBuffer[idx] ) [ptrBuffer[idx] release];120 ptrBuffer[idx] = aRule;126 return ptrBuffer[idx];140 if ((aHashRule = ptrBuffer[aRuleIndex]) == nil) {142 ptrBuffer[aRuleIndex] = aHashRule;
104 return( (SymbolsScope **)ptrBuffer );114 if ( aRule != ptrBuffer[idx] ) {115 if ( ptrBuffer[idx] ) [ptrBuffer[idx] release];118 ptrBuffer[idx] = aRule;
18 __strong id *ptrBuffer; variable48 @property (assign) id *ptrBuffer;
24 __strong id *ptrBuffer; variable33 @property (assign) id *ptrBuffer;
44 __strong id *ptrBuffer; variable51 @property (assign, getter=getPtrBuffer, setter=setPtrBuffer:) id *ptrBuffer;
21 @synthesize ptrBuffer;176 return [NSArray arrayWithObjects:ptrBuffer count:cnt];182 return [NSArray arrayWithObjects:ptrBuffer count:cnt];225 stackbuf[cnt++] = ptrBuffer[state->state++];
92 if (ptrBuffer[i] != nil) {111 tmp = (LinkBase *)ptrBuffer[idx];
188 __strong MapElement **ptrBuffer; variable231 @property (assign, getter=getPtrBuffer, setter=setPtrBuffer:) MapElement **ptrBuffer;
691 self.dict.ptrBuffer = [self.dict.data mutableBytes];699 dict.ptrBuffer[idx++] = (id) t.keys[i].key;718 self.dict.ptrBuffer = [self.dict.data mutableBytes];726 dict.ptrBuffer[idx++] = (id) t.btNodes[i];
459 LHMEntry *old = (LHMEntry *)ptrBuffer[bucketIndex];461 ptrBuffer[bucketIndex] = (id)e;