Searched refs:BIT_TEST (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | moduli.c | 121 #define BIT_TEST(a,n) ((a)[(n)>>SHIFT_WORD] & (1L << ((n) & 31))) macro 353 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()
|
/freebsd/sys/dev/sound/usb/ |
H A D | uaudio.c | 157 #define BIT_TEST(bm,bno) (((bm)[(bno) / 8] >> (7 - ((bno) % 8))) & 1) macro 3384 if (BIT_TEST(d1->bmControls, bno)) in uaudio_mixer_add_mixer() 3397 if (BIT_TEST(d1->bmControls, bno)) in uaudio_mixer_add_mixer() 3461 if (BIT_TEST(d1->bmControls, bno)) in uaudio20_mixer_add_mixer() 3474 if (BIT_TEST(d1->bmControls, bno)) in uaudio20_mixer_add_mixer()
|