Searched refs:BIT_TEST (Results 1 – 2 of 2) sorted by relevance
121 #define BIT_TEST(a,n) ((a)[(n)>>SHIFT_WORD] & (1L << ((n) & 31))) macro353 if (BIT_TEST(TinySieve, i)) in gen_candidates()374 if (BIT_TEST(TinySieve, i)) in gen_candidates()405 if (BIT_TEST(SmallSieve, i)) in gen_candidates()421 if (BIT_TEST(LargeSieve, j)) in gen_candidates()
118 #define BIT_TEST(nr, addr) do { (__u32 *)(addr))[(nr) >> 5] & (1U << ((nr) & 31)); } while(0) macro122 (BIT_TEST((type), filterp) == 0)125 BIT_TEST((type), filterp)