Searched refs:SETBIT (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dbitstring.c36 #define SETBIT(bs, n) (bs)->data[DIV8(n)] |= (1 << (7 - MOD8(n))) macro
120 SETBIT(target, tbitpos);
/freebsd-11-stable/contrib/byacc/
H A Ddefs.h47 /* SETBIT sets the n-th bit starting from r */
68 #define SETBIT(r, n) ((r)[(n)/BITS_PER_WORD]|=((unsigned)1<<((n)&(BITS_PER_WORD-1)))) macro
H A Dclosure.c42 SETBIT(row, symbol);
95 SETBIT(rrow, rule);
H A Dlalr.c313 SETBIT(rowp, symbol);
338 SETBIT(F, 0);
/freebsd-11-stable/lib/libc/db/hash/
H A Dhash.h151 #define SETBIT(A, N) ((A)[(N)/BITS_PER_MAP] |= (1<<((N)%BITS_PER_MAP))) macro
H A Dhash_page.c634 SETBIT(ip, 0);
759 SETBIT(freep, free_bit);
772 SETBIT(freep, bit);
/freebsd-11-stable/sys/kern/
H A Dtty_inq.c72 #define SETBIT(tib,boff) \ macro
270 SETBIT(tib, offset);
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c35064 #define SETBIT macro
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c49206 #define SETBIT macro
[all...]

Completed in 1203 milliseconds