Searched refs:BIT_TEST (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/crypto/openssh/
H A Dmoduli.c119 #define BIT_TEST(a,n) ((a)[(n)>>SHIFT_WORD] & (1L << ((n) & 31))) macro
349 if (BIT_TEST(TinySieve, i))
370 if (BIT_TEST(TinySieve, i))
401 if (BIT_TEST(SmallSieve, i))
417 if (BIT_TEST(LargeSieve, j))
/freebsd-10.2-release/contrib/ntp/lib/isc/include/isc/
H A Dradix.h72 #define BIT_TEST(f, b) ((f) & (b)) macro
/freebsd-10.2-release/contrib/ntp/lib/isc/
H A Dradix.c266 if (BIT_TEST(addr[node->bit >> 3], 0x80 >> (node->bit & 0x07)))
379 BIT_TEST(addr[node->bit >> 3], 0x80 >> (node->bit & 0x07)))
406 if (BIT_TEST (r, (0x80 >> j)))
550 BIT_TEST(addr[node->bit >> 3], 0x80 >> (node->bit & 0x07)))
565 BIT_TEST(test_addr[bitlen >> 3], 0x80 >> (bitlen & 0x07))) {
589 BIT_TEST(addr[differ_bit>>3], 0x80 >> (differ_bit & 07))) {
/freebsd-10.2-release/sys/dev/sound/usb/
H A Duaudio.c128 #define BIT_TEST(bm,bno) (((bm)[(bno) / 8] >> (7 - ((bno) % 8))) & 1) macro
3137 if (BIT_TEST(d1->bmControls, bno))
3151 if (BIT_TEST(d1->bmControls, bno))
3216 if (BIT_TEST(d1->bmControls, bno))
3230 if (BIT_TEST(d1->bmControls, bno))

Completed in 70 milliseconds