Searched refs:INT8 (Results 1 – 9 of 9) sorted by relevance
87 typedef signed char INT8; typedef104 typedef signed char INT8; typedef
162 typedef signed char INT8; typedef209 typedef signed char INT8; typedef
177 typedef signed char INT8; typedef227 typedef signed char INT8; typedef
234 INT8 VariableData[1]; ///< Driver or platform-specific data250 INT8 VariableData[1]; ///< Driver or platform-specific data261 INT8 VariableData[1];
455 typedef INT8 TPM_CLOCK_ADJUST;
332 #define MAX_INT8 ((INT8)0x7F)344 #define MIN_INT8 (((INT8) -127) - 1)817 STATIC_ASSERT (sizeof (INT8) == 1, "sizeof (INT8) does not meet UEFI Specification Data Type req…
48 #define INT8 int8_t macro
20 TEST_MAX( INT8, 0x7f); in test()
119 typedef INT8 int8_t;131 typedef INT8 int8_t;