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

  /external/bison/lib/
string.in.h 79 _GL_FUNCDECL_SYS (ffsll, int, (long long int i));
81 _GL_CXXALIAS_SYS (ffsll, int, (long long int i));
82 _GL_CXXALIASWARN (ffsll); variable
84 # undef ffsll macro
86 _GL_WARN_ON_USE (ffsll, "ffsll is not portable - use the ffsll module");
    [all...]
  /external/bison/darwin-lib/
string.h 391 _GL_FUNCDECL_SYS (ffsll, int, (long long int i));
393 _GL_CXXALIAS_SYS (ffsll, int, (long long int i));
394 _GL_CXXALIASWARN (ffsll);
396 # undef ffsll macro
398 _GL_WARN_ON_USE (ffsll, "ffsll is not portable - use the ffsll module");
    [all...]
  /external/bison/linux-lib/
string.h 391 _GL_FUNCDECL_SYS (ffsll, int, (long long int i));
393 _GL_CXXALIAS_SYS (ffsll, int, (long long int i));
394 _GL_CXXALIASWARN (ffsll);
396 # undef ffsll macro
398 _GL_WARN_ON_USE (ffsll, "ffsll is not portable - use the ffsll module");
    [all...]
  /external/clang/test/CodeGen/
builtins.c 78 P(ffsll, (N));
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 212 /// int ffsll(long long int i);
213 ffsll, enumerator in enum:llvm::LibFunc::Func
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
string.h 325 __extension__ extern int ffsll (long long int __ll)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
string.h 325 __extension__ extern int ffsll (long long int __ll)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
string.h 325 __extension__ extern int ffsll (long long int __ll)
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 122 "ffsll",
546 // ffsll is available on at least FreeBSD and Linux (GLIBC):
547 // http://svn.freebsd.org/base/user/eri/pf45/head/lib/libc/string/ffsll.c
548 // http://www.gnu.org/software/gnulib/manual/html_node/ffsll.html
554 TLI.setUnavailable(LibFunc::ffsll);
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/bison/
configure     [all...]

Completed in 643 milliseconds