Searched defs:ffz (Results 1 – 8 of 8) sorted by relevance
11 #define ffz(x) __ffs(~(x)) macro
10 #define ffz(x) __ffs(~(x)) macro
27 static inline unsigned long __attribute_const__ ffz(unsigned long word) in ffz() function
40 static inline int __attribute_const__ ffz(unsigned long x) in ffz() function
203 static inline long __attribute_const__ ffz(int x) in ffz() function
273 #define ffz(word) \ macro
331 static inline unsigned long __attribute_const__ ffz(unsigned long word) in ffz() function
471 static inline unsigned long __attribute_const__ ffz(unsigned long word) in ffz() function