Searched refs:stacktop (Results 1 – 16 of 16) sorted by relevance
188 #define pushLeft {stack[stacktop].first=ffirst;stack[stacktop++].last=last;}189 #define pushRight {stack[stacktop].first=first;stack[stacktop++].last=llast;}192 #define pop {if (--stacktop<0) break;\193 first=ffirst=stack[stacktop].first;\194 last=llast=stack[stacktop].last;\408 int stacktop=0; in qsort_nonaligned() local439 int stacktop=0; in qsort_aligned() local470 int stacktop=0; in qsort_words() local
162 if (!CFG_TOYBOX_NORECURSE && toys.stacktop) in toy_exec_which()163 if (labs((long)toys.stacktop-(long)&which)>6000) return; in toy_exec_which()231 toys.stacktop = &stack; in main()247 toys.stacktop = 0; in main()
115 void *stacktop; // nested toy_exec() call count, or 0 if vforked member
121 void *stacktop; // nested toy_exec() call count, or 0 if vforked member
26 toys.stacktop = 0; in runcon_main()
388 valp stacktop; in ffi_prep_args_SYSV() local430 stacktop.c = (char *) stack + bytes; in ffi_prep_args_SYSV()431 gpr_end.u = stacktop.u - ASM_NEEDS_REGISTERS; in ffi_prep_args_SYSV()445 FFI_ASSERT (((unsigned long) stacktop.c & 0xF) == 0); in ffi_prep_args_SYSV()
455 valp stacktop; in ffi_prep_args64() local495 stacktop.c = (char *) stack + bytes; in ffi_prep_args64()496 gpr_base.ul = stacktop.ul - ASM_NEEDS_REGISTERS64 - NUM_GPR_ARG_REGISTERS64; in ffi_prep_args64()516 FFI_ASSERT (((unsigned long) stacktop.c & 0xF) == 0); in ffi_prep_args64()
117 unsigned long *const stacktop = stack + (bytes / sizeof(unsigned long)); in ffi_prep_args() local121 double *fpr_base = (double *) (stacktop - ASM_NEEDS_REGISTERS) - NUM_FPR_ARG_REGISTERS; in ffi_prep_args()139 FFI_ASSERT(((unsigned) (char *) stacktop & 0xF) == 0); in ffi_prep_args()
49 toys.stacktop = 0; in env_main()
89 if (toys.stacktop) { in cpio_main()
812 if (toys.stacktop) { in tar_main()
111 unsigned long *const stacktop = in ffi_prep_args() local114 unsigned long *const stacktop = longStack + (bytes / sizeof(long)); in ffi_prep_args() local121 double* fpr_base = (double*)(stacktop - ASM_NEEDS_REGISTERS) - in ffi_prep_args()143 FFI_ASSERT(stacktop == SF_ROUND(stacktop)); in ffi_prep_args()
200 if (!pid) toys.stacktop = 0; in xvforkwrap()210 if (CFG_TOYBOX && !CFG_TOYBOX_NORECURSE && toys.stacktop && **argv != '/') in xexec()216 if (!toys.stacktop) _exit(toys.exitval); in xexec()277 toys.stacktop = 0; in xpopen_both()
585 toys.stacktop = 0;
2123 …id init_frame(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend, int stackpos, int stacktop) in init_frame() argument2133 SLJIT_UNUSED_ARG(stacktop); in init_frame()2134 SLJIT_ASSERT(stackpos >= stacktop + 2); in init_frame()2243 SLJIT_ASSERT(stackpos == STACK(stacktop)); in init_frame()2605 int type, int stackptr, int stacktop, uint32_t recurse_flags) in copy_recurse_data() argument2644 stacktop = STACK(stacktop); in copy_recurse_data()3032 SLJIT_ASSERT(cc == ccend && stackptr == stacktop); in copy_recurse_data()