Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/
H A Dnormalize.c67 enum { n_count = v_count * t_count}; enumerator
81 l = l_base + s_index / n_count; in hangul_decomp()
82 v = v_base + (s_index % n_count) / t_count; in hangul_decomp()