Home
last modified time | relevance | path

Searched refs:nearest (Results 1 – 15 of 15) sorted by relevance

/f-stack/freebsd/contrib/openzfs/.github/
H A Dcodecov.yml8 round: nearest # Round to nearest precision point
/f-stack/app/redis-5.0.5/src/
H A Dae.c265 aeTimeEvent *nearest = NULL; in aeSearchNearestTimer() local
268 if (!nearest || te->when_sec < nearest->when_sec || in aeSearchNearestTimer()
269 (te->when_sec == nearest->when_sec && in aeSearchNearestTimer()
270 te->when_ms < nearest->when_ms)) in aeSearchNearestTimer()
271 nearest = te; in aeSearchNearestTimer()
274 return nearest; in aeSearchNearestTimer()
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Darmada-388-clearfog.dts19 /* CON2, nearest CPU, USB2 only. */
26 /* Port 2, Lane 0. CON2, nearest CPU. */
H A Darmada-388-clearfog.dtsi56 /* CON3, nearest power. */
73 /* Port 1, Lane 0. CON3, nearest power. */
/f-stack/freebsd/arm/freescale/imx/
H A Dimx6_anatop.c260 int d, diff, i, nearest; in cpufreq_nearest_oppt() local
266 nearest = 0; in cpufreq_nearest_oppt()
271 nearest = i; in cpufreq_nearest_oppt()
274 return (&imx6_oppt_table[nearest]); in cpufreq_nearest_oppt()
/f-stack/freebsd/contrib/device-tree/Bindings/pwm/
H A Dpwm-sifive.txt6 it can achieve, which the driver rounds to the nearest achievable period.
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_create/
H A Dzfs_create.cfg62 # explicitly check that its size has been rounded up to the nearest multiple
/f-stack/freebsd/mips/mips/
H A Dfp.S1510 beq v0, MIPS_FPU_ROUND_RN, 3f # round to nearest
1531 and t2, t2, ~1 # clear LSB (round to nearest)
1733 beq v0, MIPS_FPU_ROUND_RN, 3f # round to nearest
1758 and t2, t2, ~1 # clear LSB (round to nearest)
1796 beq v0, MIPS_FPU_ROUND_RN, 3f # round to nearest
1865 beq v0, MIPS_FPU_ROUND_RN, 3f # round to nearest
1884 and t2, t2, ~1 # clear LSB (round to nearest)
1979 beq v0, MIPS_FPU_ROUND_RN, 3f # round to nearest
2008 and t3, t3, ~1 # clear LSB (round to nearest)
2046 beq v0, MIPS_FPU_ROUND_RN, 3f # round to nearest
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/iio/temperature/
H A Dadi,ltc2983.yaml35 rounded to nearest 100us.
/f-stack/dpdk/doc/guides/prog_guide/
H A Defd_lib.rst68 keys (shown in blue), and keys are mapped to the nearest target in a clockwise
/f-stack/dpdk/doc/guides/cryptodevs/
H A Dqat.rst116 …ytes long and must be passed to the device in a buffer rounded up to the nearest block-size multip…
/f-stack/freebsd/contrib/zstd/doc/
H A Dzstd_compression_format.md1229 by completing to the nearest power of 2.
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A DChangeLog1075 - Add nallocm(), which rounds a request size up to the nearest size class
/f-stack/dpdk/doc/guides/nics/
H A Dmlx5.rst896 PMD will set the nearest value supported by HW, which is not bigger than
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt18440 the nearest DWORD. Buffers are always Byte-accessible.