/freebsd-src/usr.sbin/pmcstudy/ |
H A D | pmcstudy.c | 191 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 D | lis302.txt | 29 - 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 D | tst.cputime.ksh | 36 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 D | iqs626a.yaml | 110 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 D | omap3-gta04a3.dts | 26 st,click-thresh-x = <8>; 27 st,click-thresh-y = <8>; 28 st,click-thresh-z = <10>;
|
H A D | omap3-overo-common-peripherals.dtsi | 63 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 D | v_acosh_3u5.c |
|
H A D | v_sinhf_2u3.c |
|
H A D | v_acoshf_3u1.c |
|
H A D | v_expm1_2u5.c |
|
H A D | v_expm1f_1u6.c |
|
H A D | sv_tanh_3u.c |
|
H A D | v_tanh_3u.c |
|
H A D | sv_cbrt_2u.c |
|
H A D | v_cbrt_2u.c |
|
H A D | v_sinh_3u.c |
|
H A D | v_log1pf_2u1.c |
|
H A D | v_sinpi_3u1.c |
|
/freebsd-src/contrib/tcpdump/ |
H A D | print-dvmrp.c | 236 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 D | ar9300_timer.c | 146 /* 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 D | s_csqrt.c | 36 #define THRESH 0x1.a827999fcef32p+1022 macro 74 if (fabs(a) >= THRESH || fabs(b) >= THRESH) { in csqrt()
|
H A D | s_csqrtl.c | 51 #define THRESH 0x1p16382L macro 89 if (fabsl(a) >= THRESH || fabsl(b) >= THRESH) { in csqrtl()
|
/freebsd-src/sys/dev/iicbus/adc/ |
H A D | ads111x.c | 349 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 D | us5182d.txt | 33 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 D | whereintheworld.pl | 17 my $thresh = 10; 55 while (@lines > $thresh) {
|