Searched refs:min (Results 1 – 2 of 2) sorted by relevance
8 uint32_t ds_next_power_of_2(uint32_t n, uint32_t min) in ds_next_power_of_2() argument10 if (n < min) return min; in ds_next_power_of_2()
264 uint32_t ds_next_power_of_2(uint32_t n, uint32_t min);
Completed in 6 milliseconds