Searched defs:stacktop (Results 1 - 4 of 4) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_qsort.c111 #define pushLeft {stack[stacktop].first=ffirst;stack[stacktop++].last=last;}
112 #define pushRight {stack[stacktop].first=first;stack[stacktop++].last=llast;}
115 #define pop {if (--stacktop<0) break;\
116 first=ffirst=stack[stacktop].first;\
117 last=llast=stack[stacktop].last;\
324 int stacktop=0; local
355 int stacktop=0; local
386 int stacktop local
[all...]
/external/valgrind/main/coregrind/
H A Dm_libcassert.c295 Addr stacktop; local
313 stacktop = tst->os_state.valgrind_stack_init_SP;
321 &startRegs, stacktop
/external/pcre/dist/
H A Dpcre_jit_compile.c1415 static void init_frame(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend, int stackpos, int stacktop, BOOL recursive) argument
1425 SLJIT_UNUSED_ARG(stacktop);
1426 SLJIT_ASSERT(stackpos >= stacktop + 2);
1534 SLJIT_ASSERT(stackpos == STACK(stacktop));
1658 BOOL save, int stackptr, int stacktop, BOOL needs_control_head)
1675 stacktop = STACK(stacktop - 1);
1680 if (stackptr < stacktop)
1686 if (stackptr < stacktop)
1920 tmp1empty = stackptr >= stacktop;
1657 copy_private_data(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend, BOOL save, int stackptr, int stacktop, BOOL needs_control_head) argument
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 98 milliseconds