Searched defs:ilog2 (Results 1 – 9 of 9) sorted by relevance
32 #define ilog2(n) \ macro
62 static unsigned int ilog2(unsigned int val) in ilog2() function
72 static inline int ilog2(unsigned long n) in ilog2() function
53 int ilog2(unsigned long v) in ilog2() function
198 #define ilog2(n) \ macro
28 fn ilog2<T: PrimInt>(v: T) -> u8 { in ilog2() function
138 static int ilog2(unsigned int i) { in ilog2() function
240 static INT ilog2(UINT i) { in ilog2() function
5424 static size_t ilog2(size_t i) { in ilog2() function