Searched refs:INT8_MIN (Results 1 – 9 of 9) sorted by relevance
132 #define INT8_MIN ((int8_t)_I8_MIN) macro146 #define INT_LEAST8_MIN INT8_MIN160 #define INT_FAST8_MIN INT8_MIN
62 #define INT8_MIN (-0x7f-1) macro84 #define INT_LEAST8_MIN INT8_MIN
60 #define INT8_MIN (-0x7f-1) macro82 #define INT_LEAST8_MIN INT8_MIN
76 #define INT8_MIN (-0x7f-1) macro103 #define INT_LEAST8_MIN INT8_MIN
86 #define INT8_MIN (-0x7f-1) macro108 #define INT_LEAST8_MIN INT8_MIN
135 {"-128", INT8_MIN },136 {"-129", INT8_MIN - 1 },278 if (expected_result > INT8_MAX || expected_result < INT8_MIN) in can_parse_signed()
45 #define INT8_MIN (-128) macro
8 #define QRANGE_MIN ((uint8_t)INT8_MIN)
489 } else if (value >= INT8_MIN && value <= INT8_MAX) { in zipTryEncoding()