Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dldebug.h14 #define pcRel(pc, p) (cast(int, (pc) - (p)->code) - 1) macro
H A Dlvm.c70 int npc = pcRel(pc, p); in traceexec()
74 if (npc == 0 || pc <= oldpc || newline != getline(p, pcRel(oldpc, p))) in traceexec()
H A Dldebug.c40 return pcRel(ci->savedpc, ci_func(ci)->l.p); in currentpc()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dldebug.h15 #define pcRel(pc, p) (cast(int, (pc) - (p)->code) - 1) macro
H A Dldebug.c37 return pcRel(ci->u.l.savedpc, ci_func(ci)->p); in currentpc()
H A Dlvm.c73 int npc = pcRel(ci->u.l.savedpc, p); in traceexec()
77 newline != getfuncline(p, pcRel(L->oldpc, p))) /* enter a new line */ in traceexec()