/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/ |
D | ffi_sysv.c | 365 valp stacktop; in ffi_prep_args_SYSV() local 407 stacktop.c = (char *) stack + bytes; in ffi_prep_args_SYSV() 408 gpr_base.u = stacktop.u - ASM_NEEDS_REGISTERS - NUM_GPR_ARG_REGISTERS; in ffi_prep_args_SYSV() 422 FFI_ASSERT (((unsigned long) stacktop.c & 0xF) == 0); in ffi_prep_args_SYSV() 615 FFI_ASSERT (gpr_base.u <= stacktop.u - ASM_NEEDS_REGISTERS); in ffi_prep_args_SYSV() 624 <= stacktop.u - ASM_NEEDS_REGISTERS - NUM_GPR_ARG_REGISTERS); in ffi_prep_args_SYSV()
|
D | ffi_linux64.c | 385 valp stacktop; in ffi_prep_args64() local 419 stacktop.c = (char *) stack + bytes; in ffi_prep_args64() 420 gpr_base.ul = stacktop.ul - ASM_NEEDS_REGISTERS64 - NUM_GPR_ARG_REGISTERS64; in ffi_prep_args64() 433 FFI_ASSERT (((unsigned long) stacktop.c & 0xF) == 0); in ffi_prep_args64()
|
D | ffi_darwin.c | 116 unsigned long *const stacktop = stack + (bytes / sizeof(unsigned long)); in ffi_prep_args() local 120 double *fpr_base = (double *) (stacktop - ASM_NEEDS_REGISTERS) - NUM_FPR_ARG_REGISTERS; in ffi_prep_args() 138 FFI_ASSERT(((unsigned) (char *) stacktop & 0xF) == 0); in ffi_prep_args()
|
/external/toybox/ |
D | main.c | 160 if (!CFG_TOYBOX_NORECURSE && toys.stacktop) in toy_exec_which() 161 if (labs((long)toys.stacktop-(long)&which)>6000) return; in toy_exec_which() 231 toys.stacktop = &stack_start; in main()
|
D | toys.h | 113 void *stacktop; // nested toy_exec() call count, or 0 if vforked member
|
/external/toybox/toys/android/ |
D | runcon.c | 26 toys.stacktop = 0; in runcon_main()
|
/external/toybox/toys/posix/ |
D | env.c | 49 toys.stacktop = 0;
|
D | cpio.c | 95 if (toys.stacktop) { in cpio_main()
|
D | tar.c | 829 if (toys.stacktop) { in tar_main()
|
/external/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()
|
/external/toybox/lib/ |
D | xwrap.c | 190 if (toys.stacktop) { in xvdaemon() 216 if (!pid) toys.stacktop = 0; in xvforkwrap() 227 if (toys.stacktop && !strchr(*argv, '/')) toy_exec(argv); in xexec() 232 if (!toys.stacktop) _exit(toys.exitval); in xexec() 294 toys.stacktop = 0; in xpopen_setup()
|
/external/perfetto/src/profiling/memory/ |
D | client.h | 118 const char* GetStackEnd(const char* stacktop);
|
/external/python/cpython3/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()
|
/external/python/cpython2/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()
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/ |
D | InstConstraintVisitor.java | 396 final Type stacktop = stack().peek(); in visitStoreInstruction() local 397 … if ( (!(stacktop instanceof ReferenceType)) && (!(stacktop instanceof ReturnaddressType)) ) { in visitStoreInstruction()
|
/external/toybox/toys/pending/ |
D | sh.c | 3654 if (!CFG_TOYBOX_FORK && !toys.stacktop) { in subshell_setup() 3705 if (!CFG_TOYBOX_FORK && !toys.stacktop && pid==getpid() && ppid==myppid) { in subshell_setup() 3732 if (toys.stacktop) { in sh_main()
|
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 2119 …id init_frame(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend, int stackpos, int stacktop) in init_frame() argument 2129 SLJIT_UNUSED_ARG(stacktop); in init_frame() 2130 SLJIT_ASSERT(stackpos >= stacktop + 2); in init_frame() 2239 SLJIT_ASSERT(stackpos == STACK(stacktop)); in init_frame() 2546 int type, int stackptr, int stacktop, BOOL has_quit) in copy_recurse_data() argument 2587 stacktop = STACK(stacktop); in copy_recurse_data() 2959 SLJIT_ASSERT(cc == ccend && stackptr == stacktop); in copy_recurse_data()
|