Home
last modified time | relevance | path

Searched full:thresh (Results 1 – 25 of 111) sorted by relevance

12345

/freebsd-src/usr.sbin/pmcstudy/
H A Dpmcstudy.c191 const char *thresh; member
212 mythresh = "thresh > .05"; in explain_name_sb()
215 mythresh = "thresh > .05"; in explain_name_sb()
218 mythresh = "thresh >= .2"; in explain_name_sb()
221 mythresh = "thresh >= .1"; in explain_name_sb()
224 mythresh = "thresh >= .01"; in explain_name_sb()
227 mythresh = "thresh >= .05"; in explain_name_sb()
230 mythresh = "thresh >= .05"; in explain_name_sb()
236 mythresh = "thresh >= .2"; in explain_name_sb()
239 mythresh = "thresh >= .2"; in explain_name_sb()
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/iio/accel/
H A Dlis302.txt29 - st,click-thresh-{x,y,z}: set the x/y/z axis threshold
77 st,click-thresh-x = <10>;
78 st,click-thresh-y = <10>;
79 st,click-thresh-z = <10>;
101 st,click-thresh-x = <10>;
102 st,click-thresh-y = <10>;
103 st,click-thresh-z = <10>;
/freebsd-src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/buffering/
H A Dtst.cputime.ksh36 int thresh;
41 thresh = 10;
63 /((total * 100) / (timestamp - start)) > thresh/
67 printf("expected no more than %d%%!\n", thresh);
/freebsd-src/sys/contrib/device-tree/Bindings/input/
H A Diqs626a.yaml110 azoteq,thresh-extend:
477 azoteq,thresh:
693 azoteq,thresh-swipe:
708 azoteq,thresh:
728 azoteq,thresh-swipe: ["linux,keycodes"]
801 azoteq,thresh-swipe = <40>;
804 azoteq,thresh = <35>;
809 azoteq,thresh = <40>;
814 azoteq,thresh = <40>;
819 azoteq,thresh = <38>;
[all …]
/freebsd-src/sys/contrib/device-tree/src/arm/ti/omap/
H A Domap3-gta04a3.dts26 st,click-thresh-x = <8>;
27 st,click-thresh-y = <8>;
28 st,click-thresh-z = <10>;
H A Domap3-overo-common-peripherals.dtsi63 st,click-thresh-x = <10>;
64 st,click-thresh-y = <10>;
65 st,click-thresh-z = <10>;
/freebsd-src/contrib/arm-optimized-routines/pl/math/
H A Dv_acosh_3u5.c
H A Dv_sinhf_2u3.c
H A Dv_acoshf_3u1.c
H A Dv_expm1_2u5.c
H A Dv_expm1f_1u6.c
H A Dsv_tanh_3u.c
H A Dv_tanh_3u.c
H A Dsv_cbrt_2u.c
H A Dv_cbrt_2u.c
H A Dv_sinh_3u.c
H A Dv_log1pf_2u1.c
H A Dv_sinpi_3u1.c
/freebsd-src/contrib/tcpdump/
H A Dprint-dvmrp.c236 u_char thresh; in print_neighbors()
248 thresh = GET_U_1(bp); in print_neighbors()
260 GET_IPADDR_STRING(bp), metric, thresh); in print_neighbors()
278 u_char metric, thresh, flags; in print_neighbors2()
292 thresh = GET_U_1(bp); in print_neighbors2()
306 metric, thresh); in print_neighbors2()
238 u_char thresh; print_neighbors() local
280 u_char metric, thresh, flags; print_neighbors2() local
/freebsd-src/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_timer.c146 /* Enable both trigger and thresh interrupt masks */ in ar9300_start_generic_timer()
166 /* Disable both trigger and thresh interrupt masks */ in ar9300_stop_generic_timer()
176 u_int32_t *thresh) in ar9300_get_gen_timer_interrupts() argument
180 *thresh = ahp->ah_intr_gen_timer_thresh; in ar9300_get_gen_timer_interrupts()
/freebsd-src/lib/msun/src/
H A Ds_csqrt.c36 #define THRESH 0x1.a827999fcef32p+1022 macro
74 if (fabs(a) >= THRESH || fabs(b) >= THRESH) { in csqrt()
H A Ds_csqrtl.c51 #define THRESH 0x1p16382L macro
89 if (fabsl(a) >= THRESH || fabsl(b) >= THRESH) { in csqrtl()
/freebsd-src/sys/dev/iicbus/adc/
H A Dads111x.c349 int thresh, err; in ads111x_sysctl_lothresh() local
352 if ((err = ads111x_read_2(sc, ADS111x_LOTHRESH, &thresh)) != 0) in ads111x_sysctl_lothresh()
354 err = sysctl_handle_int(oidp, &thresh, 0, req); in ads111x_sysctl_lothresh()
358 err = ads111x_write_2(sc, ADS111x_CONF, thresh); in ads111x_sysctl_lothresh()
368 int thresh, err; in ads111x_sysctl_hithresh() local
371 if ((err = ads111x_read_2(sc, ADS111x_HITHRESH, &thresh)) != 0) in ads111x_sysctl_hithresh()
373 err = sysctl_handle_int(oidp, &thresh, 0, req); in ads111x_sysctl_hithresh()
377 err = ads111x_write_2(sc, ADS111x_CONF, thresh); in ads111x_sysctl_hithresh()
/freebsd-src/sys/contrib/device-tree/Bindings/iio/light/
H A Dus5182d.txt33 There will be no dark-gain compensation by default when ALS > thresh
34 (0 * dark-gain), and a 1.35 compensation factor when ALS < thresh.
/freebsd-src/tools/tools/whereintheworld/
H A Dwhereintheworld.pl17 my $thresh = 10;
55 while (@lines > $thresh) {

12345