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

/freebsd-10.0-release/crypto/heimdal/lib/wind/
H A Dnormalize.c61 enum { v_base = 0x1161}; enumerator in enum:__anon4922
80 v = v_base + (s_index % n_count) / t_count;
104 if (in[1] < v_base || in[1] >= v_base + v_count)
106 v_index = in[1] - v_base;

Completed in 53 milliseconds