Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/wind/
H A Dnormalize.c72 unsigned s_index; in hangul_decomp() local
78 s_index = u - s_base; in hangul_decomp()
79 l = l_base + s_index / n_count; in hangul_decomp()
80 v = v_base + (s_index % n_count) / t_count; in hangul_decomp()
81 t = t_base + s_index % t_count; in hangul_decomp()
109 unsigned s_index = in[0] - s_base; in hangul_composition() local
112 if (s_index % t_count != 0) in hangul_composition()