| /freebsd-14.2/crypto/openssl/crypto/ |
| H A D | punycode.c | 18 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 D | intprops.h | 422 #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 D | main.c | 83 double tmax = 0.0; /* maximum round trip time */ variable 242 tmin, avg, tmax, stddev); in pr_summary()
|
| H A D | main.h | 71 extern double tmax; /* maximum round trip time */
|
| H A D | ping.c | 985 intvl.tv_sec = 2 * tmax / 1000; in ping() 1190 if (triptime > tmax) in pr_pack() 1191 tmax = triptime; in pr_pack()
|
| H A D | ping6.c | 1241 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 D | svc_vc.c | 743 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 D | rfc3492.txt | 334 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 D | elf_update.c | 369 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 D | howto.rst | 188 for (i = 0; i < tmax; i++) { 195 for (i = 0; i < tmax; i++) {
|
| /freebsd-14.2/sys/contrib/dev/rtw89/ |
| H A D | coex.c | 7124 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 D | core.h | 2143 __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 D | ssl_sess.c | 64 time_t tmax = TMAX(_type_); \ 65 overflow = (_type_)tmax - (_type_)(_ss_)->time; \
|
| /freebsd-14.2/tools/tools/netmap/ |
| H A D | nmreplay.c | 1442 uniform,tmin,tmax uniform delay between tmin and tmax
|