Searched refs:SmallSieve (Results 1 – 1 of 1) sorted by relevance
138 static u_int32_t *SmallSieve, smallbits, smallbase; variable306 SmallSieve = xcalloc(smallwords, sizeof(u_int32_t)); in gen_candidates()396 BIT_SET(SmallSieve, s); in gen_candidates()403 if (BIT_TEST(SmallSieve, i)) in gen_candidates()410 memset(SmallSieve, 0, smallwords << SHIFT_BYTE); in gen_candidates()440 free(SmallSieve); in gen_candidates()