HomeSort by relevance Sort by last modified time
    Searched full:ffsl (Results 1 - 25 of 37) sorted by null

1 2

  /external/jemalloc/include/msvc_compat/
strings.h 4 /* MSVC doesn't define ffs/ffsl. This dummy strings.h header is provided
8 static __forceinline int ffsl(long x) function
20 return (ffsl(x));
  /external/llvm/test/Transforms/InstCombine/
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)
disable-simplify-libcalls.ll 42 declare i32 @ffsl(i64)
266 %ret = call i32 @ffsl(i64 %y)
268 ; CHECK: call i32 @ffsl
  /external/bison/m4/
string_h.m4 30 [ffsl ffsll memmem mempcpy memrchr rawmemchr stpcpy stpncpy strchrnul
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 132 "ffsl",
628 // ffsl is available on at least Darwin, Mac OS X, iOS, FreeBSD, and
630 // http://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/man3/ffsl.3.html
631 // http://svn.freebsd.org/base/user/eri/pf45/head/lib/libc/string/ffsl.c
632 // http://www.gnu.org/software/gnulib/manual/html_node/ffsl.html
641 TLI.setUnavailable(LibFunc::ffsl);
  /external/bison/lib/
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); variable
69 # undef ffsl
71 _GL_WARN_ON_USE (ffsl, "ffsl is not portable - use the ffsl module");
    [all...]
config.in.h 829 /* Define to 1 if ffsl is declared even after undefining macros. */
    [all...]
  /external/clang/test/CodeGen/
builtins.c 77 P(ffsl, (N));
  /external/jemalloc/include/jemalloc/internal/
jemalloc_internal_defs.h 166 * ffs()/ffsl() functions to use for bitmapping. Don't use these directly;
jemalloc_internal_defs.h.in 161 * ffs()/ffsl() functions to use for bitmapping. Don't use these directly;
  /external/bison/darwin-lib/
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 macro
383 _GL_WARN_ON_USE (ffsl, "ffsl is not portable - use the ffsl module");
    [all...]
config.h 830 /* Define to 1 if ffsl is declared even after undefining macros. */
    [all...]
  /external/bison/linux-lib/
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 macro
383 _GL_WARN_ON_USE (ffsl, "ffsl is not portable - use the ffsl module");
    [all...]
config.h 830 /* Define to 1 if ffsl is declared even after undefining macros. */
    [all...]
  /external/jemalloc/
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()])
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 243 /// int ffsl(long int i);
244 ffsl, enumerator in enum:llvm::LibFunc::Func
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 477 Name == "ffsl" || Name == "abs" || Name == "labs" || Name == "llabs")
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
string.h 526 extern int ffsl (long int __l) __THROW __attribute__ ((__const__));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
string.h 526 extern int ffsl (long int __l) __THROW __attribute__ ((__const__));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
builtins.def     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/
libc-2.11.1.so 
libc.so.6 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libc-2.11.1.so 
libc.so.6 

Completed in 618 milliseconds

1 2