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

  /external/valgrind/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);
  /device/linaro/bootloader/edk2/AppPkg/Applications/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;
462 StkId oldtop; local
466 oldtop = restorestack(L, ci->extra);
467 luaF_close(L, oldtop);
468 seterrorobj(L, status, oldtop);
605 StkId oldtop = restorestack(L, old_top) local
    [all...]
  /external/syslinux/com32/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;
462 StkId oldtop; local
466 oldtop = restorestack(L, ci->extra);
467 luaF_close(L, oldtop);
468 seterrorobj(L, status, oldtop);
605 StkId oldtop = restorestack(L, old_top) local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
frameobject.c 525 PyObject **fastlocals, **p, **oldtop; local
533 oldtop = f->f_stacktop;
548 if (oldtop != NULL) {
549 for (p = f->f_valuestack; p < oldtop; p++)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
frameobject.c 523 PyObject **fastlocals, **p, **oldtop; local
531 oldtop = f->f_stacktop;
546 if (oldtop != NULL) {
547 for (p = f->f_valuestack; p < oldtop; p++)
    [all...]
  /external/python/cpython2/Objects/
frameobject.c 523 PyObject **fastlocals, **p, **oldtop; local
531 oldtop = f->f_stacktop;
546 if (oldtop != NULL) {
547 for (p = f->f_valuestack; p < oldtop; p++)
  /external/python/cpython3/Objects/
frameobject.c 488 PyObject **fastlocals, **p, **oldtop; local
496 oldtop = f->f_stacktop;
512 if (oldtop != NULL) {
513 for (p = f->f_valuestack; p < oldtop; p++)
    [all...]

Completed in 1360 milliseconds