Home
last modified time | relevance | path

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

/external/libffi/include/
Dffi_common.h117 typedef signed char SINT8; typedef
132 typedef signed int SINT8 __attribute__((__mode__(__QI__))); typedef
/external/rust/android-crates-io/crates/ash/src/vk/
Denums.rs2092 pub const SINT8: Self = Self(3); constant