Searched refs:currentwhite (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/lua/src/
H A Dlgc.h94 #define otherwhite(g) ((g)->currentwhite ^ WHITEBITS)
101 #define luaC_white(g) cast(lu_byte, (g)->currentwhite & WHITEBITS)
H A Dlstate.h147 lu_byte currentwhite; member in struct:global_State
H A Dlstate.c305 g->currentwhite = bitmask(WHITE0BIT);
H A Dlgc.c973 g->currentwhite = WHITEBITS; /* this "white" makes all objects look dead */
1023 g->currentwhite = cast_byte(otherwhite(g)); /* flip current white */
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlgc.h110 #define otherwhite(g) (g->currentwhite ^ WHITEBITS)
119 #define luaC_white(g) cast(lu_byte, (g)->currentwhite & WHITEBITS)
H A Dlstate.h122 lu_byte currentwhite; member in struct:global_State
H A Dlstate.c274 g->currentwhite = bit2mask(WHITE0BIT, FIXEDBIT);
H A Dlgc.c989 g->currentwhite = WHITEBITS; /* this "white" makes all objects look dead */
1034 g->currentwhite = cast_byte(otherwhite(g)); /* flip current white */

Completed in 122 milliseconds