Searched refs:ffsll (Results 1 – 5 of 5) sorted by relevance
27 static __forceinline int ffsll(unsigned __int64 x) in ffsll() function53 # define ffsll(x) __builtin_ffsll(x) macro
3 int ffsll(long long i) { in ffsll() function
24 int ffsll(long long);
425 $(LOCAL_DIR)/src/misc/ffsll.c \
1241 AC_DEFINE([JEMALLOC_INTERNAL_FFSLL], [ffsll])
Completed in 9 milliseconds