/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/ |
D | ffi_common.h | 79 typedef signed int SINT8 __attribute__((__mode__(__QI__))); typedef 90 typedef signed __int8 SINT8; typedef
|
/external/libffi/include/ |
D | ffi_common.h | 96 typedef signed char SINT8; typedef 111 typedef signed int SINT8 __attribute__((__mode__(__QI__))); typedef
|
/external/python/cpython2/Modules/_ctypes/libffi/include/ |
D | ffi_common.h | 96 typedef signed char SINT8; typedef 111 typedef signed int SINT8 __attribute__((__mode__(__QI__))); typedef
|
/external/python/cpython2/Modules/_ctypes/libffi/src/mips/ |
D | ffi.c | 153 *(ffi_arg *)argp = *(SINT8 *)(* p_argv); in ffi_prep_args() 814 *(SINT8 *) &avalue[i] = (SINT8) ar[argn]; in ffi_closure_mips_inner_O32() 993 *(SINT8 *) &avalue[i] = (SINT8) *argp; in ffi_closure_mips_inner_N32()
|
/external/libffi/src/mips/ |
D | ffi.c | 153 *(ffi_arg *)argp = *(SINT8 *)(* p_argv); in ffi_prep_args() 814 *(SINT8 *) &avalue[i] = (SINT8) ar[argn]; in ffi_closure_mips_inner_O32() 993 *(SINT8 *) &avalue[i] = (SINT8) *argp; in ffi_closure_mips_inner_N32()
|
/external/libffi/src/ |
D | java_raw_api.c | 176 *(SINT32*)(raw++) = *(SINT8*) (*args); in ffi_java_ptrarray_to_raw() 178 (raw++)->sint = *(SINT8*) (*args); in ffi_java_ptrarray_to_raw()
|
D | types.c | 68 FFI_TYPEDEF(sint8, SINT8, FFI_TYPE_SINT8, const);
|
D | raw_api.c | 152 (raw++)->sint = *(SINT8*) (*args); in ffi_ptrarray_to_raw()
|
/external/python/cpython2/Modules/_ctypes/libffi/src/ |
D | java_raw_api.c | 166 *(SINT32*)(raw++) = *(SINT8*) (*args); in ffi_java_ptrarray_to_raw() 168 (raw++)->sint = *(SINT8*) (*args); in ffi_java_ptrarray_to_raw()
|
D | types.c | 64 FFI_TYPEDEF(sint8, SINT8, FFI_TYPE_SINT8);
|
D | raw_api.c | 143 (raw++)->sint = *(SINT8*) (*args); in ffi_ptrarray_to_raw()
|
/external/python/cffi/c/libffi_msvc/ |
D | ffi_common.h | 60 typedef signed int SINT8 __attribute__((__mode__(__QI__))); typedef
|
/external/python/cpython2/Modules/_ctypes/libffi_msvc/ |
D | ffi_common.h | 60 typedef signed int SINT8 __attribute__((__mode__(__QI__))); typedef
|
/external/python/cpython2/Modules/_ctypes/libffi_osx/include/ |
D | ffi_common.h | 89 typedef signed int SINT8 __attribute__((__mode__(__QI__))); typedef
|
/external/python/cpython3/Modules/_ctypes/libffi_osx/include/ |
D | ffi_common.h | 89 typedef signed int SINT8 __attribute__((__mode__(__QI__))); typedef
|
/external/libffi/src/bfin/ |
D | ffi.c | 161 signed char v = *(SINT8 *)(* p_argv); in ffi_prep_args()
|
/external/python/cpython2/Modules/_ctypes/libffi/src/bfin/ |
D | ffi.c | 161 signed char v = *(SINT8 *)(* p_argv); in ffi_prep_args()
|
/external/libffi/src/pa/ |
D | ffi.c | 164 *(SINT32 *)(stack - slot) = *(SINT8 *)(*p_argv); in ffi_prep_args_pa32() 544 *(stack - FIRST_ARG_SLOT) = (SINT8)(ret[0] >> 24); in ffi_closure_inner_pa32()
|
/external/python/cpython2/Modules/_ctypes/libffi/src/pa/ |
D | ffi.c | 164 *(SINT32 *)(stack - slot) = *(SINT8 *)(*p_argv); in ffi_prep_args_pa32() 544 *(stack - FIRST_ARG_SLOT) = (SINT8)(ret[0] >> 24); in ffi_closure_inner_pa32()
|
/external/python/cpython2/Modules/_ctypes/libffi/src/sh/ |
D | ffi.c | 155 *(signed int *) argp = (signed int)*(SINT8 *)(* p_argv); in ffi_prep_args() 244 *(signed int *) argp = (signed int)*(SINT8 *)(* p_argv); in ffi_prep_args()
|
/external/libffi/src/sh/ |
D | ffi.c | 155 *(signed int *) argp = (signed int)*(SINT8 *)(* p_argv); in ffi_prep_args() 244 *(signed int *) argp = (signed int)*(SINT8 *)(* p_argv); in ffi_prep_args()
|
/external/libffi/src/m32r/ |
D | ffi.c | 77 *(signed int *) argp = (signed int)*(SINT8 *)(* p_argv); in ffi_prep_args()
|
/external/python/cpython2/Modules/_ctypes/libffi/src/m32r/ |
D | ffi.c | 77 *(signed int *) argp = (signed int)*(SINT8 *)(* p_argv); in ffi_prep_args()
|
/external/python/cpython2/Modules/_ctypes/libffi/src/sparc/ |
D | ffi.c | 92 *(signed int *) argp = *(SINT8 *)(* p_argv); in ffi_prep_args_v8() 190 *(signed long long *) argp = *(SINT8 *)(* p_argv); in ffi_prep_args_v9()
|
/external/libffi/src/sparc/ |
D | ffi.c | 92 *(signed int *) argp = *(SINT8 *)(* p_argv); in ffi_prep_args_v8() 190 *(signed long long *) argp = *(SINT8 *)(* p_argv); in ffi_prep_args_v9()
|