Home
last modified time | relevance | path

Searched refs:threshold (Results 226 – 250 of 374) sorted by relevance

12345678910>>...15

/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v06.c1271 int threshold; in FSEv06_readNCount() local
1285 threshold = 1<<nbBits; in FSEv06_readNCount()
1317 { short const max = (short)((2*threshold-1)-remaining); in FSEv06_readNCount()
1320 if ((bitStream & (threshold-1)) < (U32)max) { in FSEv06_readNCount()
1321 count = (short)(bitStream & (threshold-1)); in FSEv06_readNCount()
1324 count = (short)(bitStream & (2*threshold-1)); in FSEv06_readNCount()
1325 if (count >= threshold) count -= max; in FSEv06_readNCount()
1333 while (remaining < threshold) { in FSEv06_readNCount()
1335 threshold >>= 1; in FSEv06_readNCount()
H A Dzstd_v07.c1215 int threshold; in FSEv07_readNCount() local
1229 threshold = 1<<nbBits; in FSEv07_readNCount()
1261 { short const max = (short)((2*threshold-1)-remaining); in FSEv07_readNCount()
1264 if ((bitStream & (threshold-1)) < (U32)max) { in FSEv07_readNCount()
1265 count = (short)(bitStream & (threshold-1)); in FSEv07_readNCount()
1268 count = (short)(bitStream & (2*threshold-1)); in FSEv07_readNCount()
1269 if (count >= threshold) count -= max; in FSEv07_readNCount()
1277 while (remaining < threshold) { in FSEv07_readNCount()
1279 threshold >>= 1; in FSEv07_readNCount()
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Diqs269a.yaml471 description: Specifies the threshold for the event.
488 description: Specifies the threshold for the event.
512 description: Specifies the threshold for the event.
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dads7846.txt80 (threshold) - u16.
/freebsd/sys/contrib/ncsw/Peripherals/QM/
H A Dqm_portal_fqr.c2417 if (!p_CgParams->threshold) in QM_CG_Create()
2428 if (p_CgParams->threshold) in QM_CG_Create()
2445 gap = (int)p_CgParams->threshold; in QM_CG_Create()
2449 tmp = ABS((int)(p_CgParams->threshold - tmpA*(1<<tmpN))); in QM_CG_Create()
2668 t_Error QM_CG_ModifyTailDropThreshold(t_Handle h_QmCg, uint32_t threshold) in QM_CG_ModifyTailDropThreshold() argument
2705 gap = (int)threshold; in QM_CG_ModifyTailDropThreshold()
2709 tmp = ABS((int)(threshold - tmpA*(1<<tmpN))); in QM_CG_ModifyTailDropThreshold()
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlgc.c912 l_mem debt, threshold; in setpause() local
914 threshold = (g->gcpause < MAX_LMEM / estimate) /* overflow? */ in setpause()
917 debt = -cast(l_mem, threshold - gettotalbytes(g)); in setpause()
/freebsd/sys/contrib/device-tree/Bindings/thermal/
H A Dthermal-zones.yaml165 temperature threshold above which the HW becomes
167 reboot. Hitting the critical threshold triggers a system
/freebsd/sys/dev/dpaa2/
H A Ddpaa2_swp.h513 int dpaa2_swp_set_irq_coalescing(struct dpaa2_swp *swp, uint32_t threshold,
/freebsd/sys/dev/mwl/
H A Dmwlhal.c776 mwl_hal_setrtsthreshold(struct mwl_hal_vap *vap, int threshold) in mwl_hal_setrtsthreshold() argument
786 pCmd->Threshold = htole16(threshold); in mwl_hal_setrtsthreshold()
1595 mwl_hal_setaggampduratemode(struct mwl_hal *mh0, int mode, int threshold) in mwl_hal_setaggampduratemode() argument
1606 pCmd->Threshold = htole32(threshold); in mwl_hal_setaggampduratemode()
1614 mwl_hal_getaggampduratemode(struct mwl_hal *mh0, int *mode, int *threshold) in mwl_hal_getaggampduratemode() argument
1628 *threshold = le32toh(pCmd->Threshold); in mwl_hal_getaggampduratemode()
H A Dmwlhal.h305 int mwl_hal_setrtsthreshold(struct mwl_hal_vap *, int threshold);
/freebsd/sys/contrib/ncsw/Peripherals/BM/
H A Dbm.c668 t_Error BM_ConfigFbprThreshold(t_Handle h_Bm, uint32_t threshold) in BM_ConfigFbprThreshold() argument
675 p_Bm->p_BmDriverParams->fbprThreshold = threshold; in BM_ConfigFbprThreshold()
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3566-anbernic-rgxx3.dtsi66 keyup-threshold-microvolt = <1800000>;
76 press-threshold-microvolt = <1750>;
H A Drk3566-pinenote.dtsi24 keyup-threshold-microvolt = <1750000>;
29 press-threshold-microvolt = <0>;
H A Drk3399-khadas-edge.dtsi123 keyup-threshold-microvolt = <1800000>;
129 press-threshold-microvolt = <18000>;
H A Drk3588-jaguar.dts22 keyup-threshold-microvolt = <1800000>;
29 press-threshold-microvolt = <0>;
H A Drk3399-roc-pc.dtsi42 keyup-threshold-microvolt = <1500000>;
48 press-threshold-microvolt = <18000>;
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dphy-mtk-tphy.txt65 - mediatek,discth : u32, the selection of disconnect threshold
H A Dqcom,qusb2-phy.yaml149 threshold and may vary for different boards of same SOC.
/freebsd/sys/netinet/
H A Dsctp_timer.c87 struct sctp_nets *net, uint16_t threshold) in sctp_threshold_management() argument
141 (uint32_t)threshold, in sctp_threshold_management()
147 if (stcb->asoc.overall_error_count > threshold) { in sctp_threshold_management()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.def353 ANALYZER_OPTION(unsigned, CTUImportThreshold, "ctu-import-threshold",
356 "Lowering this threshold can alleviate the memory burden of "
362 ANALYZER_OPTION(unsigned, CTUImportCppThreshold, "ctu-import-cpp-threshold",
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Dmax8997-regulator.txt84 - CHARGER_TOPOFF: end of charge current threshold level
/freebsd/sys/contrib/device-tree/Bindings/serial/
H A D8250.yaml181 tx-threshold:
/freebsd/sys/dev/cxgbe/firmware/
H A Dt5fw_cfg.txt29 # threshold set to queue depth
H A Dt5fw_cfg_hashfilter.txt29 # threshold set to queue depth
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dcs35l33.txt61 - cirrus,ldo-thld : Configures the signal threshold at which the PWM output

12345678910>>...15