/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/ |
D | ffi_common.h | 81 typedef signed int SINT16 __attribute__((__mode__(__HI__))); typedef 92 typedef signed __int16 SINT16; typedef
|
/external/python/cpython2/Modules/_ctypes/libffi/include/ |
D | ffi_common.h | 98 typedef signed short SINT16; typedef 113 typedef signed int SINT16 __attribute__((__mode__(__HI__))); typedef
|
/external/python/cpython3/Modules/_ctypes/libffi/include/ |
D | ffi_common.h | 98 typedef signed short SINT16; typedef 113 typedef signed int SINT16 __attribute__((__mode__(__HI__))); typedef
|
/external/libffi/include/ |
D | ffi_common.h | 98 typedef signed short SINT16; typedef 113 typedef signed int SINT16 __attribute__((__mode__(__HI__))); typedef
|
/external/python/cpython3/Modules/_ctypes/libffi/src/tile/ |
D | ffi.c | 87 *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/ |
D | ffi.c | 87 *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/ |
D | ffi.c | 87 *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/ |
D | ffi.c | 161 *(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/ |
D | ffi.c | 161 *(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/ |
D | ffi.c | 161 *(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/ |
D | java_raw_api.c | 182 *(SINT32*)(raw++) = *(SINT16*) (*args); in ffi_java_ptrarray_to_raw() 184 (raw++)->sint = *(SINT16*) (*args); in ffi_java_ptrarray_to_raw()
|
D | types.c | 66 FFI_TYPEDEF(sint16, SINT16, FFI_TYPE_SINT16);
|
/external/libffi/src/ |
D | java_raw_api.c | 192 *(SINT32*)(raw++) = *(SINT16*) (*args); in ffi_java_ptrarray_to_raw() 194 (raw++)->sint = *(SINT16*) (*args); in ffi_java_ptrarray_to_raw()
|
D | types.c | 70 FFI_TYPEDEF(sint16, SINT16, FFI_TYPE_SINT16, const);
|
/external/python/cpython2/Modules/_ctypes/libffi/src/ |
D | java_raw_api.c | 182 *(SINT32*)(raw++) = *(SINT16*) (*args); in ffi_java_ptrarray_to_raw() 184 (raw++)->sint = *(SINT16*) (*args); in ffi_java_ptrarray_to_raw()
|
D | types.c | 66 FFI_TYPEDEF(sint16, SINT16, FFI_TYPE_SINT16);
|
/external/python/cpython3/Modules/_ctypes/libffi_msvc/ |
D | ffi_common.h | 62 typedef signed int SINT16 __attribute__((__mode__(__HI__))); typedef
|
/external/python/cpython2/Modules/_ctypes/libffi_msvc/ |
D | ffi_common.h | 62 typedef signed int SINT16 __attribute__((__mode__(__HI__))); typedef
|
/external/python/cpython2/Modules/_ctypes/libffi_osx/include/ |
D | ffi_common.h | 91 typedef signed int SINT16 __attribute__((__mode__(__HI__))); typedef
|
/external/python/cpython3/Modules/_ctypes/libffi_osx/include/ |
D | ffi_common.h | 91 typedef signed int SINT16 __attribute__((__mode__(__HI__))); typedef
|
/external/dhcpcd-6.8.2/ |
D | dhcp-common.h | 46 #define SINT16 (1 << 3) macro
|
/external/python/cpython2/Modules/_ctypes/libffi/src/bfin/ |
D | ffi.c | 173 *(signed int *) argp = (signed int) * (SINT16 *)(* p_argv); in ffi_prep_args()
|
/external/libffi/src/bfin/ |
D | ffi.c | 173 *(signed int *) argp = (signed int) * (SINT16 *)(* p_argv); in ffi_prep_args()
|
/external/python/cpython3/Modules/_ctypes/libffi/src/bfin/ |
D | ffi.c | 173 *(signed int *) argp = (signed int) * (SINT16 *)(* p_argv); in ffi_prep_args()
|
/external/libffi/src/pa/ |
D | ffi.c | 172 *(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()
|