Searched refs:highest_set_bit (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/kernel/platform/pc/
H A Dtimer.cpp584 const uint highest_set_bit = log2_ulong_floor(apic_ticks_needed); local
585 uint8_t extra_shift = (highest_set_bit <= 31) ? 0 : static_cast<uint8_t>(highest_set_bit - 31);

Completed in 25 milliseconds