Home
last modified time | relevance | path

Searched refs:halfway (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/docs/devel/testing/
H A Dblkdebug.rst20 while updating tables happen halfway through request processing and require
/openbmc/linux/arch/powerpc/platforms/
H A DKconfig238 halfway between the upper and lower bounds, will be reported in
/openbmc/openbmc/poky/meta/recipes-support/vte/vte/
H A D0004-fast_float-Add-single-header-library-for-from_char-i.patch3217 +// get the extended precision value of the halfway point between b and b+u.
3219 +// halfway between b and b+u.
3270 + const uint64_t halfway = (shift == 0) ? 0 : uint64_t(1) << (shift - 1);
3272 + bool is_above = truncated_bits > halfway;
3273 + bool is_halfway = truncated_bits == halfway;
3374 + // ....9999 to ...10000, which could cause a false halfway point.
3545 +// an extended float representation close to `b+h`, halfway between `b`
/openbmc/linux/Documentation/userspace-api/media/mediactl/
H A Drequest-api.rst102 dequeue its buffers: buffers that are available halfway through a request can
/openbmc/linux/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.c4213 const uint64_t halfway = (1ULL << 55); in intel_pt_tsc_cmp() local
4219 if (tsc2 - tsc1 < halfway) in intel_pt_tsc_cmp()
4224 if (tsc1 - tsc2 < halfway) in intel_pt_tsc_cmp()