Searched defs:ffsll (Results 1 – 5 of 5) sorted by relevance
26 static __forceinline int ffsll(unsigned __int64 x) { in ffsll() function53 # define ffsll(x) __builtin_ffsll(x) macro
39 ffsll(long long mask) in ffsll() function
62 ffsll(long long mask) in ffsll() function
208 ffsll(long long mask) in ffsll() function
141 #define ffsll(x) __builtin_ffsll(x) macro