HomeSort by relevance Sort by last modified time
    Searched defs:ffsll (Results 1 - 7 of 7) 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
  /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.c 272 ffsll(long long int val) function
imports.h 568 #define ffsll __builtin_ffsll macro
574 extern int ffsll(long long int i);

Completed in 108 milliseconds