Searched refs:__SCHAR_MIN (Results 1 – 7 of 7) sorted by relevance
23 #define __SCHAR_MIN -128 // -(2^7 - 1) macro
40 #define __SCHAR_MIN (-128) /* max value for a signed char */ macro
42 #define __SCHAR_MIN (-0x7f-1) /* max value for a signed char */ macro
47 #define __SCHAR_MIN (-0x7f-1) /* max value for a signed char */ macro
50 #define __SCHAR_MIN (-0x7f-1) /* min value for a signed char */ macro
37 #define SCHAR_MIN __SCHAR_MIN
41 #define SCHAR_MIN __SCHAR_MIN /* min value for a signed char */