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

/freebsd-10.0-release/crypto/heimdal/lib/wind/
H A Dnormalize.c64 enum { t_count = 28}; enumerator in enum:__anon4925
65 enum { n_count = v_count * t_count};
80 v = v_base + (s_index % n_count) / t_count;
81 t = t_base + s_index % t_count;
107 return (l_index * v_count + v_index) * t_count + s_base;
112 if (s_index % t_count != 0)
114 if (in[1] < t_base || in[1] >= t_base + t_count)

Completed in 53 milliseconds