Home
last modified time | relevance | path

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

/coreutils/src/
Dmake-prime-list.c138 unsigned int d8 = i + 8 < nprimes ? primes[i + 8].p - primes[i].p : 0xff; in output_primes() local
139 if (255 < d8) /* this happens at 668221 */ in output_primes()
141 printf ("P (%u, %u,\n (", primes[i].p - p, d8); in output_primes()