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

/freebsd-11-stable/contrib/lua/src/
H A Dlgc.h78 #define WHITE0BIT 0 /* object is white (type 0) */ macro
84 #define WHITEBITS bit2mask(WHITE0BIT, WHITE1BIT)
H A Dlstate.c305 g->currentwhite = bitmask(WHITE0BIT);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlgc.h87 #define WHITE0BIT 0 /* object is white (type 0) */ macro
96 #define WHITEBITS bit2mask(WHITE0BIT, WHITE1BIT)
H A Dlstate.c274 g->currentwhite = bit2mask(WHITE0BIT, FIXEDBIT);

Completed in 165 milliseconds