Home | History | Annotate | Download | only in common

Lines Matching refs:primeIndex

61  * PRIMES table, so that when the primeIndex is incremented or
205 * Caller must ensure primeIndex is in range 0..PRIME_LENGTH-1.
209 int32_t primeIndex,
217 U_ASSERT(primeIndex >= 0 && primeIndex < PRIMES_LENGTH);
219 hash->primeIndex = primeIndex;
220 hash->length = PRIMES[primeIndex];
251 int32_t primeIndex,
266 _uhash_allocate(result, primeIndex, status);
279 int32_t primeIndex,
291 _uhash_init(result, keyHash, keyComp, valueComp, primeIndex, status);
397 int32_t newPrimeIndex = hash->primeIndex;