Lines Matching refs:Capacity
461 @synthesize Capacity;
551 Capacity = capacity;
558 for( idx = 0; idx < Capacity; idx++ ) {
596 Capacity = capacity;
667 Capacity = capacity;
690 for( idx = 0; idx < Capacity; idx++ ) {
715 for (NSUInteger i = 0; i < Capacity; i++) {
729 for (NSInteger i = 0; i < Capacity; i++) {
744 for( idx = 0; idx < Capacity; idx++ ) {
764 for( idx = 0; idx < Capacity; idx++ ) {
782 for( idx = 0; idx < Capacity; idx++ ) {
821 self->LastHash = hashval % Capacity;
988 if ( idx < Capacity ) {
1017 aTType = ttype % Capacity;
1056 if ( idx >= Capacity ) {
1057 idx %= Capacity;
1066 if ( idx >= Capacity ) {
1067 idx %= Capacity;
1078 if ( idx >= Capacity ) {
1079 idx %= Capacity;
1169 …for (HMEntry *e = (HMEntry *)ptrBuffer[[self indexFor:hash length:Capacity]]; e != nil; e = e.next…
1282 NSInteger oldCapacity = Capacity;
1290 Capacity = newCapacity;
1340 NSInteger newCapacity = Capacity;
1345 if (newCapacity > Capacity)
1378 NSInteger i = [self indexFor:hash length:Capacity];
1412 NSInteger i = [self indexFor:hash length:Capacity];
1444 for (NSInteger i = 0; i < Capacity; i++) {
1460 for (NSInteger i = 0; i < Capacity; i++)
1481 for (NSInteger i = 0; i < Capacity; i++)
1722 return Capacity;
1734 if ( idx >= Capacity ) {
1735 idx %= Capacity;
1771 if (self && [self count] < Capacity-1) {
1779 if (self && itIndex < Capacity-1) {