Searched refs:INT16_MIN (Results 1 – 9 of 9) sorted by relevance
134 #define INT16_MIN ((int16_t)_I16_MIN) macro148 #define INT_LEAST16_MIN INT16_MIN162 #define INT_FAST16_MIN INT16_MIN
63 #define INT16_MIN (-0x7fff-1) macro85 #define INT_LEAST16_MIN INT16_MIN
61 #define INT16_MIN (-0x7fff-1) macro83 #define INT_LEAST16_MIN INT16_MIN
77 #define INT16_MIN (-0x7fff-1) macro104 #define INT_LEAST16_MIN INT16_MIN
87 #define INT16_MIN (-0x7fff-1) macro109 #define INT_LEAST16_MIN INT16_MIN
137 {"-32768", INT16_MIN },138 {"-32769", INT16_MIN - 1 },282 if (expected_result > INT16_MAX || expected_result < INT16_MIN) in can_parse_signed()
50 #define INT16_MIN (-32768) macro
48 else if (v < INT16_MIN || v > INT16_MAX) in _intsetValueEncoding()
491 } else if (value >= INT16_MIN && value <= INT16_MAX) { in zipTryEncoding()