Home
last modified time | relevance | path

Searched refs:SINT8 (Results 1 – 25 of 73) sorted by relevance

123

/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
Dffi_common.h79 typedef signed int SINT8 __attribute__((__mode__(__QI__))); typedef
90 typedef signed __int8 SINT8; typedef
/external/libffi/include/
Dffi_common.h96 typedef signed char SINT8; typedef
111 typedef signed int SINT8 __attribute__((__mode__(__QI__))); typedef
/external/python/cpython2/Modules/_ctypes/libffi/include/
Dffi_common.h96 typedef signed char SINT8; typedef
111 typedef signed int SINT8 __attribute__((__mode__(__QI__))); typedef
/external/python/cpython2/Modules/_ctypes/libffi/src/mips/
Dffi.c153 *(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/
Dffi.c153 *(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/
Djava_raw_api.c176 *(SINT32*)(raw++) = *(SINT8*) (*args); in ffi_java_ptrarray_to_raw()
178 (raw++)->sint = *(SINT8*) (*args); in ffi_java_ptrarray_to_raw()
Dtypes.c68 FFI_TYPEDEF(sint8, SINT8, FFI_TYPE_SINT8, const);
Draw_api.c152 (raw++)->sint = *(SINT8*) (*args); in ffi_ptrarray_to_raw()
/external/python/cpython2/Modules/_ctypes/libffi/src/
Djava_raw_api.c166 *(SINT32*)(raw++) = *(SINT8*) (*args); in ffi_java_ptrarray_to_raw()
168 (raw++)->sint = *(SINT8*) (*args); in ffi_java_ptrarray_to_raw()
Dtypes.c64 FFI_TYPEDEF(sint8, SINT8, FFI_TYPE_SINT8);
Draw_api.c143 (raw++)->sint = *(SINT8*) (*args); in ffi_ptrarray_to_raw()
/external/python/cffi/c/libffi_msvc/
Dffi_common.h60 typedef signed int SINT8 __attribute__((__mode__(__QI__))); typedef
/external/python/cpython2/Modules/_ctypes/libffi_msvc/
Dffi_common.h60 typedef signed int SINT8 __attribute__((__mode__(__QI__))); typedef
/external/python/cpython2/Modules/_ctypes/libffi_osx/include/
Dffi_common.h89 typedef signed int SINT8 __attribute__((__mode__(__QI__))); typedef
/external/python/cpython3/Modules/_ctypes/libffi_osx/include/
Dffi_common.h89 typedef signed int SINT8 __attribute__((__mode__(__QI__))); typedef
/external/libffi/src/bfin/
Dffi.c161 signed char v = *(SINT8 *)(* p_argv); in ffi_prep_args()
/external/python/cpython2/Modules/_ctypes/libffi/src/bfin/
Dffi.c161 signed char v = *(SINT8 *)(* p_argv); in ffi_prep_args()
/external/libffi/src/pa/
Dffi.c164 *(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/
Dffi.c164 *(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/
Dffi.c155 *(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/
Dffi.c155 *(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/
Dffi.c77 *(signed int *) argp = (signed int)*(SINT8 *)(* p_argv); in ffi_prep_args()
/external/python/cpython2/Modules/_ctypes/libffi/src/m32r/
Dffi.c77 *(signed int *) argp = (signed int)*(SINT8 *)(* p_argv); in ffi_prep_args()
/external/python/cpython2/Modules/_ctypes/libffi/src/sparc/
Dffi.c92 *(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/
Dffi.c92 *(signed int *) argp = *(SINT8 *)(* p_argv); in ffi_prep_args_v8()
190 *(signed long long *) argp = *(SINT8 *)(* p_argv); in ffi_prep_args_v9()

123