const fn previous_power_of_2(value: usize) -> usize
Compute the power of 2 p such that p <= value < p*2.
p
p <= value < p*2