/freebsd/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/contrib/tcpdump/ |
H A D | print-dvmrp.c | 236 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 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/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
H A D | expm1.c | 17 uint64x2_t thresh, tiny_bound; member 26 .thresh = V2 (0x78c56fa6d34b552), 59 = vcgeq_u64 (vsubq_u64 (vaddq_u64 (ix, ix), d->tiny_bound), d->thresh); in V_NAME_D1()
|
H A D | expm1f.c | 17 uint32x4_t thresh; member 31 .thresh = V4 (0x1d5ebc40), 60 = vcgeq_u32 (vsubq_u32 (vaddq_u32 (ix, ix), TinyBound), d->thresh); in V_NAME_F1()
|
H A D | tanh.c | 15 uint64x2_t thresh, tiny_bound; member 20 .thresh = V2 (0x01f241bf835f9d5f), 43 uint64x2_t special = vcgtq_u64 (vsubq_u64 (ia, d->tiny_bound), d->thresh); in V_NAME_D1()
|
H A D | acosh.c | 17 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 D | sinh.c | 18 uint64x2_t tiny_bound, thresh; member 29 .thresh = V2 (0x0230000000000000), 58 vsubq_u64 (vreinterpretq_u64_f64 (ax), d->tiny_bound), d->thresh); in V_NAME_D1()
|
H A D | sinhf.c | 17 uint32x4_t tiny_bound, thresh; member 27 .thresh = V4 (0x12fbbbb3), 57 vsubq_u32 (vreinterpretq_u32_f32 (ax), d->tiny_bound), d->thresh); in V_NAME_F1()
|
H A D | log1pf.c | 17 uint32x4_t minus_one, thresh; member 21 .thresh = V4 (0x4b800000), /* asuint32(INFINITY) - TinyBound. */ 48 = vorrq_u32 (vcgeq_u32 (vsubq_u32 (ia, TinyBound), d->thresh), in V_NAME_F1()
|
H A D | cbrt.c | 18 uint32x4_t thresh; member 28 .thresh = V4(0x7fe00000), /* asuint64 (infinity) - tiny_bound. */ 64 = vcge_u32 (vsubhn_u64 (iax, d->tiny_bound), vget_low_u32 (d->thresh)); in V_NAME_D1()
|
/freebsd/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/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/contrib/arm-optimized-routines/math/aarch64/sve/ |
H A D | tanh.c | 17 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 D | cbrt.c | 19 uint64_t tiny_bound, thresh; member 32 .thresh = 0x7fe0000000000000, /* asuint64 (infinity) - tiny_bound. */ 72 svbool_t special = svcmpge (pg, svsub_x (pg, iax, d->tiny_bound), d->thresh); in SV_NAME_D1()
|
/freebsd/tools/tools/whereintheworld/ |
H A D | whereintheworld.pl | 17 my $thresh = 10; 55 while (@lines > $thresh) {
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_timer.c | 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()
|
H A D | ar9300_mci.c | 67 u_int32_t thresh; in ar9300_mci_osla_setup() local 80 thresh = MS(ah->ah_config.ath_hal_mci_config, in ar9300_mci_osla_setup() 83 AR_BTCOEX_CTRL_AGGR_THRESH, thresh); in ar9300_mci_osla_setup() 88 thresh, (thresh + 1)*125/10, (thresh + 1)*125%10); in ar9300_mci_osla_setup()
|
/freebsd/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/sys/dev/vnic/ |
H A D | nicvf_queues.h | 249 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 D | pxa300-raumfeld-controller.dts | 135 st,click-thresh-x = <10>; 136 st,click-thresh-y = <10>; 137 st,click-thresh-z = <10>;
|
/freebsd/contrib/diff/src/ |
H A D | context.c | 388 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 D | ar5416_btcoex.c | 168 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()
|
/freebsd/sys/dev/mwl/ |
H A D | mwlhal.h | 526 int mwl_hal_setaggampduratemode(struct mwl_hal *, int mode, int thresh); 527 int mwl_hal_getaggampduratemode(struct mwl_hal *, int *mode, int *thresh);
|