Searched defs:next_power_of_two (Results 1 – 4 of 4) sorted by relevance
23 static int next_power_of_two(int N) { in next_power_of_two() function
190 int32_t next_power_of_two = absl::bit_ceil<uint64_t>(width); in CreateTopKUnique() local268 uint32_t next_power_of_two = absl::bit_ceil<uint64_t>(width); in CreateMakeUnique() local
149 static unsigned next_power_of_two(unsigned x) in next_power_of_two() function
322 uint32_t next_power_of_two(uint32_t v) in next_power_of_two() function