Searched refs:smallbase (Results 1 – 1 of 1) sorted by relevance
138 static u_int32_t *SmallSieve, smallbits, smallbase; variable370 for (smallbase = TINY_NUMBER + 3; in gen_candidates()371 smallbase < (SMALL_MAXIMUM - TINY_NUMBER); in gen_candidates()372 smallbase += TINY_NUMBER) { in gen_candidates()379 r = smallbase % t; in gen_candidates()409 sieve_large((2 * i) + smallbase); in gen_candidates()