Searched refs:__cntlz (Results 1 – 1 of 1) sorted by relevance
30 static inline unsigned long __cntlz (unsigned long x) in __cntlz() function44 return 31 - __cntlz(~x & -~x); in ffz()53 return 31 - __cntlz(x & -x); in __ffs()64 return 32 - __cntlz(x & -x); in ffs()74 return 32 - __cntlz(x); in fls()85 return 31 - __cntlz(word); in __fls()