Searched refs:prime_offset (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/diff/src/
H A Dio.c792 /* If 1 < k, then (2**k - prime_offset[k]) is the largest prime less
796 static unsigned char const prime_offset[] =
807 sizeof (size_t) * CHAR_BIT <= sizeof prime_offset);
851 nbuckets = ((size_t) 1 << i) - prime_offset[i];
789 static unsigned char const prime_offset[] = variable

Completed in 36 milliseconds