Home
last modified time | relevance | path

Searched refs:SINT16 (Results 1 – 25 of 107) sorted by relevance

12345

/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
Dffi_common.h81 typedef signed int SINT16 __attribute__((__mode__(__HI__))); typedef
92 typedef signed __int16 SINT16; typedef
/external/python/cpython2/Modules/_ctypes/libffi/include/
Dffi_common.h98 typedef signed short SINT16; typedef
113 typedef signed int SINT16 __attribute__((__mode__(__HI__))); typedef
/external/python/cpython3/Modules/_ctypes/libffi/include/
Dffi_common.h98 typedef signed short SINT16; typedef
113 typedef signed int SINT16 __attribute__((__mode__(__HI__))); typedef
/external/libffi/include/
Dffi_common.h98 typedef signed short SINT16; typedef
113 typedef signed int SINT16 __attribute__((__mode__(__HI__))); typedef
/external/python/cpython3/Modules/_ctypes/libffi/src/tile/
Dffi.c87 *out = *(SINT16 *)in; in assign_to_ffi_arg()
240 while ((c >> s) != (SINT16)(c >> s) || (h >> s) != (SINT16)(h >> s)) in ffi_prep_closure_loc()
/external/libffi/src/tile/
Dffi.c87 *out = *(SINT16 *)in; in assign_to_ffi_arg()
240 while ((c >> s) != (SINT16)(c >> s) || (h >> s) != (SINT16)(h >> s)) in ffi_prep_closure_loc()
/external/python/cpython2/Modules/_ctypes/libffi/src/tile/
Dffi.c87 *out = *(SINT16 *)in; in assign_to_ffi_arg()
240 while ((c >> s) != (SINT16)(c >> s) || (h >> s) != (SINT16)(h >> s)) in ffi_prep_closure_loc()
/external/libffi/src/mips/
Dffi.c161 *(ffi_arg *)argp = *(SINT16 *)(* p_argv); in ffi_prep_args()
824 *(SINT16 *) &avalue[i] = (SINT16) ar[argn]; in ffi_closure_mips_inner_O32()
1003 *(SINT16 *) &avalue[i] = (SINT16) *argp; in ffi_closure_mips_inner_N32()
/external/python/cpython3/Modules/_ctypes/libffi/src/mips/
Dffi.c161 *(ffi_arg *)argp = *(SINT16 *)(* p_argv); in ffi_prep_args()
824 *(SINT16 *) &avalue[i] = (SINT16) ar[argn]; in ffi_closure_mips_inner_O32()
1003 *(SINT16 *) &avalue[i] = (SINT16) *argp; in ffi_closure_mips_inner_N32()
/external/python/cpython2/Modules/_ctypes/libffi/src/mips/
Dffi.c161 *(ffi_arg *)argp = *(SINT16 *)(* p_argv); in ffi_prep_args()
824 *(SINT16 *) &avalue[i] = (SINT16) ar[argn]; in ffi_closure_mips_inner_O32()
1003 *(SINT16 *) &avalue[i] = (SINT16) *argp; in ffi_closure_mips_inner_N32()
/external/python/cpython3/Modules/_ctypes/libffi/src/
Djava_raw_api.c182 *(SINT32*)(raw++) = *(SINT16*) (*args); in ffi_java_ptrarray_to_raw()
184 (raw++)->sint = *(SINT16*) (*args); in ffi_java_ptrarray_to_raw()
Dtypes.c66 FFI_TYPEDEF(sint16, SINT16, FFI_TYPE_SINT16);
/external/libffi/src/
Djava_raw_api.c192 *(SINT32*)(raw++) = *(SINT16*) (*args); in ffi_java_ptrarray_to_raw()
194 (raw++)->sint = *(SINT16*) (*args); in ffi_java_ptrarray_to_raw()
Dtypes.c70 FFI_TYPEDEF(sint16, SINT16, FFI_TYPE_SINT16, const);
/external/python/cpython2/Modules/_ctypes/libffi/src/
Djava_raw_api.c182 *(SINT32*)(raw++) = *(SINT16*) (*args); in ffi_java_ptrarray_to_raw()
184 (raw++)->sint = *(SINT16*) (*args); in ffi_java_ptrarray_to_raw()
Dtypes.c66 FFI_TYPEDEF(sint16, SINT16, FFI_TYPE_SINT16);
/external/python/cpython3/Modules/_ctypes/libffi_msvc/
Dffi_common.h62 typedef signed int SINT16 __attribute__((__mode__(__HI__))); typedef
/external/python/cpython2/Modules/_ctypes/libffi_msvc/
Dffi_common.h62 typedef signed int SINT16 __attribute__((__mode__(__HI__))); typedef
/external/python/cpython2/Modules/_ctypes/libffi_osx/include/
Dffi_common.h91 typedef signed int SINT16 __attribute__((__mode__(__HI__))); typedef
/external/python/cpython3/Modules/_ctypes/libffi_osx/include/
Dffi_common.h91 typedef signed int SINT16 __attribute__((__mode__(__HI__))); typedef
/external/dhcpcd-6.8.2/
Ddhcp-common.h46 #define SINT16 (1 << 3) macro
/external/python/cpython2/Modules/_ctypes/libffi/src/bfin/
Dffi.c173 *(signed int *) argp = (signed int) * (SINT16 *)(* p_argv); in ffi_prep_args()
/external/libffi/src/bfin/
Dffi.c173 *(signed int *) argp = (signed int) * (SINT16 *)(* p_argv); in ffi_prep_args()
/external/python/cpython3/Modules/_ctypes/libffi/src/bfin/
Dffi.c173 *(signed int *) argp = (signed int) * (SINT16 *)(* p_argv); in ffi_prep_args()
/external/libffi/src/pa/
Dffi.c172 *(SINT32 *)(stack - slot) = *(SINT16 *)(*p_argv); in ffi_prep_args_pa32()
550 *(stack - FIRST_ARG_SLOT) = (SINT16)(ret[0] >> 16); in ffi_closure_inner_pa32()

12345