| /freebsd/sys/contrib/device-tree/Bindings/input/ |
| H A D | microchip,qt1050.txt | 38 - microchip,average-samples: 41 - microchip,average-scaling: 42 The scaling factor which is used to scale the average-samples. 60 microchip,average-samples = <64>; 61 microchip,average-scaling = <16>; 68 microchip,average-samples = <64>; 69 microchip,average-scaling = <8>; 75 microchip,average-samples = <256>; 76 microchip,average-scaling = <16>;
|
| /freebsd/tools/test/arc4random/ |
| H A D | biastest.c | 129 double discrepancy, average, variance, total; in analyze_sample() local 143 average = total / tries; in analyze_sample() 154 discrepancy = i - average; in analyze_sample() 178 printf("\taverage: %f (expected %f)\n", average, 0.5 * (threshold - 1)); in analyze_sample() 186 average = (double)tries / threshold; in analyze_sample() 190 discrepancy = i - average; in analyze_sample() 209 printf("\taverage: %f\n", average); in analyze_sample() 210 …printf("\tdeviation: %f (expected %f)\n\n", sqrt(variance), sqrt(average * (1.0 - 1.0 / threshold)… in analyze_sample()
|
| /freebsd/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/crypto/openssl/doc/man3/ |
| H A D | OPENSSL_LH_stats.pod | 41 the average number of data items per 'bucket' in the hash table. The 42 'actual load' is the average number of items per 'bucket', but only 44 average number of searches that will need to find an item in the hash 45 table, while the 'load' is the average number that will be done to
|
| /freebsd/sys/contrib/device-tree/Bindings/staging/iio/adc/ |
| H A D | spear-adc.txt | 12 - average-samples: Number of samples to generate an average value. If
|
| /freebsd/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/sys/contrib/device-tree/Bindings/input/touchscreen/ |
| H A D | imx6ul_tsc.txt | 20 - touchscreen-average-samples: Number of data samples which are averaged for 37 touchscreen-average-samples = <32>;
|
| H A D | stmpe.txt | 8 - st,ave-ctrl : Sample average control 90 /* 8 sample average control */
|
| H A D | ti-tsc-adc.txt | 68 channel of ADC. If average is 16 then input 72 average to 16 averages. Maximum value is 16.
|
| H A D | ads7846.txt | 67 touchscreen-average-samples General touchscreen binding, see [1].
|
| /freebsd/contrib/tcsh/nls/C/ |
| H A D | set5 | 3 1 Load average unavailable\n
|
| /freebsd/sys/dev/usb/controller/ |
| H A D | ohci.c | 130 uint32_t average; member 1247 uint32_t average; in ohci_setup_standard_chain_sub() local 1279 average = 0; in ohci_setup_standard_chain_sub() 1282 average = temp->average; in ohci_setup_standard_chain_sub() 1284 if (temp->len < average) { in ohci_setup_standard_chain_sub() 1288 average = temp->len; in ohci_setup_standard_chain_sub() 1305 temp->len -= average; in ohci_setup_standard_chain_sub() 1315 if (average == 0) { in ohci_setup_standard_chain_sub() 1327 buf_offset += (average - 1); in ohci_setup_standard_chain_sub() 1333 td->len = average; in ohci_setup_standard_chain_sub() [all …]
|
| H A D | uhci.c | 141 uint32_t average; member 1510 uint32_t average; in uhci_setup_standard_chain_sub() local 1533 temp->td_token |= htole32(UHCI_TD_SET_MAXLEN(temp->average)); in uhci_setup_standard_chain_sub() 1547 average = 0; in uhci_setup_standard_chain_sub() 1550 average = temp->average; in uhci_setup_standard_chain_sub() 1552 if (temp->len < average) { in uhci_setup_standard_chain_sub() 1556 average = temp->len; in uhci_setup_standard_chain_sub() 1573 temp->len -= average; in uhci_setup_standard_chain_sub() 1586 if (average == 0) { in uhci_setup_standard_chain_sub() 1594 temp->len -= average; in uhci_setup_standard_chain_sub() [all …]
|
| H A D | xhci.c | 143 uint32_t average; member 1769 uint32_t average; in xhci_setup_generic_chain_sub() local 1797 average = 0; in xhci_setup_generic_chain_sub() 1800 average = temp->average; in xhci_setup_generic_chain_sub() 1802 if (temp->len < average) { in xhci_setup_generic_chain_sub() 1806 average = temp->len; in xhci_setup_generic_chain_sub() 1823 temp->len -= average; in xhci_setup_generic_chain_sub() 1829 td->len = average; in xhci_setup_generic_chain_sub() 1835 temp->len -= average; in xhci_setup_generic_chain_sub() 1844 if (average > 8) in xhci_setup_generic_chain_sub() [all …]
|
| H A D | ehci.c | 138 uint32_t average; member 1552 uint32_t average; in ehci_setup_standard_chain_sub() local 1580 average = 0; in ehci_setup_standard_chain_sub() 1583 average = temp->average; in ehci_setup_standard_chain_sub() 1585 if (temp->len < average) { in ehci_setup_standard_chain_sub() 1589 average = temp->len; in ehci_setup_standard_chain_sub() 1606 temp->len -= average; in ehci_setup_standard_chain_sub() 1615 EHCI_QTD_SET_BYTES(average)); in ehci_setup_standard_chain_sub() 1617 if (average == 0) { in ehci_setup_standard_chain_sub() 1643 if (howmany(average, temp->max_frame_size) & 1) { in ehci_setup_standard_chain_sub() [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/leds/ |
| H A D | leds-lm3532.txt | 42 average the two ALS inputs. This is only used if 47 0x00 - ALS1 and ALS2 input average
|
| /freebsd/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | mxs-lradc.txt | 14 - fsl,ave-ctrl: number of samples per direction to calculate an average value.
|
| /freebsd/usr.sbin/ntp/ntpd/ |
| H A D | leap-seconds | 30 …t leap second was added on June 30, 1972. Until the year 2000, it was necessary in average to add a 32 # average interval of 3 to 4 years due to the acceleration of the Earth's rotation speed.
|
| /freebsd/contrib/tzdata/ |
| H A D | leap-seconds.list | 30 …t leap second was added on June 30, 1972. Until the year 2000, it was necessary in average to add a 32 # average interval of 3 to 4 years due to the acceleration of the Earth's rotation speed.
|
| /freebsd/sys/contrib/device-tree/Bindings/clock/ |
| H A D | ti,cdce925.txt | 34 present, the clock runs at the requested frequency on average. Otherwise
|
| /freebsd/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
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | complete.conf.in | 49 discard minimum 1 average 3 monitor 3000
|
| /freebsd/contrib/ntp/scripts/stats/ |
| H A D | README.stats | 108 -89.0 average time interval (ns) 112 +1.592E-11 average deltaf/f
|
| /freebsd/sys/contrib/device-tree/src/arm64/renesas/ |
| H A D | rzg3s-smarc.dtsi | 131 renesas,average-samples = <32>;
|
| /freebsd/contrib/sendmail/contrib/ |
| H A D | expn.pl | 370 $avgValid = &average(@isValid); 886 sub average subroutine
|