Searched defs:ffsll (Results 1 – 3 of 3) sorted by relevance
26 static __forceinline int ffsll(unsigned __int64 x) { in ffsll() function53 # define ffsll(x) __builtin_ffsll(x) macro
34 ffsll (long long arg) in ffsll() function