Home
last modified time | relevance | path

Searched defs:SETBIT (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/kern/
H A Dtty_inq.c71 #define SETBIT(tib,boff) \ macro
/freebsd/crypto/openssl/crypto/
H A Dmem_sec.c293 # define SETBIT(t, b) (t[(b) >> 3] |= (ONE << ((b) & 7))) macro
/freebsd/lib/libc/db/hash/
H A Dhash.h150 #define SETBIT(A, N) ((A)[(N)/BITS_PER_MAP] |= (1<<((N)%BITS_PER_MAP))) macro
/freebsd/contrib/byacc/
H A Ddefs.h72 #define SETBIT(r, n) ((r)[(n)/BITS_PER_WORD]|=((unsigned)1<<((n)&(BITS_PER_WORD-1)))) macro