HomeSort by relevance Sort by last modified time
    Searched refs:ffsl (Results 1 - 7 of 7) sorted by null

  /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
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
strings.h 53 int ffsl(long) __pure2;
  /external/clang/test/CodeGen/
builtins.c 77 P(ffsl, (N));
  /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...]
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 331 // ffsl is available on at least Darwin, Mac OS X, iOS, FreeBSD, and
333 // http://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/man3/ffsl.3.html
334 // http://svn.freebsd.org/base/head/lib/libc/string/ffsl.c
335 // http://www.gnu.org/software/gnulib/manual/html_node/ffsl.html
346 TLI.setUnavailable(LibFunc::ffsl);
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]

Completed in 659 milliseconds