Home
last modified time | relevance | path

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

/external/skia/third_party/lua/src/
Dlgc.h93 #define OLDBIT 6 /* object is old (only in generational mode) */ macro
104 #define isold(x) testbit((x)->gch.marked, OLDBIT)
108 #define resetoldbit(o) resetbit((o)->gch.marked, OLDBIT)
Dlgc.c58 #define maskcolors (~(bit2mask(BLACKBIT, OLDBIT) | WHITEBITS))
719 toset = bitmask(OLDBIT); /* set the old bit of all surviving objects */ in sweeplist()
720 tostop = bitmask(OLDBIT); /* do not sweep old generation */ in sweeplist()
/external/syslinux/com32/lua/src/
Dlgc.h93 #define OLDBIT 6 /* object is old (only in generational mode) */ macro
104 #define isold(x) testbit((x)->gch.marked, OLDBIT)
108 #define resetoldbit(o) resetbit((o)->gch.marked, OLDBIT)
Dlgc.c58 #define maskcolors (~(bit2mask(BLACKBIT, OLDBIT) | WHITEBITS))
726 toset = bitmask(OLDBIT); /* set the old bit of all surviving objects */ in sweeplist()
727 tostop = bitmask(OLDBIT); /* do not sweep old generation */ in sweeplist()