Searched refs:SmallSieve (Results 1 – 1 of 1) sorted by relevance
132 static u_int32_t *SmallSieve, smallbits, smallbase; variable302 SmallSieve = xcalloc(smallwords, sizeof(u_int32_t)); in gen_candidates()392 BIT_SET(SmallSieve, s); in gen_candidates()399 if (BIT_TEST(SmallSieve, i)) in gen_candidates()406 memset(SmallSieve, 0, smallwords << SHIFT_BYTE); in gen_candidates()436 free(SmallSieve); in gen_candidates()