Home
last modified time | relevance | path

Searched refs:__cntlz (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/xtensa/include/asm/
H A Dbitops.h28 static inline unsigned long __cntlz (unsigned long x) in __cntlz() function
42 return 31 - __cntlz(~x & -~x); in ffz()
51 return 31 - __cntlz(x & -x); in __ffs()
62 return 32 - __cntlz(x & -x); in ffs()
72 return 32 - __cntlz(x); in fls()
83 return 31 - __cntlz(word); in __fls()
/kernel/linux/linux-6.6/arch/xtensa/include/asm/
H A Dbitops.h28 static inline unsigned long __cntlz (unsigned long x) in __cntlz() function
42 return 31 - __cntlz(~x & -~x); in ffz()
51 return 31 - __cntlz(x & -x); in __ffs()
62 return 32 - __cntlz(x & -x); in ffs()
72 return 32 - __cntlz(x); in fls()
83 return 31 - __cntlz(word); in __fls()

Completed in 2 milliseconds