Searched refs:oldtop (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/main/none/tests/ |
D | shorts.c | 8 short oldtop = w->ot; in PaintThumb() local 13 if (newtop < oldtop) { fprintf(stderr,"case1\n"); in PaintThumb() 16 if (newtop > oldtop) { fprintf(stderr,"case2\n"); in PaintThumb()
|
/external/chromium_org/third_party/skia/third_party/lua/src/ |
D | ldo.c | 84 static void seterrorobj (lua_State *L, int errcode, StkId oldtop) { in seterrorobj() argument 87 setsvalue2s(L, oldtop, G(L)->memerrmsg); /* reuse preregistered msg. */ in seterrorobj() 91 setsvalue2s(L, oldtop, luaS_newliteral(L, "error in error handling")); in seterrorobj() 95 setobjs2s(L, oldtop, L->top - 1); /* error message on current top */ in seterrorobj() 99 L->top = oldtop + 1; in seterrorobj() 455 StkId oldtop; in recover() local 459 oldtop = restorestack(L, ci->extra); in recover() 460 luaF_close(L, oldtop); in recover() 461 seterrorobj(L, status, oldtop); in recover() 597 StkId oldtop = restorestack(L, old_top); in luaD_pcall() local [all …]
|
D | ldo.h | 36 ptrdiff_t oldtop, ptrdiff_t ef);
|