/freebsd/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/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/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()
|
/freebsd/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()
|
/freebsd/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 …]
|
/freebsd/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/contrib/libxo/doc/ |
H A D | howto.rst | 188 for (i = 0; i < tmax; i++) { 195 for (i = 0; i < tmax; i++) {
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | coex.c | 8820 le16_to_cpu(pcysta->cycle_time.tmax[CXT_WL]), 8821 le16_to_cpu(pcysta->cycle_time.tmax[CXT_BT]), 8822 le16_to_cpu(pcysta->leak_slot.tmax) / 1000, 8823 le16_to_cpu(pcysta->leak_slot.tmax) % 1000); 8891 le16_to_cpu(pcysta->a2dp_ept.tmax)); 8952 le16_to_cpu(pcysta->cycle_time.tmax[CXT_WL]), 8953 le16_to_cpu(pcysta->cycle_time.tmax[CXT_BT]), 8954 le16_to_cpu(pcysta->leak_slot.tmax) / 1000, 8955 le16_to_cpu(pcysta->leak_slot.tmax) % 1000); 9023 le16_to_cpu(pcysta->a2dp_ept.tmax)); [all...] |
H A D | core.h | 2501 __le16 tmax[CXT_FLCTRL_MAX]; /* max try BT-Slot-TDD/BT-slot-FDD time */ 2506 __le16 tmax[CXT_MAX]; /* max wl/bt cycle time */ 2512 __le16 tmax[CXT_MAX]; /* max wl/bt cycle time */ 2541 __le16 tmax; /* max a2dp empty time */ 2547 __le16 tmax; /* max leak-slot time */ 2724 __le32 tmax[2]; 2143 __le16 tmax[CXT_FLCTRL_MAX]; /* max try BT-Slot-TDD/BT-slot-FDD time */ global() member 2148 __le16 tmax[CXT_MAX]; /* max wl/bt cycle time */ global() member 2154 __le16 tmax[CXT_MAX]; /* max wl/bt cycle time */ global() member 2183 __le16 tmax; /* max a2dp empty time */ global() member 2189 __le16 tmax; /* max leak-slot time */ global() member
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_sess.c | 64 time_t tmax = TMAX(_type_); \ 65 overflow = (_type_)tmax - (_type_)(_ss_)->time; \
|
/freebsd/tools/tools/netmap/ |
H A D | nmreplay.c | 1442 uniform,tmin,tmax uniform delay between tmin and tmax
|