HomeSort by relevance Sort by last modified time
    Searched refs:primeIndex (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/icu/source/common/
uhash.c 60 * PRIMES table, so that when the primeIndex is incremented or
204 * Caller must ensure primeIndex is in range 0..PRIME_LENGTH-1.
208 int32_t primeIndex,
216 U_ASSERT(primeIndex >= 0 && primeIndex < PRIMES_LENGTH);
218 hash->primeIndex = primeIndex;
219 hash->length = PRIMES[primeIndex];
250 int32_t primeIndex,
265 _uhash_allocate(result, primeIndex, status)
    [all...]
uhash.h 185 int8_t primeIndex; /* Index into our prime table for length.
186 * length == PRIMES[primeIndex] */
  /external/icu/icu4c/source/common/
uhash.c 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)
    [all...]
uhash.h 165 int8_t primeIndex; /* Index into our prime table for length.
166 * length == PRIMES[primeIndex] */

Completed in 54 milliseconds