Searched defs:ffz (Results 1 – 10 of 10) sorted by relevance
10 #define ffz(x) __ffs(~(x)) macro
11 #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
40 static inline int ffz(unsigned long x) in ffz() function
203 static inline long ffz(int x) in ffz() function
283 #define ffz(word) \ macro
345 ffz (unsigned long x) in ffz() function
311 static inline unsigned long ffz(unsigned long word) in ffz() function
447 static inline unsigned long ffz(unsigned long word) in ffz() function