Home
last modified time | relevance | path

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

/trueos/sys/kern/
HDtty_inq.c72 #define SETBIT(tib,boff) \ macro
/trueos/lib/libc/db/hash/
HDhash.h151 #define SETBIT(A, N) ((A)[(N)/BITS_PER_MAP] |= (1<<((N)%BITS_PER_MAP))) macro
/trueos/contrib/byacc/
HDdefs.h68 #define SETBIT(r, n) ((r)[(n)/BITS_PER_WORD]|=((unsigned)1<<((n)&(BITS_PER_WORD-1)))) macro