Searched refs:smallbase (Results 1 – 1 of 1) sorted by relevance
131 static uint32_t *SmallSieve, smallbits, smallbase; variable325 for (smallbase = TINY_NUMBER + 3; in gen_candidates()326 smallbase < (SMALL_MAXIMUM - TINY_NUMBER); in gen_candidates()327 smallbase += TINY_NUMBER) { in gen_candidates()334 r = smallbase % t; in gen_candidates()364 sieve_large((2 * i) + smallbase); in gen_candidates()