HomeSort by: relevance | last modified time | path
    Searched refs:next_power_of_two (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/objc/
objc-map.cc 31 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);
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-map.cc 31 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);
  /src/external/apache2/llvm/dist/clang/utils/hmaptool/
hmaptool 157 def next_power_of_two(value): function
179 num_buckets = next_power_of_two(len(mappings) * 3)
  /src/external/mit/libuv/dist/src/unix/
os390-syscalls.c 94 static unsigned int next_power_of_two(unsigned int val) { function
123 newsize = next_power_of_two(len);
core.c 859 static unsigned int next_power_of_two(unsigned int val) { function
889 nwatchers = next_power_of_two(len + 2) - 2;

Completed in 25 milliseconds