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

  /external/chromium_org/third_party/skia/third_party/lua/src/
ldo.h 22 #define savestack(L,p) ((char *)(p) - (char *)L->stack) macro
ldo.c 221 ptrdiff_t top = savestack(L, L->top);
222 ptrdiff_t ci_top = savestack(L, ci->top);
276 ptrdiff_t funcr = savestack(L, func);
299 ptrdiff_t funcr = savestack(L, func);
361 ptrdiff_t fr = savestack(L, firstResult); /* hook may change stack */
571 ci->extra = savestack(L, ci->func); /* save current 'func' */
664 status = luaD_pcall(L, f_parser, &p, savestack(L, L->top), L->errfunc);
lapi.c 944 func = savestack(L, o);
949 status = luaD_pcall(L, f_call, &c, savestack(L, c.func), func);
956 ci->extra = savestack(L, c.func);
lgc.c 817 status = luaD_pcall(L, dothecall, NULL, savestack(L, L->top - 2), 0);
    [all...]
lvm.c 95 ptrdiff_t result = savestack(L, p3);

Completed in 326 milliseconds