Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/wind/
H A Dpunycode.c45 static const unsigned initial_n = 128; variable
92 unsigned n = initial_n; in wind_punycode_label_toascii()
H A Drfc3492.txt441 initial_n = 128 = 0x80
569 let n = initial_n
598 code point) can be omitted if initial_n exceeds all basic code points
599 (which is true for Punycode), because n is never less than initial_n.
628 let n = initial_n
660 code points less than initial_n are basic code points (which is true
664 omitted if initial_n exceeds all basic code points (which is true for
666 initial_n.
714 L, then no delta could ever exceed (M - initial_n) * (L + 1), and
1354 initial_bias = 72, initial_n = 0x80, delimiter = 0x2D };
[all …]
/freebsd/crypto/openssl/crypto/
H A Dpunycode.c22 static const unsigned int initial_n = 0x80; variable
121 unsigned int n = initial_n; in ossl_punycode_decode()