Searched defs:BIT_SET (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sys/sys/
H A Dbitset.h43 #define BIT_SET(_s, n, p) \ macro
/freebsd-10-stable/sys/dev/ppbus/
H A Dpcfclock.c89 #define BIT_SET (ppb_rstr(ppbus)&PERROR) macro
/freebsd-10-stable/crypto/openssh/
H A Dmoduli.c121 #define BIT_SET(a,n) ((a)[(n)>>SHIFT_WORD] |= (1L << ((n) & 31))) macro

Completed in 58 milliseconds