Home
last modified time | relevance | path

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

/libuv/src/unix/
H A Dos390-syscalls.c94 static unsigned int next_power_of_two(unsigned int val) { in next_power_of_two() function
123 newsize = next_power_of_two(len); in maybe_resize()
H A Dcore.c857 static unsigned int next_power_of_two(unsigned int val) { in next_power_of_two() function
887 nwatchers = next_power_of_two(len + 2) - 2; in maybe_resize()

Completed in 14 milliseconds