Searched refs:a_ctz_l (Results 1 – 8 of 8) sorted by relevance
6 return i ? a_ctz_l(i)+1 : 0; in ffsl()
6 return i ? a_ctz_l(i)+1 : 0; in ffs()
32 #define ntz(x) a_ctz_l((x))
292 static inline int a_ctz_l(unsigned long x) in a_ctz_l() function