Home
last modified time | relevance | path

Searched refs:fuzz (Results 1 – 20 of 20) sorted by relevance

/f-stack/freebsd/contrib/device-tree/Bindings/input/touchscreen/
H A Dmms114.txt14 - touchscreen-fuzz-x: See [1]
15 - touchscreen-fuzz-y: See [1]
16 - touchscreen-fuzz-pressure: See [1]
34 touchscreen-fuzz-x = <10>;
35 touchscreen-fuzz-y = <10>;
36 touchscreen-fuzz-pressure = <10>;
H A Dtsc2005.txt31 touchscreen-fuzz-x = <4>;
32 touchscreen-fuzz-y = <7>;
33 touchscreen-fuzz-pressure = <2>;
54 touchscreen-fuzz-x = <4>;
55 touchscreen-fuzz-y = <7>;
56 touchscreen-fuzz-pressure = <2>;
H A Dtsc2007.txt15 - ti,fuzzx: specifies the absolute input fuzz x value.
16 If set, it will permit noise in the data up to +- the value given to the fuzz
18 - ti,fuzzy: specifies the absolute input fuzz y value.
19 - ti,fuzzz: specifies the absolute input fuzz z value.
H A Dcyttsp.txt20 - touchscreen-fuzz-x : horizontal noise value of the absolute input device
22 - touchscreen-fuzz-y : vertical noise value of the absolute input device
57 touchscreen-fuzz-x = <4>;
58 touchscreen-fuzz-y = <7>;
82 touchscreen-fuzz-x = <4>;
83 touchscreen-fuzz-y = <7>;
H A Diqs5xx.txt39 - touchscreen-fuzz-x : See [2].
41 - touchscreen-fuzz-y : See [2].
43 - touchscreen-fuzz-pressure : See [2].
H A Dtouchscreen.yaml40 touchscreen-fuzz-x:
44 touchscreen-fuzz-y:
48 touchscreen-fuzz-pressure:
H A Dchipone_icn8318.txt15 - touchscreen-fuzz-x : horizontal noise value of the absolute input
17 - touchscreen-fuzz-y : vertical noise value of the absolute input
H A Dedt-ft5x06.yaml90 touchscreen-fuzz-x: true
91 touchscreen-fuzz-y: true
H A Dbrcm,iproc-touchscreen.txt55 - touchscreen-fuzz-x: horizontal noise value of the absolute input
57 - touchscreen-fuzz-y: vertical noise value of the absolute input
/f-stack/app/redis-5.0.5/tests/unit/
H A Dother.tcl28 set fuzz [randstring 0 512 $fuzztype]
29 r set foo $fuzz
31 if {$got ne $fuzz} {
32 set err [list $fuzz $got]
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dam3517-som.dtsi135 touchscreen-fuzz-x = <4>;
136 touchscreen-fuzz-y = <7>;
137 touchscreen-fuzz-pressure = <2>;
H A Dlogicpd-som-lv.dtsi115 touchscreen-fuzz-x = <4>;
116 touchscreen-fuzz-y = <7>;
117 touchscreen-fuzz-pressure = <2>;
H A Dlogicpd-torpedo-baseboard.dtsi324 touchscreen-fuzz-x = <4>;
325 touchscreen-fuzz-y = <7>;
326 touchscreen-fuzz-pressure = <2>;
H A Domap3-gta04.dtsi594 touchscreen-fuzz-x = <3>;
595 touchscreen-fuzz-y = <8>;
596 touchscreen-fuzz-pressure = <10>;
H A Domap3-n900.dts991 touchscreen-fuzz-x = <4>;
992 touchscreen-fuzz-y = <7>;
993 touchscreen-fuzz-pressure = <2>;
/f-stack/freebsd/kern/
H A Dkern_switch.c431 runq_choose_fuzz(struct runq *rq, int fuzz) in runq_choose_fuzz() argument
440 if (fuzz > 1) { in runq_choose_fuzz()
445 int count = fuzz; in runq_choose_fuzz()
/f-stack/freebsd/contrib/zstd/
H A DREADME.md28 [OSSFuzzBadge]: https://oss-fuzz-build-logs.storage.googleapis.com/badges/zstd.svg
29 [OSSFuzzLink]: https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:zstd
H A DMakefile19 FUZZDIR = $(TESTDIR)/fuzz
/f-stack/app/redis-5.0.5/tests/unit/type/
H A Dstream.tcl251 test {XDEL fuzz test} {
/f-stack/app/redis-5.0.5/
H A D00-RELEASENOTES277 HyperLogLog: speedup fuzz test.
285 HyperLogLog: dense/sparse repr parsing fuzz test.
524 stringmatchlen() fuzz test added.
2227 Test: XDEL fuzz testing. Remove and check stage.
2239 Test: XDEL fuzz testing, stream creation.