Searched refs:ffs (Results 1 – 7 of 7) sorted by relevance
45 extern int ffs (int __i) __THROW __attribute__ ((const));
318 extern int ffs (int __i) __THROW __attribute__ ((__const__));
138 #define ffs(x) generic_ffs(x) macro
55 int _EXFUN(ffs,(int));
456 uframe1 = ffs (LE32ToCPU(qh->hw_info2) & 0x00ff); in qh_schedule()
2326 #define compute_bit2idx(X, I) I = ffs(X)-1
2912 #define compute_bit2idx(X, I) I = ffs(X)-1