Lines Matching refs:max10
15278 // UINT64_MAX is 18446744073709551615, which is ((10 * max10) + max1).15279 const uint64_t max10 = 1844674407370955161u;15292 if ((v > max10) || ((v == max10) && (digit > max1))) {