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

/freebsd-10.1-release/crypto/heimdal/lib/wind/
H A Dpunycode.c41 static const unsigned t_min = 1; variable
65 while (delta > ((base - t_min) * t_max) / 2) {
66 delta /= base - t_min;
69 return k + (((base - t_min + 1) * delta) / (delta + skew));
141 t = t_min;
/freebsd-10.1-release/sys/geom/sched/
H A Dgs_rr.c281 * Get a bounded value, optionally convert to a min of t_min ticks.
284 get_bounded(struct x_bound *v, int t_min) argument
293 if (t_min) {
295 if (x < t_min)
296 x = t_min;

Completed in 118 milliseconds