INT32_MIN          58 gnulib-tests/test-stdint.c int32_t a3[3] = { INT32_C (17), INT32_MIN, INT32_MAX };
INT32_MIN          59 gnulib-tests/test-stdint.c verify (TYPE_MINIMUM (int32_t) == INT32_MIN);
INT32_MIN          61 gnulib-tests/test-stdint.c verify_same_types (INT32_MIN, (int32_t) 0 + 0);
INT32_MIN          90 gnulib-tests/test-stdint.c #if INT8_MIN && INT8_MAX && INT16_MIN && INT16_MAX && INT32_MIN && INT32_MAX
INT32_MIN          49 lib/inttypes.in.h #if !(INT_MIN == INT32_MIN && INT_MAX == INT32_MAX)
INT32_MIN         380 lib/stdint.in.h #define INT_LEAST32_MIN  INT32_MIN
INT32_MIN         452 lib/stdint.in.h #  define INTMAX_MIN  INT32_MIN