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

  /toolchain/binutils/binutils-2.25/gold/
ffsll.c 0 /* ffsll.c -- version of ffsll for gold. */
27 extern int ffsll (long long);
29 /* This file implements ffsll for systems which don't have it. We use
30 ffsll if possible because gcc supports it as a builtin which will
34 ffsll (long long arg) function
system.h 160 extern "C" int ffsll(long long);
output.h     [all...]
configure     [all...]
  /external/jemalloc/include/msvc_compat/
strings.h 28 static __forceinline int ffsll(unsigned __int64 x) function
54 # define ffsll(x) __builtin_ffsll(x) macro
  /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/mesa3d/src/mesa/main/
imports.h 568 #define ffsll __builtin_ffsll macro
574 extern int ffsll(long long int i);
arrayobj.c 294 GLint attrib = ffsll(enabled) - 1;
imports.c 272 ffsll(long long int val) function
  /external/clang/test/CodeGen/
builtins.c 78 P(ffsll, (N));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
string.h 528 __extension__ extern int ffsll (long long int __ll)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
string.h 530 __extension__ extern int ffsll (long long int __ll)
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 344 // ffsll is available on at least FreeBSD and Linux (GLIBC):
345 // http://svn.freebsd.org/base/head/lib/libc/string/ffsll.c
346 // http://www.gnu.org/software/gnulib/manual/html_node/ffsll.html
357 TLI.setUnavailable(LibFunc::ffsll);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_draw_upload.c 388 GLuint i = ffsll(vs_inputs) - 1;
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/bison/
configure     [all...]

Completed in 395 milliseconds