Searched refs:smallbase (Results 1 – 1 of 1) sorted by relevance
130 static u_int32_t *SmallSieve, smallbits, smallbase; variable359 for (smallbase = TINY_NUMBER + 3; in gen_candidates()360 smallbase < (SMALL_MAXIMUM - TINY_NUMBER); in gen_candidates()361 smallbase += TINY_NUMBER) { in gen_candidates()368 r = smallbase % t; in gen_candidates()398 sieve_large((2 * i) + smallbase); in gen_candidates()