Home
last modified time | relevance | path

Searched refs:stackp (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Modules/_ctypes/libffi/src/m88k/
Dffi.c76 char *argp, *stackp; in ffi_prep_args() local
83 stackp = (char *)(regp + 8); in ffi_prep_args()
115 argp = stackp; in ffi_prep_args()
131 argp = stackp; in ffi_prep_args()
135 if (argp == stackp && a > sizeof (int)) in ffi_prep_args()
137 stackp = (char *) ALIGN(stackp, a); in ffi_prep_args()
138 argp = stackp; in ffi_prep_args()
192 stackp += z; in ffi_prep_args()
268 char *stackp) in ffi_prep_closure_args_OBSD() argument
301 argp = stackp; in ffi_prep_closure_args_OBSD()
[all …]
/external/libffi/src/m88k/
Dffi.c76 char *argp, *stackp; in ffi_prep_args() local
83 stackp = (char *)(regp + 8); in ffi_prep_args()
115 argp = stackp; in ffi_prep_args()
131 argp = stackp; in ffi_prep_args()
135 if (argp == stackp && a > sizeof (int)) in ffi_prep_args()
137 stackp = (char *) ALIGN(stackp, a); in ffi_prep_args()
138 argp = stackp; in ffi_prep_args()
192 stackp += z; in ffi_prep_args()
268 char *stackp) in ffi_prep_closure_args_OBSD() argument
301 argp = stackp; in ffi_prep_closure_args_OBSD()
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/src/vax/
Dffi.c201 ffi_prep_closure_elfbsd (ffi_cif *cif, void **avalue, char *stackp) in ffi_prep_closure_elfbsd() argument
214 *p_argv = stackp; in ffi_prep_closure_elfbsd()
221 stackp += z; in ffi_prep_closure_elfbsd()
/external/libffi/src/vax/
Dffi.c201 ffi_prep_closure_elfbsd (ffi_cif *cif, void **avalue, char *stackp) in ffi_prep_closure_elfbsd() argument
214 *p_argv = stackp; in ffi_prep_closure_elfbsd()
221 stackp += z; in ffi_prep_closure_elfbsd()