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

  /external/chromium_org/third_party/skia/third_party/lua/src/
lgc.h 90 #define FINALIZEDBIT 3 /* object has been separated for finalization */
91 #define SEPARATED 4 /* object is in 'finobj' list or in 'tobefnz' */
lgc.c 788 resetbit(gch(o)->marked, SEPARATED); /* mark that it is not in 'tobefnz' */
848 lua_assert(testbit(gch(curr)->marked, SEPARATED));
868 if (testbit(gch(o)->marked, SEPARATED) || /* obj. is already separated... */
884 l_setbit(ho->marked, SEPARATED); /* mark it as such */
    [all...]

Completed in 198 milliseconds