Home
last modified time | relevance | path

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

/external/lua/src/
Dlgc.c67 #define maskgcbits (maskcolors | AGEBITS) macro
824 curr->marked = cast_byte((marked & ~maskgcbits) | white); in sweeplist()
1103 int marked = curr->marked & ~maskgcbits; /* erase GC bits */ in sweepgen()
1126 p->marked = cast_byte((p->marked & ~maskgcbits) | white); in whitelist()