HomeSort by relevance Sort by last modified time
    Searched refs:tostop (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lgc.c 723 int tostop; /* stop sweep when this is true */ local
727 tostop = bitmask(OLDBIT); /* do not sweep old generation */
732 tostop = 0; /* do not stop */
742 if (testbits(marked, tostop))
    [all...]
  /external/skia/third_party/lua/src/
lgc.c 716 int tostop; /* stop sweep when this is true */ local
720 tostop = bitmask(OLDBIT); /* do not sweep old generation */
725 tostop = 0; /* do not stop */
735 if (testbits(marked, tostop))
    [all...]
  /external/syslinux/com32/lua/src/
lgc.c 723 int tostop; /* stop sweep when this is true */ local
727 tostop = bitmask(OLDBIT); /* do not sweep old generation */
732 tostop = 0; /* do not stop */
742 if (testbits(marked, tostop))
    [all...]

Completed in 70 milliseconds