Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/kern/
HDtty_inq.c72 #define SETBIT(tib,boff) \ macro
/freebsd-13-stable/crypto/openssl/crypto/
HDmem_sec.c265 # define SETBIT(t, b) (t[(b) >> 3] |= (ONE << ((b) & 7))) macro
/freebsd-13-stable/lib/libc/db/hash/
HDhash.h152 #define SETBIT(A, N) ((A)[(N)/BITS_PER_MAP] |= (1<<((N)%BITS_PER_MAP))) macro
/freebsd-13-stable/contrib/byacc/
HDdefs.h68 #define SETBIT(r, n) ((r)[(n)/BITS_PER_WORD]|=((unsigned)1<<((n)&(BITS_PER_WORD-1)))) macro