Home
last modified time | relevance | path

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

/third_party/ulib/jemalloc/include/msvc_compat/
A Dstrings.h9 static __forceinline int ffsl(long x) in ffsl() function
20 return (ffsl(x)); in ffs()
54 # define ffsl(x) __builtin_ffsl(x) macro
/third_party/ulib/musl/src/misc/
A Dffsl.c3 int ffsl(long i) { in ffsl() function
/third_party/ulib/musl/include/
A Dstrings.h23 int ffsl(long);
/third_party/ulib/jemalloc/
A Dconfigure.ac1210 dnl Check for __builtin_ffsl(), then ffsl(3), and fail if neither are found.
1214 dnl ffsl() or __builtin_ffsl() are defined, respectively.
1230 JE_COMPILABLE([a program using ffsl], [
1236 int rv = ffsl(0x08);
1242 AC_DEFINE([JEMALLOC_INTERNAL_FFSL], [ffsl])
1245 AC_MSG_ERROR([Cannot build without ffsl(3) or __builtin_ffsl()])
/third_party/ulib/musl/
A Dmusl-rules.mk424 $(LOCAL_DIR)/src/misc/ffsl.c \

Completed in 14 milliseconds