Home
last modified time | relevance | path

Searched refs:luaC_white (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlgc.h119 #define luaC_white(g) cast(lu_byte, (g)->currentwhite & WHITEBITS) macro
Dlgc.c60 (gch(x)->marked = cast_byte((gch(x)->marked & maskcolors) | luaC_white(g)))
219 gch(o)->marked = luaC_white(g); in luaC_newobj()
731 toset = luaC_white(g); /* make object white */ in sweeplist()
Dlstate.c277 L->marked = luaC_white(g); in lua_newstate()