Searched refs:int8_t (Results 1 – 9 of 9) sorted by relevance
43 typedef char int8_t; typedef52 typedef signed char int8_t; typedef64 typedef char int8_t; typedef76 typedef char int8_t; typedef107 typedef int8_t INT8;
41 typedef __int8 int8_t; typedef52 typedef char int8_t; typedef63 typedef char int8_t; typedef91 typedef int8_t INT8;
33 typedef signed char int8_t; typedef58 typedef int8_t INT8;
29 typedef signed char int8_t; // unqualified 'char' is unsigned on ARM typedef57 typedef int8_t INT8;
29 typedef signed char int8_t; // unqualified 'char' is unsigned on ARM typedef65 typedef int8_t INT8;
31 typedef signed char int8_t; // unqualified 'char' is unsigned on ARM typedef59 typedef int8_t INT8;
54 typedef char int8_t; typedef63 typedef signed char int8_t; typedef75 typedef char int8_t; typedef87 typedef char int8_t; typedef117 typedef int8_t INT8;
34 typedef int8_t INT8;
909 definitions for uint64_t, int64_t and int8_t. The 64-bit types are now defined917 necessary. Also, int8_t is now defined as signed char instead of just char