HomeSort by relevance Sort by last modified time
    Searched defs:ffsll (Results 1 - 8 of 8) 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/chromium_org/third_party/mesa/src/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);
  /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);
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 222 /// int ffsll(long long int i);
223 ffsll, enumerator in enum:llvm::LibFunc::Func

Completed in 1112 milliseconds