Home
last modified time | relevance | path

Searched refs:ffsll (Results 1 – 5 of 5) sorted by relevance

/third_party/ulib/jemalloc/include/msvc_compat/
A Dstrings.h27 static __forceinline int ffsll(unsigned __int64 x) in ffsll() function
53 # define ffsll(x) __builtin_ffsll(x) macro
/third_party/ulib/musl/src/misc/
A Dffsll.c3 int ffsll(long long i) { in ffsll() function
/third_party/ulib/musl/include/
A Dstrings.h24 int ffsll(long long);
/third_party/ulib/musl/
A Dmusl-rules.mk425 $(LOCAL_DIR)/src/misc/ffsll.c \
/third_party/ulib/jemalloc/
A Dconfigure.ac1241 AC_DEFINE([JEMALLOC_INTERNAL_FFSLL], [ffsll])

Completed in 9 milliseconds