Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dmoduli.c121 #define BIT_TEST(a,n) ((a)[(n)>>SHIFT_WORD] & (1L << ((n) & 31))) macro
/dragonfly/games/gomoku/
H A Dpickmove.c49 #define BIT_TEST(a, b) ((a)[(b)/BITS_PER_INT] & (1 << ((b) % BITS_PER_INT))) macro
/dragonfly/sys/bus/u4b/audio/
H A Duaudio.c120 #define BIT_TEST(bm,bno) (((bm)[(bno) / 8] >> (7 - ((bno) % 8))) & 1) macro