Home
last modified time | relevance | path

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

/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/python/cpython2/Modules/_ctypes/libffi/include/
Dffi_common.h96 typedef signed char SINT8; typedef
111 typedef signed int SINT8 __attribute__((__mode__(__QI__))); typedef
/external/libffi/include/
Dffi_common.h117 typedef signed char SINT8; typedef
132 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/cffi/c/libffi_x86_x64/
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/rust/crates/ash/src/vk/
Denums.rs1909 pub const SINT8: Self = Self(3); constant