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))) macro351 if (BIT_TEST(TinySieve, i)) in gen_candidates()372 if (BIT_TEST(TinySieve, i)) in gen_candidates()403 if (BIT_TEST(SmallSieve, i)) in gen_candidates()419 if (BIT_TEST(LargeSieve, j)) in gen_candidates()
113 #define BIT_TEST(nr, addr) do { (__u32 *)(addr))[(nr) >> 5] & (1U << ((nr) & 31)); } while(0) macro117 (BIT_TEST((type), filterp) == 0)120 BIT_TEST((type), filterp)