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

/macosx-10.10/Heimdal-398.1.2/lib/wind/
H A Dnormalize.c63 enum { t_base = 0x11A7}; enumerator in enum:__anon726
81 t = t_base + s_index % t_count;
83 if (t != t_base)
89 if (t != t_base)
114 if (in[1] < t_base || in[1] >= t_base + t_count)
116 t_index = in[1] - t_base;

Completed in 116 milliseconds