Searched refs:ffsl (Results 1 – 15 of 15) sorted by relevance
/external/jemalloc/include/msvc_compat/ |
D | strings.h | 8 static __forceinline int ffsl(long x) in ffsl() function 20 return (ffsl(x)); in ffs()
|
/external/llvm/test/Transforms/InstCombine/ |
D | ffs-1.ll | 9 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)
|
D | disable-simplify-libcalls.ll | 42 declare i32 @ffsl(i64) 266 %ret = call i32 @ffsl(i64 %y) 268 ; CHECK: call i32 @ffsl
|
/external/bison/lib/ |
D | string.in.h | 64 _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/ |
D | string.h | 376 _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/ |
D | string.h | 376 _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/ |
D | builtins.c | 77 P(ffsl, (N)); in main()
|
/external/bison/m4/ |
D | string_h.m4 | 30 [ffsl ffsll memmem mempcpy memrchr rawmemchr stpcpy stpncpy strchrnul
|
/external/jemalloc/ |
D | configure.ac | 939 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/ |
D | TargetLibraryInfo.h | 244 ffsl, enumerator
|
/external/jemalloc/include/jemalloc/internal/ |
D | jemalloc_internal_defs.h.in | 161 * ffs()/ffsl() functions to use for bitmapping. Don't use these directly;
|
/external/llvm/lib/Target/ |
D | TargetLibraryInfo.cpp | 641 TLI.setUnavailable(LibFunc::ffsl); in initialize()
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 2188 case LibFunc::ffsl: in lookupOptimization()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1204_abilist.txt | 1943 fun:ffsl=uninstrumented
|
/external/bison/ |
D | configure | 19514 …for gl_func in ffsl ffsll memmem mempcpy memrchr rawmemchr stpcpy stpncpy strchrnul strdup st…
|