Home
last modified time | relevance | path

Searched defs:stacktop (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/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
/external/python/cpython3/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
/external/toybox/
Dtoys.h113 void *stacktop; // nested toy_exec() call count, or 0 if vforked member
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
Dffi_sysv.c365 valp stacktop; in ffi_prep_args_SYSV() local
Dffi_linux64.c385 valp stacktop; in ffi_prep_args64() local
Dffi_darwin.c116 unsigned long *const stacktop = stack + (bytes / sizeof(unsigned long)); in ffi_prep_args() local
/external/libffi/src/powerpc/
Dffi_sysv.c388 valp stacktop; in ffi_prep_args_SYSV() local
Dffi_linux64.c455 valp stacktop; in ffi_prep_args64() local
Dffi_darwin.c117 unsigned long *const stacktop = stack + (bytes / sizeof(unsigned long)); in ffi_prep_args() local
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
DInstConstraintVisitor.java396 final Type stacktop = stack().peek(); in visitStoreInstruction() local
/external/pcre/dist2/src/
Dpcre2_jit_compile.c2119 …id init_frame(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend, int stackpos, int stacktop) in init_frame()
2546 int type, int stackptr, int stacktop, BOOL has_quit) in copy_recurse_data()