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

  /external/valgrind/main/none/tests/
shorts.c 8 short oldtop = w->ot; local
13 if (newtop < oldtop) { fprintf(stderr,"case1\n");
14 // FillArea(w, newtop, XawMin(newbot, oldtop), 1);
16 if (newtop > oldtop) { fprintf(stderr,"case2\n");
17 // FillArea(w, oldtop, XawMin(newtop, oldbot), 0);
20 // FillArea(w, XawMax(newbot, oldtop), oldbot, 0);
  /external/chromium_org/third_party/skia/third_party/lua/src/
ldo.h 36 ptrdiff_t oldtop, ptrdiff_t ef);
ldo.c 84 static void seterrorobj (lua_State *L, int errcode, StkId oldtop) {
87 setsvalue2s(L, oldtop, G(L)->memerrmsg); /* reuse preregistered msg. */
91 setsvalue2s(L, oldtop, luaS_newliteral(L, "error in error handling"));
95 setobjs2s(L, oldtop, L->top - 1); /* error message on current top */
99 L->top = oldtop + 1;
455 StkId oldtop; local
459 oldtop = restorestack(L, ci->extra);
460 luaF_close(L, oldtop);
461 seterrorobj(L, status, oldtop);
597 StkId oldtop = restorestack(L, old_top) local
    [all...]

Completed in 2047 milliseconds