Searched refs:ffsl (Results 1 – 5 of 5) sorted by relevance
9 static __forceinline int ffsl(long x) in ffsl() function20 return (ffsl(x)); in ffs()54 # define ffsl(x) __builtin_ffsl(x) macro
3 int ffsl(long i) { in ffsl() function
23 int ffsl(long);
1210 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()])
424 $(LOCAL_DIR)/src/misc/ffsl.c \
Completed in 14 milliseconds