Home
last modified time | relevance | path

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

/external/skia/third_party/lua/src/
Dldebug.h18 #define resethookcount(L) (L->hookcount = L->basehookcount) macro
Dlstate.c213 resethookcount(L); in preinit_state()
244 resethookcount(L1); in lua_newthread()
Dldebug.c62 resethookcount(L); in lua_sethook()
Dlvm.c65 resethookcount(L); /* reset count */ in traceexec()
/external/syslinux/com32/lua/src/
Dldebug.h18 #define resethookcount(L) (L->hookcount = L->basehookcount) macro
Dlstate.c220 resethookcount(L); in preinit_state()
253 resethookcount(L1); in lua_newthread()
Dldebug.c62 resethookcount(L); in lua_sethook()
Dlvm.c88 resethookcount(L); /* reset count */ in traceexec()