Searched refs:next_power_of_two (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-map.c31 next_power_of_two (size_t x) function
62 initial_capacity = next_power_of_two (initial_capacity);
107 new_number_of_slots = next_power_of_two (new_number_of_slots);
/netbsd-current/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-map.cc31 next_power_of_two (size_t x) function
62 initial_capacity = next_power_of_two (initial_capacity);
107 new_number_of_slots = next_power_of_two (new_number_of_slots);
/netbsd-current/external/apache2/llvm/dist/clang/utils/hmaptool/
H A Dhmaptool157 def next_power_of_two(value): function
179 num_buckets = next_power_of_two(len(mappings) * 3)
/netbsd-current/external/mit/libuv/dist/src/unix/
H A Dos390-syscalls.c94 static unsigned int next_power_of_two(unsigned int val) { function
123 newsize = next_power_of_two(len);
H A Dcore.c815 static unsigned int next_power_of_two(unsigned int val) { function
845 nwatchers = next_power_of_two(len + 2) - 2;

Completed in 211 milliseconds