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

  /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/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...]
  /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...]
  /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...]
  /external/clang/test/CodeGen/
builtins.c 77 P(ffsl, (N));
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 243 /// int ffsl(long int i);
244 ffsl, enumerator in enum:llvm::LibFunc::Func
  /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);
  /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__));
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/bison/
configure     [all...]

Completed in 329 milliseconds