Searched defs:__ffs (Results 1 – 3 of 3) sorted by relevance
12 static __always_inline unsigned long __ffs(unsigned long word) in __ffs() function
42 #define __ffs(x) (ffs(x) - 1) macro
346 static inline unsigned long __ffs(unsigned long word) in __ffs() function
Completed in 18 milliseconds