Searched defs:log2u (Results 1 - 1 of 1) sorted by relevance

/systemd/src/basic/
H A Dutil.h152 static inline unsigned log2u(unsigned x) { function
164 return log2u(x - 1) + 1;

Completed in 9 milliseconds