Home
last modified time | relevance | path

Searched refs:thresh (Results 1 – 25 of 49) sorted by relevance

12

/freebsd/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/contrib/tcpdump/
H A Dprint-dvmrp.c236 u_char thresh; in print_neighbors() local
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() local
292 thresh = GET_U_1(bp); in print_neighbors2()
306 metric, thresh); in print_neighbors2()
/freebsd/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/contrib/arm-optimized-routines/pl/math/
H A Dv_acosh_3u5.c17 uint64x2_t one, thresh; member
21 .thresh = V2 (0x1ff0000000000000) /* asuint64(0x1p511) - asuint64(1). */
40 = vcgeq_u64 (vsubq_u64 (vreinterpretq_u64_f64 (x), d->one), d->thresh); in V_NAME_D1()
H A Dv_acoshf_3u1.c16 uint16x4_t thresh; member
20 .thresh = V4 (0x2000) /* asuint(0x1p64) - asuint(1). */
46 uint16x4_t special = vcge_u16 (vsubhn_u32 (ix, d->one), d->thresh); in V_NAME_F1()
H A Dv_sinhf_2u3.c19 uint32x4_t tiny_bound, thresh; member
30 .thresh = V4 (0x12fbbbb3),
59 uint32x4_t special = vcgeq_u32 (vsubq_u32 (iax, d->tiny_bound), d->thresh); in V_NAME_F1()
H A Dsv_tanh_3u.c17 uint64_t thresh, tiny_bound; member
33 .thresh = 0x01f241bf835f9d5f,
79 svbool_t special = svcmpgt (pg, svsub_x (pg, ia, d->tiny_bound), d->thresh); in SV_NAME_D1()
H A Dv_expm1f_1u6.c20 uint32x4_t thresh; member
40 .thresh = V4 (0x1d5ebc40),
68 = vcgeq_u32 (vsubq_u32 (vaddq_u32 (ix, ix), TinyBound), d->thresh); in V_NAME_F1()
H A Dv_cbrt_2u.c18 uint32x4_t thresh; member
28 .thresh = V4(0x7fe00000), /* asuint64 (infinity) - tiny_bound. */
57 = vcge_u32 (vsubhn_u64 (iax, d->tiny_bound), vget_low_u32 (d->thresh)); in V_NAME_D1()
H A Dv_expm1_2u5.c19 uint64x2_t thresh, tiny_bound; member
37 .thresh = V2 (0x78c56fa6d34b552),
70 = vcgeq_u64 (vsubq_u64 (vaddq_u64 (ix, ix), d->tiny_bound), d->thresh); in V_NAME_D1()
H A Dv_tanh_3u.c18 uint64x2_t thresh, tiny_bound; member
35 .thresh = V2 (0x01f241bf835f9d5f),
82 uint64x2_t special = vcgtq_u64 (vsubq_u64 (ia, d->tiny_bound), d->thresh); in V_NAME_D1()
H A Dv_sinh_3u.c20 uint64x2_t tiny_bound, thresh; member
42 .thresh = V2 (0x0230000000000000),
96 vsubq_u64 (vreinterpretq_u64_f64 (ax), d->tiny_bound), d->thresh); in V_NAME_D1()
H A Dsv_cbrt_2u.c19 uint64_t tiny_bound, thresh; member
32 .thresh = 0x7fe0000000000000, /* asuint64 (infinity) - tiny_bound. */
66 svbool_t special = svcmpge (pg, svsub_x (pg, iax, d->tiny_bound), d->thresh); in SV_NAME_D1()
H A Dv_log1pf_2u1.c16 uint32x4_t tiny_bound, minus_one, four, thresh; member
27 .thresh = V4 (0x4b800000), /* asuint32(INFINITY) - tiny_bound. */
68 = vorrq_u32 (vcgeq_u32 (vsubq_u32 (ia, d->tiny_bound), d->thresh), in V_NAME_F1()
/freebsd/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/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/tools/tools/whereintheworld/
H A Dwhereintheworld.pl17 my $thresh = 10;
55 while (@lines > $thresh) {
/freebsd/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/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_timer.c176 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/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/sys/dev/vnic/
H A Dnicvf_queues.h249 uint32_t thresh; /* Threshold level for interrupt */ member
286 uint16_t thresh; member
314 uint16_t thresh; member
/freebsd/sys/contrib/device-tree/src/arm/intel/pxa/
H A Dpxa300-raumfeld-controller.dts135 st,click-thresh-x = <10>;
136 st,click-thresh-y = <10>;
137 st,click-thresh-z = <10>;
/freebsd/contrib/diff/src/
H A Dcontext.c388 lin thresh; in find_hunk() local
404 thresh = (prev->ignore || (start && start->ignore) in find_hunk()
414 && start->line0 - top0 < thresh); in find_hunk()
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_btcoex.c168 ar5416BTCoexSetupBmissThresh(struct ath_hal *ah, u_int32_t thresh) in ar5416BTCoexSetupBmissThresh() argument
172 ahp->ah_btCoexMode2 |= SM(thresh, AR_BT_BCN_MISS_THRESH); in ar5416BTCoexSetupBmissThresh()

12