Searched refs:LastHash (Results 1 – 7 of 7) sorted by relevance
91 LastHash = hashval % HashSize;92 return( LastHash );139 [sym setFNext:ptrBuffer[ LastHash ]];140 ptrBuffer[ LastHash ] = [sym retain];141 return( ptrBuffer[ LastHash ] );
43 NSInteger LastHash; variable47 @property (getter=getLastHash, setter=setLastHash:) NSInteger LastHash;
42 NSInteger LastHash; variable69 @property (getter=getLastHash, setter=setLastHash:) NSInteger LastHash;
43 @synthesize LastHash;123 return LastHash;128 LastHash = aVal;
41 @synthesize LastHash;240 return LastHash;245 LastHash = aHash;
179 NSInteger LastHash; variable223 @property (getter=getLastHash, setter=setLastHash:) NSInteger LastHash;
459 @synthesize LastHash;821 self->LastHash = hashval % Capacity;822 return( self->LastHash );917 [sym setFNext:self->ptrBuffer[ self->LastHash ]];918 self->ptrBuffer[ self->LastHash ] = sym;919 return( self->ptrBuffer[ self->LastHash ] );1751 if ( ptrBuffer[LastHash] )1752 [ptrBuffer[LastHash] release];1754 np.fNext = ptrBuffer[ LastHash ];1755 ptrBuffer[ LastHash ] = np;