Home
last modified time | relevance | path

Searched refs:STACK_ARG_SIZE (Results 1 – 11 of 11) sorted by relevance

/external/libffi/src/
Dprep_cif.c32 #define STACK_ARG_SIZE(x) ALIGN(x, FFI_SIZEOF_ARG) macro
163 bytes = STACK_ARG_SIZE(sizeof(void*)); in ffi_prep_cif_core()
197 bytes + STACK_ARG_SIZE((*ptr)->size) > 10 * FFI_SIZEOF_ARG) in ffi_prep_cif_core()
205 if (bytes <= 6*4 && bytes + STACK_ARG_SIZE((*ptr)->size) > 6*4) in ffi_prep_cif_core()
209 bytes += STACK_ARG_SIZE((*ptr)->size); in ffi_prep_cif_core()
/external/python/cpython2/Modules/_ctypes/libffi/src/
Dprep_cif.c32 #define STACK_ARG_SIZE(x) ALIGN(x, FFI_SIZEOF_ARG) macro
159 bytes = STACK_ARG_SIZE(sizeof(void*)); in ffi_prep_cif_core()
189 bytes + STACK_ARG_SIZE((*ptr)->size) > 10 * FFI_SIZEOF_ARG) in ffi_prep_cif_core()
197 if (bytes <= 6*4 && bytes + STACK_ARG_SIZE((*ptr)->size) > 6*4) in ffi_prep_cif_core()
201 bytes += STACK_ARG_SIZE((*ptr)->size); in ffi_prep_cif_core()
/external/python/cpython3/Modules/_ctypes/libffi_osx/
Dffi.c31 #define STACK_ARG_SIZE(x) ALIGN(x, FFI_SIZEOF_ARG) macro
175 bytes = STACK_ARG_SIZE(sizeof(void*)); in ffi_prep_cif()
201 bytes += STACK_ARG_SIZE((*ptr)->size); in ffi_prep_cif()
217 bytes += STACK_ARG_SIZE((*ptr)->size); in ffi_prep_cif()
/external/python/cpython2/Modules/_ctypes/libffi_osx/
Dffi.c31 #define STACK_ARG_SIZE(x) ALIGN(x, FFI_SIZEOF_ARG) macro
174 bytes = STACK_ARG_SIZE(sizeof(void*)); in ffi_prep_cif()
200 bytes += STACK_ARG_SIZE((*ptr)->size); in ffi_prep_cif()
216 bytes += STACK_ARG_SIZE((*ptr)->size); in ffi_prep_cif()
/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
Dprep_cif.c31 #define STACK_ARG_SIZE(x) ALIGN(x, FFI_SIZEOF_ARG) macro
126 bytes = STACK_ARG_SIZE(sizeof(void*)); in ffi_prep_cif()
166 bytes += STACK_ARG_SIZE((*ptr)->size); in ffi_prep_cif()
/external/python/cpython2/Modules/_ctypes/libffi_msvc/
Dprep_cif.c31 #define STACK_ARG_SIZE(x) ALIGN(x, FFI_SIZEOF_ARG) macro
126 bytes = STACK_ARG_SIZE(sizeof(void*)); in ffi_prep_cif()
170 bytes += STACK_ARG_SIZE((*ptr)->size); in ffi_prep_cif()
/external/python/cpython3/Modules/_ctypes/libffi_msvc/
Dprep_cif.c31 #define STACK_ARG_SIZE(x) ALIGN(x, FFI_SIZEOF_ARG) macro
127 bytes = STACK_ARG_SIZE(sizeof(void*)); in ffi_prep_cif()
173 bytes += STACK_ARG_SIZE((*ptr)->size); in ffi_prep_cif()
/external/libffi/src/cris/
Dffi.c32 #define STACK_ARG_SIZE(x) ALIGN(x, FFI_SIZEOF_ARG) macro
210 bytes += STACK_ARG_SIZE ((*ptr)->size); in ffi_prep_cif_core()
/external/python/cpython2/Modules/_ctypes/libffi/src/cris/
Dffi.c32 #define STACK_ARG_SIZE(x) ALIGN(x, FFI_SIZEOF_ARG) macro
210 bytes += STACK_ARG_SIZE ((*ptr)->size); in ffi_prep_cif_core()
/external/python/cpython2/Modules/_ctypes/libffi/
DChangeLog.v1479 * prep_cif.c (STACK_ARG_SIZE): Improved STACK_ARG_SIZE macro.
/external/libffi/
DChangeLog.v1479 * prep_cif.c (STACK_ARG_SIZE): Improved STACK_ARG_SIZE macro.