Searched defs:ffs (Results 1 – 13 of 13) sorted by relevance
13 static inline int ffs(int x) in ffs() function
97 #define ffs(x) ({ unsigned long __t = (x); fls(__t & -__t); }) macro144 static inline __attribute__ ((const)) int ffs(unsigned int x) in ffs() function
12 static inline int ffs(int x) in ffs() function
23 int ffs = MAX_8042_FF; in empty_8042() local
60 static inline int ffs(unsigned long x) in ffs() function
164 static __inline__ int ffs(int x) in ffs() function
194 static inline int ffs(int word) in ffs() function
241 static inline int ffs(int x) in ffs() function
461 static inline int ffs(int word) in ffs() function
136 #define ffs(x) (__builtin_constant_p(x) ? __builtin_ffs(x) : variable_ffs(x)) macro
499 static inline int ffs(int x) in ffs() function521 static inline int ffs(int x) in ffs() function
345 #define ffs(x) (__builtin_constant_p(x) ? __builtin_ffs(x) : variable_ffs(x)) macro
376 static inline int ffs(int word) in ffs() function
Completed in 21 milliseconds