Searched defs:ffz (Results 1 – 12 of 12) sorted by relevance
30 static inline unsigned long ffz(unsigned long word) in ffz() function64 static inline unsigned long ffz(unsigned long word) in ffz() function
10 #define ffz(x) __ffs(~(x)) macro
11 #define ffz(x) __ffs(~(x)) macro
48 #define ffz(x) __ffs(~(x)) macro
26 static inline unsigned long ffz(unsigned long word) in ffz() function
42 static inline int ffz(unsigned long x) in ffz() function
197 static inline long ffz(int x) in ffz() function
424 #define ffz(x) __ffs(~(x)) macro
377 static __always_inline unsigned long ffz(unsigned long word) in ffz() function
348 ffz (unsigned long x) in ffz() function
314 static inline unsigned long ffz(unsigned long word) in ffz() function
432 static inline unsigned long ffz(unsigned long word) in ffz() function