Searched defs:ffz (Results 1 – 11 of 11) sorted by relevance
11 #define ffz(x) __ffs(~(x)) macro
10 #define ffz(x) __ffs(~(x)) macro
27 static inline unsigned long ffz(unsigned long word) in ffz() function
183 #define ffz(x) __ffs(~(x)) macro
30 static inline unsigned long ffz(unsigned long word) in ffz() function
40 static inline int ffz(unsigned long x) in ffz() function
183 static inline long ffz(int x) in ffz() function
247 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
Completed in 14 milliseconds