Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/wind/
H A Dpunycode.c42 static const unsigned t_max = 26; variable
65 while (delta > ((base - t_min) * t_max) / 2) { in adapt()
142 else if (k >= bias + t_max) in wind_punycode_label_toascii()
143 t = t_max; in wind_punycode_label_toascii()