Home
last modified time | relevance | path

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

/external/jemalloc/include/msvc_compat/
Dstrings.h8 static __forceinline int ffsl(long x) in ffsl() function
20 return (ffsl(x)); in ffs()
/external/llvm/test/Transforms/InstCombine/
Dffs-1.ll9 declare i32 @ffsl(i32)
23 %ret = call i32 @ffsl(i32 0)
60 %ret = call i32 @ffsl(i32 65536)
115 %ret = call i32 @ffsl(i32 %x)
Ddisable-simplify-libcalls.ll42 declare i32 @ffsl(i64)
266 %ret = call i32 @ffsl(i64 %y)
268 ; CHECK: call i32 @ffsl
/external/bison/lib/
Dstring.in.h64 _GL_FUNCDECL_SYS (ffsl, int, (long int i));
66 _GL_CXXALIAS_SYS (ffsl, int, (long int i));
67 _GL_CXXALIASWARN (ffsl);
69 # undef ffsl
71 _GL_WARN_ON_USE (ffsl, "ffsl is not portable - use the ffsl module");
/external/bison/linux-lib/
Dstring.h376 _GL_FUNCDECL_SYS (ffsl, int, (long int i));
378 _GL_CXXALIAS_SYS (ffsl, int, (long int i));
379 _GL_CXXALIASWARN (ffsl);
381 # undef ffsl
383 _GL_WARN_ON_USE (ffsl, "ffsl is not portable - use the ffsl module");
/external/bison/darwin-lib/
Dstring.h376 _GL_FUNCDECL_SYS (ffsl, int, (long int i));
378 _GL_CXXALIAS_SYS (ffsl, int, (long int i));
379 _GL_CXXALIASWARN (ffsl);
381 # undef ffsl
383 _GL_WARN_ON_USE (ffsl, "ffsl is not portable - use the ffsl module");
/external/clang/test/CodeGen/
Dbuiltins.c77 P(ffsl, (N)); in main()
/external/bison/m4/
Dstring_h.m430 [ffsl ffsll memmem mempcpy memrchr rawmemchr stpcpy stpncpy strchrnul
/external/jemalloc/
Dconfigure.ac939 dnl Check for __builtin_ffsl(), then ffsl(3), and fail if neither are found.
943 dnl ffsl() or __builtin_ffsl() are defined, respectively.
958 JE_COMPILABLE([a program using ffsl], [
964 int rv = ffsl(0x08);
969 AC_DEFINE([JEMALLOC_INTERNAL_FFSL], [ffsl])
972 AC_MSG_ERROR([Cannot build without ffsl(3) or __builtin_ffsl()])
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h244 ffsl, enumerator
/external/jemalloc/include/jemalloc/internal/
Djemalloc_internal_defs.h.in161 * ffs()/ffsl() functions to use for bitmapping. Don't use these directly;
/external/llvm/lib/Target/
DTargetLibraryInfo.cpp641 TLI.setUnavailable(LibFunc::ffsl); in initialize()
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp2188 case LibFunc::ffsl: in lookupOptimization()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1204_abilist.txt1943 fun:ffsl=uninstrumented
/external/bison/
Dconfigure19514 …for gl_func in ffsl ffsll memmem mempcpy memrchr rawmemchr stpcpy stpncpy strchrnul strdup st…