Searched refs:next_power_of_2 (Results 1 – 2 of 2) sorted by relevance
18 a->next_power_of_2 = 1; in array_init()29 a->next_power_of_2 = src->next_power_of_2; in array_init_array()91 for (i = pos = a->next_power_of_2 / 2; ; i >>= 1) { in array_get_index()247 if (a->next_power_of_2 == (size_t)ndx) a->next_power_of_2 <<= 1; in array_insert_unique()
43 size_t next_power_of_2; member