HomeSort by relevance Sort by last modified time
    Searched full:ffsl (Results 1 - 25 of 39) 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
9 static __forceinline int ffsl(long x) function
21 return (ffsl(x));
55 # define ffsl(x) __builtin_ffsl(x) macro
  /external/llvm/test/Transforms/InstCombine/
ffs-1.ll 12 declare i32 @ffsl(i32)
26 %ret = call i32 @ffsl(i32 0)
63 %ret = call i32 @ffsl(i32 65536)
118 %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/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/llvm/lib/Analysis/
TargetLibraryInfo.cpp 326 // ffsl is available on at least Darwin, Mac OS X, iOS, FreeBSD, and
328 // http://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/man3/ffsl.3.html
329 // http://svn.freebsd.org/base/head/lib/libc/string/ffsl.c
330 // http://www.gnu.org/software/gnulib/manual/html_node/ffsl.html
341 TLI.setUnavailable(LibFunc::ffsl);
  /external/jemalloc/include/jemalloc/internal/
bitmap.h 20 * force linear search, if we would have to call ffsl more than 2^3 times, use a
  /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/llvm/include/llvm/Analysis/
TargetLibraryInfo.def 456 /// int ffsl(long int i);
457 TLI_DEFINE_ENUM_INTERNAL(ffsl)
458 TLI_DEFINE_STRING_INTERNAL("ffsl")
    [all...]
TargetTransformInfoImpl.h 192 Name == "ffs" || Name == "ffsl" || Name == "abs" || Name == "labs" ||
  /external/jemalloc/
configure.ac 1045 dnl Check for __builtin_ffsl(), then ffsl(3), and fail if neither are found.
1049 dnl ffsl() or __builtin_ffsl() are defined, respectively.
1065 JE_COMPILABLE([a program using ffsl], [
1071 int rv = ffsl(0x08);
1077 AC_DEFINE([JEMALLOC_INTERNAL_FFSL], [ffsl])
1080 AC_MSG_ERROR([Cannot build without ffsl(3) or __builtin_ffsl()])
    [all...]
  /external/clang/test/CodeGen/
builtins.c 77 P(ffsl, (N));
  /prebuilts/android-emulator/
README 217 2e51014 util/oslib-win32.c: Add ffs() and ffsl() implementations.
  /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-linux-glibc2.15-4.8/sysroot/usr/include/
string.h 528 extern int ffsl (long int __l) __THROW __attribute__ ((__const__));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
string.h 1966 # define ffsl macro
    [all...]
  /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.8/sysroot/usr/lib32/
libc-2.11.1.so 
libc.so.6 
  /external/compiler-rt/lib/dfsan/
libc_ubuntu1404_abilist.txt     [all...]

Completed in 2617 milliseconds

1 2