Home | History | Annotate | Download | only in chromium

Lines Matching refs:primes

5996 		static const unsigned primes[] = {1, 3, 5, 7, 11, 13, 17, 19,
6009 nprimes = (sizeof(primes) >> SIZEOF_INT_2POW);
6010 parenas = primes[nprimes - 1]; /* In case not enough primes. */
6012 if (primes[i] > narenas) {
6013 parenas = primes[i];