Home
last modified time | relevance | path

Searched defs:SINT16 (Results 1 – 8 of 8) sorted by relevance

/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/libffi/include/
Dffi_common.h119 typedef signed short SINT16; typedef
134 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/cffi/c/libffi_x86_x64/
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/rust/crates/ash/src/vk/
Denums.rs1910 pub const SINT16: Self = Self(4); constant