| /src/crypto/openssl/crypto/ |
| H A D | punycode.c | 19 static const unsigned int tmax = 26; variable 52 while (delta > ((base - tmin) * tmax) / 2) { in adapt() 168 t = (k <= bias) ? tmin : (k >= bias + tmax) ? tmax in ossl_punycode_decode()
|
| /src/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))) \
|
| /src/sbin/ping/ |
| H A D | main.c | 82 double tmax = 0.0; /* maximum round trip time */ variable 241 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 | 973 intvl.tv_sec = 2 * tmax / 1000; in ping() 1178 if (triptime > tmax) in pr_pack() 1179 tmax = triptime; in pr_pack()
|
| H A D | ping6.c | 1228 intvl.tv_sec = 2 * tmax / 1000; in ping6() 1594 if (triptime > tmax) in pr_pack() 1595 tmax = triptime; in pr_pack()
|
| /src/lib/libc/rpc/ |
| H A D | svc_vc.c | 739 struct timeval tv, tdiff, tmax; in __svc_clean_idle() local 743 tmax.tv_sec = tmax.tv_usec = 0; in __svc_clean_idle() 757 if (timercmp(&tdiff, &tmax, >)) { in __svc_clean_idle() 758 tmax = tdiff; in __svc_clean_idle()
|
| /src/crypto/heimdal/lib/wind/ |
| H A D | rfc3492.txt | 330 terms of the constants base, tmin, and tmax, and a state variable 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 387 t(j) is set to tmax for the more significant digits starting with 390 between tmin and tmax for the digit expected to be second-last 416 The remaining five parameters (tmin, tmax, skew, damp, and the 419 0 <= tmin <= tmax <= base-1 428 make sure that the code points corresponding to 0 through tmax-1 all 437 tmax = 26 [all …]
|
| /src/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()
|
| /src/contrib/libxo/doc/ |
| H A D | howto.rst | 188 for (i = 0; i < tmax; i++) { 195 for (i = 0; i < tmax; i++) {
|
| /src/sys/contrib/dev/rtw89/ |
| H A D | coex.c | 9998 le16_to_cpu(pcysta->cycle_time.tmax[CXT_WL]), in _show_fbtc_cysta_v3() 9999 le16_to_cpu(pcysta->cycle_time.tmax[CXT_BT]), in _show_fbtc_cysta_v3() 10000 le16_to_cpu(pcysta->leak_slot.tmax) / 1000, in _show_fbtc_cysta_v3() 10001 le16_to_cpu(pcysta->leak_slot.tmax) % 1000); in _show_fbtc_cysta_v3() 10071 le16_to_cpu(pcysta->a2dp_ept.tmax)); in _show_fbtc_cysta_v3() 10137 le16_to_cpu(pcysta->cycle_time.tmax[CXT_WL]), in _show_fbtc_cysta_v4() 10138 le16_to_cpu(pcysta->cycle_time.tmax[CXT_BT]), in _show_fbtc_cysta_v4() 10139 le16_to_cpu(pcysta->leak_slot.tmax) / 1000, in _show_fbtc_cysta_v4() 10140 le16_to_cpu(pcysta->leak_slot.tmax) % 1000); in _show_fbtc_cysta_v4() 10210 le16_to_cpu(pcysta->a2dp_ept.tmax)); in _show_fbtc_cysta_v4() [all …]
|
| H A D | core.h | 2642 __le16 tmax[CXT_FLCTRL_MAX]; /* max try BT-Slot-TDD/BT-slot-FDD time */ member 2647 __le16 tmax[CXT_MAX]; /* max wl/bt cycle time */ member 2653 __le16 tmax[CXT_MAX]; /* max wl/bt cycle time */ member 2682 __le16 tmax; /* max a2dp empty time */ member 2688 __le16 tmax; /* max leak-slot time */ member 2865 __le32 tmax[2]; member
|
| /src/tools/tools/netmap/ |
| H A D | nmreplay.c | 1442 uniform,tmin,tmax uniform delay between tmin and tmax
|