Home
last modified time | relevance | path

Searched refs:currentwhite (Results 1 – 4 of 4) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dlgc.h94 #define otherwhite(g) ((g)->currentwhite ^ WHITEBITS)
102 #define luaC_white(g) cast_byte((g)->currentwhite & WHITEBITS)
A Dlstate.h260 lu_byte currentwhite; member
A Dlstate.c363 g->currentwhite = bitmask(WHITE0BIT); in lua_newstate()
A Dlgc.c1553 g->currentwhite = cast_byte(otherwhite(g)); /* flip current white */ in atomic()

Completed in 12 milliseconds