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

/freebsd-10.1-release/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-10.1-release/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.c41 SETBIT(row, symbol);
93 SETBIT(rrow, rule);
H A Dlalr.c308 SETBIT(rowp, symbol);
333 SETBIT(F, 0);
/freebsd-10.1-release/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.c628 SETBIT(ip, 0);
753 SETBIT(freep, free_bit);
766 SETBIT(freep, bit);
/freebsd-10.1-release/sys/kern/
H A Dtty_inq.c72 #define SETBIT(tib,boff) \ macro
264 SETBIT(tib, offset);
/freebsd-10.1-release/contrib/sqlite3/
H A Dsqlite3.c35929 #define SETBIT macro
[all...]
/freebsd-10.1-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c35064 #define SETBIT macro
[all...]

Completed in 908 milliseconds