Searched defs:ffs (Results 1 – 11 of 11) sorted by relevance
18 static __forceinline int ffs(int x) { in ffs() function55 # define ffs(x) __builtin_ffs(x) macro
18 static __forceinline int ffs(int x) in ffs() function56 # define ffs(x) __builtin_ffs(x) macro
12 static inline int ffs(int x) in ffs() function
35 ffs(int i) in ffs() function
52 #define ffs __builtin_ffs macro
126 static inline int ffs (int x) in ffs() function
144 # define ffs generic_ffs macro
507 unsigned long ffs( unsigned long u ) in ffs() function517 unsigned ffs( unsigned u ) in ffs() function532 #define ffs __builtin_ffs macro
362 static __inline__ int ffs(int x) in ffs() function
213 static __inline__ int ffs(int x) in ffs() function
2597 unsigned int from, to, ffs = chance(1, 2); in corrupt_data() local