Searched refs:smallbase (Results 1 – 1 of 1) sorted by relevance
138 static u_int32_t *SmallSieve, smallbits, smallbase; variable368 for (smallbase = TINY_NUMBER + 3; in gen_candidates()369 smallbase < (SMALL_MAXIMUM - TINY_NUMBER); in gen_candidates()370 smallbase += TINY_NUMBER) { in gen_candidates()377 r = smallbase % t; in gen_candidates()407 sieve_large((2 * i) + smallbase); in gen_candidates()