Home
last modified time | relevance | path

Searched refs:stacktop (Results 1 – 4 of 4) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/stdlib/
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; in qsort_nonaligned() local
355 int stacktop=0; in qsort_aligned() local
386 int stacktop=0; in qsort_words() local
/external/libffi/src/powerpc/
Dffi.c104 valp stacktop; in ffi_prep_args_SYSV() local
144 stacktop.c = (char *) stack + bytes; in ffi_prep_args_SYSV()
145 gpr_base.u = stacktop.u - ASM_NEEDS_REGISTERS - NUM_GPR_ARG_REGISTERS; in ffi_prep_args_SYSV()
155 FFI_ASSERT (((unsigned) stacktop.c & 0xF) == 0); in ffi_prep_args_SYSV()
362 FFI_ASSERT (gpr_base.u <= stacktop.u - ASM_NEEDS_REGISTERS); in ffi_prep_args_SYSV()
364 <= stacktop.u - ASM_NEEDS_REGISTERS - NUM_GPR_ARG_REGISTERS); in ffi_prep_args_SYSV()
423 valp stacktop; in ffi_prep_args64() local
455 stacktop.c = (char *) stack + bytes; in ffi_prep_args64()
456 gpr_base.ul = stacktop.ul - ASM_NEEDS_REGISTERS64 - NUM_GPR_ARG_REGISTERS64; in ffi_prep_args64()
465 FFI_ASSERT (((unsigned long) stacktop.c & 0xF) == 0); in ffi_prep_args64()
Dffi_darwin.c89 unsigned *const stacktop = stack + (bytes / sizeof(unsigned)); in ffi_prep_args() local
93 double *fpr_base = (double*) (stacktop - ASM_NEEDS_REGISTERS) - NUM_FPR_ARG_REGISTERS; in ffi_prep_args()
110 FFI_ASSERT(((unsigned)(char *)stacktop & 0xF) == 0); in ffi_prep_args()
/external/valgrind/main/coregrind/
Dm_libcassert.c222 Addr stacktop; in report_and_quit() local
240 stacktop = tst->os_state.valgrind_stack_init_SP; in report_and_quit()
248 &startRegs, stacktop in report_and_quit()