Searched defs:ffsll (Results 1 – 4 of 4) sorted by relevance
26 static __forceinline int ffsll(unsigned __int64 x) { in ffsll() function53 # define ffsll(x) __builtin_ffsll(x) macro
28 static __forceinline int ffsll(unsigned __int64 x) in ffsll() function54 # define ffsll(x) __builtin_ffsll(x) macro
66 ffsll(long long int val) in ffsll() function
69 #define ffsll __builtin_ffsll macro