Home
last modified time | relevance | path

Searched refs:average (Results 1 – 25 of 84) sorted by relevance

1234

/freebsd-13.1/sys/contrib/device-tree/Bindings/input/
H A Dmicrochip,qt1050.txt38 - 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>;
H A Diqs269a.yaml75 Specifies the long-term average filter strength during low-power mode.
89 Specifies the long-term average filter strength during normal-power mode.
133 term average of all channels. Specify the maximum timeout to disable it
189 long-term average) of an associated channel as follows:
223 Prevents the channel from being reseeded if the long-term average
378 By default, the long-term average tracks an increase in counts such
382 Specify 'azoteq,dual-direction' to freeze the long-term average when
H A Diqs62x-keys.yaml85 where "LTA" is defined as the channel's long-term average.
/freebsd-13.1/contrib/ntp/util/
H A Djitter.c25 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-13.1/crypto/openssl/doc/man3/
H A DOPENSSL_LH_stats.pod35 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-13.1/sys/contrib/device-tree/Bindings/staging/iio/adc/
H A Dspear-adc.txt12 - average-samples: Number of samples to generate an average value. If
/freebsd-13.1/usr.bin/gprof/
H A Dgprof.flat19 self the average number of milliseconds spent in this
23 total the average number of milliseconds spent in this
/freebsd-13.1/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dimx6ul_tsc.txt20 - touchscreen-average-samples: Number of data samples which are averaged for
37 touchscreen-average-samples = <32>;
H A Dstmpe.txt8 - st,ave-ctrl : Sample average control
91 /* 8 sample average control */
H A Dti-tsc-adc.txt68 channel of ADC. If average is 16 then input
72 average to 16 averages. Maximum value is 16.
H A Dtouchscreen.yaml53 touchscreen-average-samples:
H A Dads7846.txt66 touchscreen-average-samples General touchscreen binding, see [1].
/freebsd-13.1/contrib/tcsh/nls/C/
H A Dset53 1 Load average unavailable\n
/freebsd-13.1/sys/dev/usb/controller/
H A Dohci.c131 uint32_t average; member
1248 uint32_t average; in ohci_setup_standard_chain_sub() local
1280 average = 0; in ohci_setup_standard_chain_sub()
1283 average = temp->average; in ohci_setup_standard_chain_sub()
1285 if (temp->len < average) { in ohci_setup_standard_chain_sub()
1289 average = temp->len; in ohci_setup_standard_chain_sub()
1306 temp->len -= average; in ohci_setup_standard_chain_sub()
1316 if (average == 0) { in ohci_setup_standard_chain_sub()
1328 buf_offset += (average - 1); in ohci_setup_standard_chain_sub()
1334 td->len = average; in ohci_setup_standard_chain_sub()
[all …]
H A Duhci.c142 uint32_t average; member
1513 uint32_t average; in uhci_setup_standard_chain_sub() local
1550 average = 0; in uhci_setup_standard_chain_sub()
1553 average = temp->average; in uhci_setup_standard_chain_sub()
1555 if (temp->len < average) { in uhci_setup_standard_chain_sub()
1559 average = temp->len; in uhci_setup_standard_chain_sub()
1576 temp->len -= average; in uhci_setup_standard_chain_sub()
1589 if (average == 0) { in uhci_setup_standard_chain_sub()
1597 temp->len -= average; in uhci_setup_standard_chain_sub()
1599 td->len = average; in uhci_setup_standard_chain_sub()
[all …]
H A Dxhci.c139 uint32_t average; member
1740 uint32_t average; in xhci_setup_generic_chain_sub() local
1768 average = 0; in xhci_setup_generic_chain_sub()
1771 average = temp->average; in xhci_setup_generic_chain_sub()
1777 average = temp->len; in xhci_setup_generic_chain_sub()
1800 td->len = average; in xhci_setup_generic_chain_sub()
1806 temp->len -= average; in xhci_setup_generic_chain_sub()
1815 if (average > 8) in xhci_setup_generic_chain_sub()
1816 average = 8; in xhci_setup_generic_chain_sub()
1822 average); in xhci_setup_generic_chain_sub()
[all …]
H A Dehci.c139 uint32_t average; member
1553 uint32_t average; in ehci_setup_standard_chain_sub() local
1581 average = 0; in ehci_setup_standard_chain_sub()
1584 average = temp->average; in ehci_setup_standard_chain_sub()
1586 if (temp->len < average) { in ehci_setup_standard_chain_sub()
1590 average = temp->len; in ehci_setup_standard_chain_sub()
1607 temp->len -= average; in ehci_setup_standard_chain_sub()
1618 if (average == 0) { in ehci_setup_standard_chain_sub()
1649 td->len = average; in ehci_setup_standard_chain_sub()
1653 temp->len -= average; in ehci_setup_standard_chain_sub()
[all …]
/freebsd-13.1/sys/contrib/device-tree/Bindings/leds/
H A Dleds-lm3532.txt42 average the two ALS inputs. This is only used if
47 0x00 - ALS1 and ALS2 input average
/freebsd-13.1/sys/contrib/device-tree/Bindings/mfd/
H A Dmxs-lradc.txt14 - fsl,ave-ctrl: number of samples per direction to calculate an average value.
/freebsd-13.1/sys/contrib/device-tree/Bindings/clock/
H A Dti,cdce925.txt34 present, the clock runs at the requested frequency on average. Otherwise
/freebsd-13.1/contrib/tcpdump/
H A DREADME163 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 DREADME.md163 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-13.1/contrib/ntp/ntpd/
H A Dcomplete.conf.in49 discard minimum 1 average 3 monitor 3000
/freebsd-13.1/contrib/ntp/scripts/stats/
H A DREADME.stats108 -89.0 average time interval (ns)
112 +1.592E-11 average deltaf/f
/freebsd-13.1/contrib/sendmail/contrib/
H A Dexpn.pl370 $avgValid = &average(@isValid);
886 sub average subroutine

1234