| /freebsd-12.1/contrib/ntp/util/ |
| H A D | jitter.c | 25 double average; variable 55 average = 0; in main() 59 average += gtod[i]; in main() 74 average = average / (NBUF - 2); in main() 75 fprintf(stderr, "Average %13.9f\n", average); in main()
|
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | OPENSSL_LH_stats.pod | 35 the average number of data items per 'bucket' in the hash table. The 36 'actual load' is the average number of items per 'bucket', but only 38 average number of searches that will need to find an item in the hash 39 table, while the 'load' is the average number that will be done to
|
| /freebsd-12.1/usr.bin/gprof/ |
| H A D | gprof.flat | 19 self the average number of milliseconds spent in this 23 total the average number of milliseconds spent in this
|
| /freebsd-12.1/contrib/tcsh/nls/C/ |
| H A D | set5 | 4 1 Load average unavailable\n
|
| H A D | set3 | 53 50 Display load average and current process status
|
| /freebsd-12.1/sys/dev/usb/controller/ |
| H A D | ohci.c | 131 uint32_t average; member 1257 uint32_t average; in ohci_setup_standard_chain_sub() local 1291 average = 0; in ohci_setup_standard_chain_sub() 1295 average = temp->average; in ohci_setup_standard_chain_sub() 1297 if (temp->len < average) { in ohci_setup_standard_chain_sub() 1301 average = temp->len; in ohci_setup_standard_chain_sub() 1319 temp->len -= average; in ohci_setup_standard_chain_sub() 1329 if (average == 0) { in ohci_setup_standard_chain_sub() 1342 buf_offset += (average - 1); in ohci_setup_standard_chain_sub() 1348 td->len = average; in ohci_setup_standard_chain_sub() [all …]
|
| H A D | uhci.c | 144 uint32_t average; member 1530 uint32_t average; in uhci_setup_standard_chain_sub() local 1569 average = 0; in uhci_setup_standard_chain_sub() 1573 average = temp->average; in uhci_setup_standard_chain_sub() 1575 if (temp->len < average) { in uhci_setup_standard_chain_sub() 1579 average = temp->len; in uhci_setup_standard_chain_sub() 1597 temp->len -= average; in uhci_setup_standard_chain_sub() 1610 if (average == 0) { in uhci_setup_standard_chain_sub() 1620 temp->len -= average; in uhci_setup_standard_chain_sub() 1622 td->len = average; in uhci_setup_standard_chain_sub() [all …]
|
| H A D | xhci.c | 131 uint32_t average; member 1722 uint32_t average; in xhci_setup_generic_chain_sub() local 1752 average = 0; in xhci_setup_generic_chain_sub() 1756 average = temp->average; in xhci_setup_generic_chain_sub() 1762 average = temp->len; in xhci_setup_generic_chain_sub() 1786 td->len = average; in xhci_setup_generic_chain_sub() 1792 temp->len -= average; in xhci_setup_generic_chain_sub() 1801 if (average > 8) in xhci_setup_generic_chain_sub() 1802 average = 8; in xhci_setup_generic_chain_sub() 1808 average); in xhci_setup_generic_chain_sub() [all …]
|
| H A D | ehci.c | 139 uint32_t average; member 1561 uint32_t average; in ehci_setup_standard_chain_sub() local 1591 average = 0; in ehci_setup_standard_chain_sub() 1595 average = temp->average; in ehci_setup_standard_chain_sub() 1597 if (temp->len < average) { in ehci_setup_standard_chain_sub() 1601 average = temp->len; in ehci_setup_standard_chain_sub() 1619 temp->len -= average; in ehci_setup_standard_chain_sub() 1630 if (average == 0) { in ehci_setup_standard_chain_sub() 1665 td->len = average; in ehci_setup_standard_chain_sub() 1669 temp->len -= average; in ehci_setup_standard_chain_sub() [all …]
|
| /freebsd-12.1/contrib/gcc/config/rs6000/ |
| H A D | 8540.md | 118 ;; Divide. We use the average latency time here. We omit reserving a 120 ;; reservation of miu_stage3 here because we use the average latency 223 ;; Vector divides: Use the average. We omit reserving a retire unit 225 ;; of miu_stage3 here because we use the average latency time.
|
| H A D | mpc.md | 65 ; Divide latency varies greatly from 2-11, use 6 as average
|
| /freebsd-12.1/sys/contrib/zstd/tests/ |
| H A D | README.md | 37 - The speed benchmark is not performed until computers' load average is lower than `maxLoadAvg` (an… 63 maximum load average to start testing
|
| /freebsd-12.1/contrib/tcpdump/ |
| H A D | README.md | 163 since the average packet size was 512 bytes). It took 164 536 packets to transfer the data (i.e., on the average 171 2 seconds on the average). It was acked once, 140ms
|
| H A D | README | 163 since the average packet size was 512 bytes). It took 164 536 packets to transfer the data (i.e., on the average 171 2 seconds on the average). It was acked once, 140ms
|
| /freebsd-12.1/contrib/ntp/ntpd/ |
| H A D | complete.conf.in | 49 discard minimum 1 average 3 monitor 3000
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | params.def | 244 "max-average-unrolled-insns", 245 "The maximum number of instructions to consider to unroll in a loop on average", 317 "sms-loop-average-count-threshold", 318 "A threshold on the average loop count considered by the swing modulo scheduler", 331 are predicted to iterate relatively few (10) times at average.
|
| /freebsd-12.1/contrib/ntp/scripts/stats/ |
| H A D | README.stats | 108 -89.0 average time interval (ns) 112 +1.592E-11 average deltaf/f
|
| /freebsd-12.1/contrib/sendmail/contrib/ |
| H A D | expn.pl | 370 $avgValid = &average(@isValid); 886 sub average subroutine
|
| H A D | mailprio | 437 # The average function moves the value around quite rapidly (half-steps) 520 X # pseudo-average in the new delay (half-steps) 521 X # simple, moving average
|
| /freebsd-12.1/sys/contrib/zlib/doc/ |
| H A D | algorithm.txt | 86 those cases, the table ended up one bit longer than the ``average'' code 185 the symbols, it takes on the average 1.25 lookups per symbol. That's compared
|
| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | vorbis | 11 # out with `##' as it's not interesting to the average user. The most
|
| /freebsd-12.1/contrib/tcsh/nls/russian/ |
| H A D | set3 | 53 50 Display load average and current process status
|
| /freebsd-12.1/contrib/tcsh/nls/ukrainian/ |
| H A D | set3 | 53 50 Display load average and current process status
|
| /freebsd-12.1/usr.sbin/timed/timed/ |
| H A D | CHANGES | 41 compute the median of the measured clocks, instead of the average
|
| /freebsd-12.1/contrib/sendmail/src/ |
| H A D | README | 349 LA_TYPE The type of load average your kernel supports. These 351 LA_ZERO (1) -- it always returns the load average as 386 the number of bits of precision in a fixed point load average, 388 device to be read to find the load average. 392 of bits of load average after the binary point -- i.e., 394 integer to get the true integer load average. Defaults to 8. 399 variable that holds the load average. Defaults to "avenrun" 1452 The supplied load average code only works correctly for AIX 3.2.x. 1457 If you don't care about load average throttling, just turn off 1458 load average checking using -DLA_TYPE=LA_ZERO.
|