Searched defs:ffsl (Results 1 – 3 of 3) sorted by relevance
9 static __forceinline int ffsl(long x) { in ffsl() function54 # define ffsl(x) __builtin_ffsl(x) macro
4 int ffsl(long i) in ffsl() function
4325 pub fn ffsl(value: ::c_long) -> ::c_int; in ffsl() function