Home
last modified time | relevance | path

Searched refs:next_power_of_2 (Results 1 – 2 of 2) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Darray.c18 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()
H A Darray.h43 size_t next_power_of_2; member