Home
last modified time | relevance | path

Searched refs:tmax (Results 1 – 14 of 14) sorted by relevance

/freebsd-14.2/crypto/openssl/crypto/
H A Dpunycode.c18 static const unsigned int tmax = 26; variable
51 while (delta > ((base - tmin) * tmax) / 2) { in adapt()
167 t = (k <= bias) ? tmin : (k >= bias + tmax) ? tmax : k - bias; in ossl_punycode_decode()
/freebsd-14.2/contrib/ntp/sntp/libopts/
H A Dintprops.h422 #define _GL_INT_OP_CALC(a, b, r, op, overflow, ut, t, tmin, tmax) \ argument
424 ? _GL_INT_OP_CALC1 ((t) (a), (t) (b), r, op, overflow, ut, t, tmin, tmax) \
425 : _GL_INT_OP_CALC1 (a, b, r, op, overflow, ut, t, tmin, tmax))
426 #define _GL_INT_OP_CALC1(a, b, r, op, overflow, ut, t, tmin, tmax) \ argument
429 || (tmax) < ((a) op (b))) \
/freebsd-14.2/sbin/ping/
H A Dmain.c83 double tmax = 0.0; /* maximum round trip time */ variable
242 tmin, avg, tmax, stddev); in pr_summary()
H A Dmain.h71 extern double tmax; /* maximum round trip time */
H A Dping.c985 intvl.tv_sec = 2 * tmax / 1000; in ping()
1190 if (triptime > tmax) in pr_pack()
1191 tmax = triptime; in pr_pack()
H A Dping6.c1241 intvl.tv_sec = 2 * tmax / 1000; in ping6()
1607 if (triptime > tmax) in pr_pack()
1608 tmax = triptime; in pr_pack()
/freebsd-14.2/lib/libc/rpc/
H A Dsvc_vc.c743 struct timeval tv, tdiff, tmax; in __svc_clean_idle() local
747 tmax.tv_sec = tmax.tv_usec = 0; in __svc_clean_idle()
761 if (timercmp(&tdiff, &tmax, >)) { in __svc_clean_idle()
762 tmax = tdiff; in __svc_clean_idle()
/freebsd-14.2/crypto/heimdal/lib/wind/
H A Drfc3492.txt334 clamped to the range tmin through tmax
344 or greater than tmax, then t(j) = tmin or tmax, respectively. (In
376 while delta > ((base - tmin) * tmax) div 2
419 0 <= tmin <= tmax <= base-1
437 tmax = 26
523 while delta > ((base - tmin) * tmax) div 2 do begin
585 tmax if k >= bias + tmax, or k - bias otherwise
644 tmax if k >= bias + tmax, or k - bias otherwise
1353 enum { base = 36, tmin = 1, tmax = 26, skew = 38, damp = 700,
1520 k >= bias + tmax ? tmax : k - bias;
[all …]
/freebsd-14.2/contrib/elftoolchain/libelf/
H A Delf_update.c369 uint64_t tmax, tmin; in _libelf_extent_is_unused() local
377 tmax = tmin + t->ex_size; in _libelf_extent_is_unused()
379 if (tmax <= start) { in _libelf_extent_is_unused()
/freebsd-14.2/contrib/libxo/doc/
H A Dhowto.rst188 for (i = 0; i < tmax; i++) {
195 for (i = 0; i < tmax; i++) {
/freebsd-14.2/sys/contrib/dev/rtw89/
H A Dcoex.c7124 le16_to_cpu(pcysta->cycle_time.tmax[CXT_WL]), in _show_fbtc_cysta_v3()
7125 le16_to_cpu(pcysta->cycle_time.tmax[CXT_BT]), in _show_fbtc_cysta_v3()
7126 le16_to_cpu(pcysta->leak_slot.tmax) / 1000, in _show_fbtc_cysta_v3()
7127 le16_to_cpu(pcysta->leak_slot.tmax) % 1000); in _show_fbtc_cysta_v3()
7195 le16_to_cpu(pcysta->a2dp_ept.tmax)); in _show_fbtc_cysta_v3()
7258 le16_to_cpu(pcysta->leak_slot.tmax) / 1000, in _show_fbtc_cysta_v4()
7259 le16_to_cpu(pcysta->leak_slot.tmax) % 1000); in _show_fbtc_cysta_v4()
7327 le16_to_cpu(pcysta->a2dp_ept.tmax)); in _show_fbtc_cysta_v4()
7390 le16_to_cpu(pcysta->leak_slot.tmax) / 1000, in _show_fbtc_cysta_v5()
7391 le16_to_cpu(pcysta->leak_slot.tmax) % 1000); in _show_fbtc_cysta_v5()
[all …]
H A Dcore.h2143 __le16 tmax[CXT_FLCTRL_MAX]; /* max try BT-Slot-TDD/BT-slot-FDD time */ member
2148 __le16 tmax[CXT_MAX]; /* max wl/bt cycle time */ member
2154 __le16 tmax[CXT_MAX]; /* max wl/bt cycle time */ member
2183 __le16 tmax; /* max a2dp empty time */ member
2189 __le16 tmax; /* max leak-slot time */ member
/freebsd-14.2/crypto/openssl/ssl/
H A Dssl_sess.c64 time_t tmax = TMAX(_type_); \
65 overflow = (_type_)tmax - (_type_)(_ss_)->time; \
/freebsd-14.2/tools/tools/netmap/
H A Dnmreplay.c1442 uniform,tmin,tmax uniform delay between tmin and tmax