Searched refs:max_int (Results 1 – 4 of 4) sorted by relevance
48 const int64_t max_int = INT_MAX; in execute_cmp_asn1_get_int_test() local62 if (!TEST_true(ASN1_INTEGER_set_int64(asn1integer, max_int + 1))) in execute_cmp_asn1_get_int_test()
1661 * gfortran.h (gfc_integer_info): Eliminate max_int.1662 * arith.c (gfc_arith_init_1): Remove initialization of max_int.1663 (gfc_arith_done_1): Remove clearing of max_int.1665 * simplify.c (gfc_simplify_not): Construct mask that was max_int.
14550 const unsigned HOST_WIDE_INT max_int = INTTYPE_MAXIMUM (HOST_WIDE_INT); in uint_loc_descriptor() local14555 if (i <= max_int) in uint_loc_descriptor()14575 const unsigned HOST_WIDE_INT first_shift = i - max_int - 1; in uint_loc_descriptor()14580 = (HOST_WIDE_INT) first_shift - (HOST_WIDE_INT) max_int - 1; in uint_loc_descriptor()
14073 const unsigned HOST_WIDE_INT max_int = INTTYPE_MAXIMUM (HOST_WIDE_INT); in uint_loc_descriptor() local14078 if (i <= max_int) in uint_loc_descriptor()14098 const unsigned HOST_WIDE_INT first_shift = i - max_int - 1; in uint_loc_descriptor()14103 = (HOST_WIDE_INT) first_shift - (HOST_WIDE_INT) max_int - 1; in uint_loc_descriptor()