Home
last modified time | relevance | path

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

/dragonfly/contrib/byacc/
H A Dclosure.c40 SETBIT(row, symbol); in set_EFF()
91 SETBIT(rrow, rule); in set_first_derives()
H A Dlalr.c311 SETBIT(rowp, symbol); in initialize_F()
336 SETBIT(F, 0); in initialize_F()
H A Ddefs.h72 #define SETBIT(r, n) ((r)[(n)/BITS_PER_WORD]|=((unsigned)1<<((n)&(BITS_PER_WORD-1)))) macro
/dragonfly/lib/libc/db/hash/
H A Dhash.h152 #define SETBIT(A, N) ((A)[(N)/BITS_PER_MAP] |= (1<<((N)%BITS_PER_MAP))) macro
H A Dhash_page.c626 SETBIT(ip, 0); in __ibitmap()
751 SETBIT(freep, free_bit); in overflow_page()
764 SETBIT(freep, bit); in overflow_page()