Home
last modified time | relevance | path

Searched defs:BIT_TEST (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/usr.bin/moduli/qsieve/
H A Dqsieve.c108 #define BIT_TEST(a,n) ((a)[(n)>>SHIFT_WORD] & (1U << ((n) & 31))) macro
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Dradix.c29 #define BIT_TEST(f, b) (((f) & (b)) != 0) macro
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dradix.c29 #define BIT_TEST(f, b) (((f) & (b)) != 0) macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-switch-conversion.h31 BIT_TEST enumerator
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-switch-conversion.h31 BIT_TEST enumerator
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dmoduli.c118 #define BIT_TEST(a,n) ((a)[(n)>>SHIFT_WORD] & (1L << ((n) & 31))) macro
/netbsd-src/games/gomoku/
H A Dpickmove.c50 #define BIT_TEST(a, b) (((a)[(b)/BITS_PER_INT] & (1U << ((b) % BITS_PER_INT))) != 0) macro