| /f-stack/freebsd/contrib/device-tree/Bindings/input/touchscreen/ |
| H A D | stmpe.txt | 31 - st,fraction-z : Length of the fractional part in z (recommended is 7) 32 (fraction-z ([0..7]) = Count of the fractional part) 98 st,fraction-z = <7>;
|
| /f-stack/freebsd/mips/mips/ |
| H A D | fp.S | 715 srl t2, t2, v1 # shift FSs fraction 719 srl ta2, ta2, v1 # shift FTs fraction 846 srl t3, t2, v1 # shift FSs fraction 852 srl t3, t3, v1 # shift FSs fraction 1493 sll t3, t3, v0 # shift FSs fraction 1500 srl t3, t3, v0 # shift FSs fraction 2541 and t2, t0, 0x7FFFFF # get fraction 2776 and t2, t0, 0xFFFFF # get fraction 2878 and t2, t0, 0x7FFFFF # get fraction 3072 and t2, t0, 0xFFFFF # get fraction [all …]
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | socfpga_cyclone5_mcvevk.dts | 69 ts,fraction-z = <7>;
|
| H A D | imx53-m53.dtsi | 67 st,fraction-z = <7>;
|
| H A D | spear320-hmi.dts | 262 ts,fraction-z = <7>;
|
| H A D | imx6qdl-phytec-mira.dtsi | 171 st,fraction-z = <7>;
|
| H A D | imx6ul-isiot.dtsi | 144 st,fraction-z = <7>;
|
| H A D | imx6ul-phytec-segin.dtsi | 151 st,fraction-z = <7>;
|
| H A D | spear1310-evb.dts | 377 ts,fraction-z = <7>;
|
| H A D | r8a7745-iwg22d-sodimm.dts | 194 st,fraction-z = <7>;
|
| H A D | stm32f429-disco.dts | 138 st,fraction-z = <7>;
|
| H A D | spear1340-evb.dts | 488 ts,fraction-z = <7>;
|
| H A D | am5729-beagleboneai.dts | 444 st,fraction-z = <7>;
|
| H A D | imx6qdl-colibri.dtsi | 266 st,fraction-z = <7>;
|
| H A D | imx6qdl-apalis.dtsi | 321 st,fraction-z = <7>;
|
| H A D | imx6q-novena.dts | 290 st,fraction-z = <7>;
|
| H A D | tegra30-colibri.dtsi | 864 st,fraction-z = <7>;
|
| /f-stack/freebsd/contrib/ncsw/Peripherals/FM/Pcd/ |
| H A D | fm_plcr.c | 228 uint64_t integer, fraction; in CalcRates() local 244 …m->rateMode, p_NonPassthroughAlgParam->committedInfoRate, tsuInTenthNanos, 0, &integer, &fraction); in CalcRates() 246 …rateMode, p_NonPassthroughAlgParam->peakOrExcessInfoRate, tsuInTenthNanos, 0, &integer, &fraction); in CalcRates() 285 temp = (uint32_t)fraction; /* fraction will alyas be smaller than 2^16 */ in CalcRates() 309 …Mode, p_NonPassthroughAlgParam->committedInfoRate, tsuInTenthNanos, fppShift, &integer, &fraction); in CalcRates() 310 *cir = (uint32_t)(integer << 16 | (fraction & 0xFFFF)); in CalcRates() 311 …e, p_NonPassthroughAlgParam->peakOrExcessInfoRate, tsuInTenthNanos, fppShift, &integer, &fraction); in CalcRates() 312 *pir_eir = (uint32_t)(integer << 16 | (fraction & 0xFFFF)); in CalcRates()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mmc/ |
| H A D | cdns,sdhci.yaml | 83 # Each delay property represents the fraction of the clock period.
|
| /f-stack/dpdk/doc/api/ |
| H A D | doxy-api-index.md | 198 [approx fraction] (@ref rte_approx.h),
|
| /f-stack/freebsd/contrib/device-tree/Bindings/iio/adc/ |
| H A D | qcom,spmi-vadc.yaml | 96 integers, denoting the numerator and denominator of the fraction by which
|
| /f-stack/freebsd/contrib/device-tree/Bindings/clock/ |
| H A D | silabs,si5341.txt | 56 the fraction matters, using 3500 and 12 will deliver the exact same result.
|
| /f-stack/freebsd/contrib/zlib/doc/ |
| H A D | txtvsbin.txt | 88 considerations. In such cases, a scheme that tolerates a small fraction
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_ppp.c | 2044 int numFrags, fraction, remain; in ng_ppp_mp_xmit() local 2054 fraction = m->m_pkthdr.len / numFrags; in ng_ppp_mp_xmit() 2055 remain = m->m_pkthdr.len - (fraction * numFrags); in ng_ppp_mp_xmit() 2060 = fraction + (((remain--) > 0)?1:0); in ng_ppp_mp_xmit()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/bin/ |
| H A D | jeprof.in | 2211 my $fraction = abs($local_total ? (3 * ($n / $local_total)) : 0); 2212 if ($fraction > 1) { $fraction = 1; } 2213 my $w = $fraction * 2;
|