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