Searched refs:util_next_power_of_two (Results 1 – 4 of 4) sorted by relevance
61 initial_element_count = util_next_power_of_two(initial_element_count); in u_vector_init()62 element_size = util_next_power_of_two(element_size); in u_vector_init()
570 core_count = util_next_power_of_two(core_count); in get_cpu_topology()582 unsigned local_l3_cache_index = local_core_id / util_next_power_of_two(cores_per_L3); in get_cpu_topology()
444 util_next_power_of_two(unsigned x) in util_next_power_of_two() function
25 util_next_power_of_two(unsigned x) in util_next_power_of_two() function99 unsigned mask = util_next_power_of_two(max_result + 1) - 1; in find_translate_func()212 uppercase_name, util_next_power_of_two(max + 1)); in print_hash_code()