Home
last modified time | relevance | path

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

/openssl/crypto/
H A Dpunycode.c24 static const unsigned int maxint = 0xFFFFFFFF; variable
164 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 4 milliseconds