Searched defs:ffsl (Results 1 – 1 of 1) sorted by relevance
9 static __forceinline int ffsl(long x) in ffsl() function55 # define ffsl(x) __builtin_ffsl(x) macro