Searched refs:restorestack (Results 1 - 8 of 8) sorted by relevance

/external/skia/third_party/lua/src/
H A Dldo.h23 #define restorestack(L,n) ((TValue *)((char *)L->stack + (n))) macro
H A Dldo.c237 ci->top = restorestack(L, ci_top);
238 L->top = restorestack(L, top);
282 func = restorestack(L, funcr); /* previous call may change stack */
310 ci->func = restorestack(L, funcr);
328 func = restorestack(L, funcr);
363 firstResult = restorestack(L, fr);
459 oldtop = restorestack(L, ci->extra);
506 ci->func = restorestack(L, ci->extra);
597 StkId oldtop = restorestack(L, old_top);
H A Dldebug.c562 StkId errfunc = restorestack(L, L->errfunc);
H A Dlvm.c104 p3 = restorestack(L, result);
/external/syslinux/com32/lua/src/
H A Dldo.h23 #define restorestack(L,n) ((TValue *)((char *)L->stack + (n))) macro
H A Dldo.c237 ci->top = restorestack(L, ci_top);
238 L->top = restorestack(L, top);
283 func = restorestack(L, funcr); /* previous call may change stack */
311 ci->func = restorestack(L, funcr);
333 func = restorestack(L, funcr);
338 func = restorestack(L, funcr); /* previous call can change stack */
370 firstResult = restorestack(L, fr);
466 oldtop = restorestack(L, ci->extra);
513 ci->func = restorestack(L, ci->extra);
605 StkId oldtop = restorestack(
[all...]
H A Dldebug.c575 StkId errfunc = restorestack(L, L->errfunc);
H A Dlvm.c127 p3 = restorestack(L, result);

Completed in 112 milliseconds