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

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

Completed in 106 milliseconds