HomeSort by relevance Sort by last modified time
    Searched defs:PRIMES (Results 1 - 13 of 13) 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/mockito/cglib-and-asm/src/org/mockito/cglib/core/
KeyFactory.java 71 private final static int PRIMES[] = {
204 int hc = (constant != 0) ? constant : PRIMES[(int)(Math.abs(seed) % PRIMES.length)];
205 int hm = (multiplier != 0) ? multiplier : PRIMES[(int)(Math.abs(seed * 13) % PRIMES.length)];
  /external/chromium_org/third_party/icu/source/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...]
  /external/icu/icu4c/source/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...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 
cglib-nodep-2.2.3.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/2.2.2/
cglib-nodep-2.2.2.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-all/1.9.5/
mockito-all-1.9.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/1.9.5/
mockito-core-1.9.5.jar 

Completed in 5316 milliseconds