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

/freebsd-10.0-release/crypto/heimdal/lib/wind/
H A Dnormalize.c65 enum { n_count = v_count * t_count}; enumerator in enum:__anon4926
79 l = l_base + s_index / n_count;
80 v = v_base + (s_index % n_count) / t_count;

Completed in 94 milliseconds