HomeSort by relevance Sort by last modified time
    Searched full:hookcount (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
ldebug.h 18 #define resethookcount(L) (L->hookcount = L->basehookcount)
lstate.h 169 int hookcount; member in struct:lua_State
lvm.c 63 int counthook = ((mask & LUA_MASKCOUNT) && L->hookcount == 0);
84 L->hookcount = 1; /* undo decrement to zero */
549 (--L->hookcount == 0 || L->hookmask & LUA_MASKLINE)) {
  /external/skia/third_party/lua/src/
ldebug.h 18 #define resethookcount(L) (L->hookcount = L->basehookcount)
lstate.h 169 int hookcount; member in struct:lua_State
lvm.c 63 int counthook = ((mask & LUA_MASKCOUNT) && L->hookcount == 0);
84 L->hookcount = 1; /* undo decrement to zero */
549 (--L->hookcount == 0 || L->hookmask & LUA_MASKLINE)) {
  /external/syslinux/com32/lua/src/
ldebug.h 18 #define resethookcount(L) (L->hookcount = L->basehookcount)
lstate.h 169 int hookcount; member in struct:lua_State
lvm.c 86 int counthook = ((mask & LUA_MASKCOUNT) && L->hookcount == 0);
107 L->hookcount = 1; /* undo decrement to zero */
572 (--L->hookcount == 0 || L->hookmask & LUA_MASKLINE)) {

Completed in 108 milliseconds