Searched defs:ffsl (Results 1 – 5 of 5) 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
5328 pub fn ffsl(value: ::c_long) -> ::c_int; in ffsl() function
2841 pub fn ffsl(value: ::c_long) -> ::c_int; in ffsl() function