Home
last modified time | relevance | path

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

/NextBSD/contrib/ntp/lib/isc/
HDbitstring.c36 #define SETBIT(bs, n) (bs)->data[DIV8(n)] |= (1 << (7 - MOD8(n))) macro
120 SETBIT(target, tbitpos); in isc_bitstring_copy()
/NextBSD/contrib/byacc/
HDclosure.c42 SETBIT(row, symbol); in set_EFF()
95 SETBIT(rrow, rule); in set_first_derives()
HDlalr.c313 SETBIT(rowp, symbol); in initialize_F()
338 SETBIT(F, 0); in initialize_F()
HDdefs.h68 #define SETBIT(r, n) ((r)[(n)/BITS_PER_WORD]|=((unsigned)1<<((n)&(BITS_PER_WORD-1)))) macro
/NextBSD/sys/kern/
HDtty_inq.c72 #define SETBIT(tib,boff) \ macro
264 SETBIT(tib, offset); in ttyinq_set_quotes()
/NextBSD/lib/libc/db/hash/
HDhash.h151 #define SETBIT(A, N) ((A)[(N)/BITS_PER_MAP] |= (1<<((N)%BITS_PER_MAP))) macro
HDhash_page.c629 SETBIT(ip, 0); in __ibitmap()
754 SETBIT(freep, free_bit); in overflow_page()
767 SETBIT(freep, bit); in overflow_page()
/NextBSD/crypto/heimdal/lib/sqlite/
HDsqlite3.c35064 #define SETBIT(V,I) V[I>>3] |= (1<<(I&7))
35141 SETBIT(pV, (i+1));
/NextBSD/contrib/sqlite3/
HDsqlite3.c39670 #define SETBIT(V,I) V[I>>3] |= (1<<(I&7))
39746 SETBIT(pV, (i+1));