Searched refs:max_int (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dcmp_asn_test.c48 const int64_t max_int = INT_MAX; local
62 if (!TEST_true(ASN1_INTEGER_set_int64(asn1integer, max_int + 1)))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddwarf2out.c14086 const unsigned HOST_WIDE_INT max_int = INTTYPE_MAXIMUM (HOST_WIDE_INT);
14091 if (i <= max_int)
14111 const unsigned HOST_WIDE_INT first_shift = i - max_int - 1;
14116 = (HOST_WIDE_INT) first_shift - (HOST_WIDE_INT) max_int - 1;
14073 const unsigned HOST_WIDE_INT max_int = INTTYPE_MAXIMUM (HOST_WIDE_INT); local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddwarf2out.cc14563 const unsigned HOST_WIDE_INT max_int = INTTYPE_MAXIMUM (HOST_WIDE_INT);
14568 if (i <= max_int)
14588 const unsigned HOST_WIDE_INT first_shift = i - max_int - 1;
14593 = (HOST_WIDE_INT) first_shift - (HOST_WIDE_INT) max_int - 1;
14550 const unsigned HOST_WIDE_INT max_int = INTTYPE_MAXIMUM (HOST_WIDE_INT); local

Completed in 402 milliseconds