Searched refs:maxint (Results 1 – 1 of 1) sorted by relevance
24 static const unsigned int maxint = 0xFFFFFFFF; variable164 if ((unsigned int)digit > (maxint - i) / w) in ossl_punycode_decode()173 if (w > maxint / (base - t)) in ossl_punycode_decode()179 if (i / (written_out + 1) > maxint - n) in ossl_punycode_decode()
Completed in 10 milliseconds