Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/
Dawk.c536 static const uint16_t PRIMES[] ALIGN2 = { 251, 1021, 4093, 16381, 65521 }; variable
751 if (hash->nprime == ARRAY_SIZE(PRIMES)) in hash_rebuild()
754 newsize = PRIMES[hash->nprime++]; in hash_rebuild()