/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/ |
D | SDL_qsort.c | 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() local 439 int stacktop=0; in qsort_aligned() local 470 int stacktop=0; in qsort_words() local
|
/third_party/toybox/ |
D | main.c | 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()
|
D | toys.h | 115 void *stacktop; // nested toy_exec() call count, or 0 if vforked member
|
/third_party/toybox/porting/liteos_a/ |
D | main.c | 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()
|
D | toys.h | 121 void *stacktop; // nested toy_exec() call count, or 0 if vforked member
|
/third_party/toybox/toys/android/ |
D | runcon.c | 26 toys.stacktop = 0; in runcon_main()
|
/third_party/toybox/toys/posix/ |
D | env.c | 49 toys.stacktop = 0; in env_main()
|
D | cpio.c | 89 if (toys.stacktop) { in cpio_main()
|
D | tar.c | 812 if (toys.stacktop) { in tar_main()
|
/third_party/libffi/src/powerpc/ |
D | ffi_sysv.c | 388 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()
|
D | ffi_linux64.c | 455 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()
|
D | ffi_darwin.c | 117 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/ |
D | ppc-ffi_darwin.c | 111 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/ |
D | xwrap.c | 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()
|
/third_party/glib/glib/pcre/ |
D | pcre_jit_compile.c | 867 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/ |
D | pcre2_jit_compile.c | 2121 …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()
|