Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/
DSDL_qsort.c188 #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() local
439 int stacktop=0; in qsort_aligned() local
470 int stacktop=0; in qsort_words() local
/third_party/toybox/
Dmain.c162 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()
Dtoys.h115 void *stacktop; // nested toy_exec() call count, or 0 if vforked member
/third_party/toybox/porting/liteos_a/
Dmain.c162 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()
Dtoys.h121 void *stacktop; // nested toy_exec() call count, or 0 if vforked member
/third_party/toybox/toys/android/
Druncon.c26 toys.stacktop = 0; in runcon_main()
/third_party/toybox/toys/posix/
Denv.c49 toys.stacktop = 0; in env_main()
Dcpio.c89 if (toys.stacktop) { in cpio_main()
Dtar.c812 if (toys.stacktop) { in tar_main()
/third_party/libffi/src/powerpc/
Dffi_sysv.c388 valp stacktop; in ffi_prep_args_SYSV() local
430 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()
Dffi_linux64.c455 valp stacktop; in ffi_prep_args64() local
495 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()
Dffi_darwin.c117 unsigned long *const stacktop = stack + (bytes / sizeof(unsigned long)); in ffi_prep_args() local
121 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()
/third_party/python/Modules/_ctypes/libffi_osx/powerpc/
Dppc-ffi_darwin.c111 unsigned long *const stacktop = in ffi_prep_args() local
114 unsigned long *const stacktop = longStack + (bytes / sizeof(long)); in ffi_prep_args() local
121 double* fpr_base = (double*)(stacktop - ASM_NEEDS_REGISTERS) - in ffi_prep_args()
143 FFI_ASSERT(stacktop == SF_ROUND(stacktop)); in ffi_prep_args()
/third_party/toybox/lib/
Dxwrap.c200 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()
/third_party/glib/glib/pcre/
Dpcre_jit_compile.c867 static void init_frame(compiler_common *common, pcre_uchar *cc, int stackpos, int stacktop, BOOL re… in init_frame() argument
876 SLJIT_UNUSED_ARG(stacktop); in init_frame()
877 SLJIT_ASSERT(stackpos >= stacktop + 2); in init_frame()
960 SLJIT_ASSERT(stackpos == STACK(stacktop)); in init_frame()
1017 BOOL save, int stackptr, int stacktop) in copy_locals() argument
1034 stacktop = STACK(stacktop - 1); in copy_locals()
1039 if (stackptr < stacktop) in copy_locals()
1045 if (stackptr < stacktop) in copy_locals()
1165 tmp1empty = stackptr >= stacktop; in copy_locals()
1177 tmp2empty = stackptr >= stacktop; in copy_locals()
[all …]
/third_party/pcre2/pcre2/src/
Dpcre2_jit_compile.c2121 …id init_frame(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend, int stackpos, int stacktop) in init_frame() argument
2131 SLJIT_UNUSED_ARG(stacktop); in init_frame()
2132 SLJIT_ASSERT(stackpos >= stacktop + 2); in init_frame()
2241 SLJIT_ASSERT(stackpos == STACK(stacktop)); in init_frame()
2602 int type, int stackptr, int stacktop, BOOL has_quit) in copy_recurse_data() argument
2641 stacktop = STACK(stacktop); in copy_recurse_data()
3027 SLJIT_ASSERT(cc == ccend && stackptr == stacktop); in copy_recurse_data()