Searched defs:next_power_of_two (Results 1 – 5 of 5) sorted by relevance
157 def next_power_of_two(value): function
23 static int next_power_of_two(int N) { in next_power_of_two() function
190 int32 next_power_of_two = 1U << log2_ceiling; in CreateTopKUnique() local269 uint32 next_power_of_two = 1U << log2_ceiling; in CreateMakeUnique() local
149 static unsigned next_power_of_two(unsigned x) in next_power_of_two() function
321 uint32_t next_power_of_two(uint32_t v) in next_power_of_two() function