Home
last modified time | relevance | path

Searched refs:t_min (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/crypto/heimdal/lib/wind/
Dpunycode.c41 static const unsigned t_min = 1; variable
65 while (delta > ((base - t_min) * t_max) / 2) { in adapt()
66 delta /= base - t_min; in adapt()
69 return k + (((base - t_min + 1) * delta) / (delta + skew)); in adapt()
141 t = t_min; in wind_punycode_label_toascii()
/freebsd-12-stable/sys/geom/sched/
Dgs_rr.c286 get_bounded(struct x_bound *v, int t_min) in get_bounded() argument
295 if (t_min) { in get_bounded()
297 if (x < t_min) in get_bounded()
298 x = t_min; in get_bounded()
/freebsd-12-stable/tools/tools/netmap/
Dpkt-gen.c1315 uint64_t count = 0, t_cur, t_min = ~0, av = 0; in ping_body() local
1429 if (t_cur < t_min) in ping_body()
1430 t_min = t_cur; in ping_body()
1450 (int)count, (int)t_min, (int)(av/count)); in ping_body()
1470 if (t_min < g_min) in ping_body()
1471 g_min = t_min; in ping_body()
1472 t_min = ~0; in ping_body()