Searched defs:ffsl (Results 1 – 6 of 6) sorted by relevance
9 static __forceinline int ffsl(long x) { in ffsl() function54 # define ffsl(x) __builtin_ffsl(x) macro
41 ffsl(long mask) in ffsl() function
53 ffsl(long mask) in ffsl() function
199 ffsl(long mask) in ffsl() function
215 ffsl(long mask) in ffsl() function
138 #define ffsl(x) __builtin_ffsl(x) macro