Home
last modified time | relevance | path

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

/openssl/crypto/
H A Dpunycode.c19 static const unsigned int tmax = 26; variable
52 while (delta > ((base - tmin) * tmax) / 2) { in adapt()
168 t = (k <= bias) ? tmin : (k >= bias + tmax) ? tmax : k - bias; in ossl_punycode_decode()

Completed in 4 milliseconds