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

  /system/core/libutils/
BasicHashtable.cpp 289 // Table of 31-bit primes where each prime is no less than twice as large
290 // as the previous one. Generated by "primes.py".
291 static size_t PRIMES[] = {
331 while (count > PRIMES[i] && i < NELEM(PRIMES)) {
334 count = PRIMES[i];
  /external/chromium_org/third_party/icu/source/common/
uhash.c 60 * PRIMES table, so that when the primeIndex is incremented or
69 /* This is a list of non-consecutive primes chosen such that
70 * PRIMES[i+1] ~ 2*PRIMES[i]. (Currently, the ratio ranges from 1.81
78 static const int32_t PRIMES[] = {
85 #define PRIMES_LENGTH (sizeof(PRIMES) / sizeof(PRIMES[0]))
88 /* These ratios are tuned to the PRIMES array such that a resize
219 hash->length = PRIMES[primeIndex];
551 /* Find the smallest index i for which PRIMES[i] >= size. *
    [all...]
  /external/icu4c/common/
uhash.c 61 * PRIMES table, so that when the primeIndex is incremented or
70 /* This is a list of non-consecutive primes chosen such that
71 * PRIMES[i+1] ~ 2*PRIMES[i]. (Currently, the ratio ranges from 1.81
79 static const int32_t PRIMES[] = {
86 #define PRIMES_LENGTH (sizeof(PRIMES) / sizeof(PRIMES[0]))
89 /* These ratios are tuned to the PRIMES array such that a resize
220 hash->length = PRIMES[primeIndex];
552 /* Find the smallest index i for which PRIMES[i] >= size. *
    [all...]
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 
cglib-nodep-2.2.3.jar 
  /prebuilts/tools/common/m2/internal/cglib/cglib-nodep/2.2.2/
cglib-nodep-2.2.2.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 

Completed in 1190 milliseconds