Home
last modified time | relevance | path

Searched refs:max_int (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dcmp_asn_test.c48 const int64_t max_int = INT_MAX; in execute_cmp_asn1_get_int_test() local
62 if (!TEST_true(ASN1_INTEGER_set_int64(asn1integer, max_int + 1))) in execute_cmp_asn1_get_int_test()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A DChangeLog-20061661 * 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.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddwarf2out.cc14550 const unsigned HOST_WIDE_INT max_int = INTTYPE_MAXIMUM (HOST_WIDE_INT); in uint_loc_descriptor() local
14555 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()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddwarf2out.c14073 const unsigned HOST_WIDE_INT max_int = INTTYPE_MAXIMUM (HOST_WIDE_INT); in uint_loc_descriptor() local
14078 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()