Home
last modified time | relevance | path

Searched refs:PRIMES (Results 1 – 1 of 1) sorted by relevance

/system/core/libutils/
DBasicHashtable.cpp291 static size_t PRIMES[] = { variable
331 while (count > PRIMES[i] && i < NELEM(PRIMES)) { in determineCapacity()
334 count = PRIMES[i]; in determineCapacity()