Searched refs:resetbit (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlgc.h82 #define resetbit(x,b) resetbits(x, bitmask(b)) macro
108 #define resetoldbit(o) resetbit((o)->gch.marked, OLDBIT)
H A Dlgc.c63 #define black2gray(x) resetbit(gch(x)->marked, BLACKBIT)
795 resetbit(gch(o)->marked, SEPARATED); /* mark that it is not in 'tobefnz' */
/freebsd-12-stable/contrib/lua/src/
H A Dlgc.h73 #define resetbit(x,b) resetbits(x, bitmask(b)) macro
H A Dlgc.c71 #define black2gray(x) resetbit(x->marked, BLACKBIT)
794 resetbit(o->marked, FINALIZEDBIT); /* object is "normal" again */

Completed in 181 milliseconds