Searched defs:ffsll (Results 1 - 8 of 8) sorted by relevance

/external/bison/lib/
H A Dstring.in.h79 _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");
/external/bison/darwin-lib/
H A Dstring.h391 _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");
/external/bison/linux-lib/
H A Dstring.h391 _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");
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dimports.c272 ffsll(long long int val) function
H A Dimports.h570 #define ffsll __builtin_ffsll macro
576 extern int ffsll(long long int i);
/external/mesa3d/src/mesa/main/
H A Dimports.c272 ffsll(long long int val) function
H A Dimports.h568 #define ffsll __builtin_ffsll macro
574 extern int ffsll(long long int i);
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h245 /// int ffsll(long long int i);
246 ffsll, enumerator in enum:llvm::LibFunc::Func

Completed in 426 milliseconds