Searched refs:ffz (Results 1 – 5 of 5) sorted by relevance
10 #define ffz(x) __ffs(~(x)) macro
405 static inline unsigned long ffz(unsigned long word) in ffz() function
196 #define log2(n) ffz(~(n))243 ffz (unsigned long word) in ffz() function
68 return ffz(~word); in sigfindinword()
281 #define ffz(x) __ffs( ~(x) ) macro