Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlgc.c723 int tostop; /* stop sweep when this is true */ in sweeplist() local
727 tostop = bitmask(OLDBIT); /* do not sweep old generation */ in sweeplist()
732 tostop = 0; /* do not stop */ in sweeplist()
742 if (testbits(marked, tostop)) in sweeplist()