HomeSort by relevance Sort by last modified time
    Searched defs:ffsl (Results 1 - 4 of 4) sorted by null

  /external/bison/lib/
string.in.h 64 _GL_FUNCDECL_SYS (ffsl, int, (long int i));
66 _GL_CXXALIAS_SYS (ffsl, int, (long int i));
67 _GL_CXXALIASWARN (ffsl); variable
69 # undef ffsl
71 _GL_WARN_ON_USE (ffsl, "ffsl is not portable - use the ffsl module");
    [all...]
  /external/bison/darwin-lib/
string.h 376 _GL_FUNCDECL_SYS (ffsl, int, (long int i));
378 _GL_CXXALIAS_SYS (ffsl, int, (long int i));
379 _GL_CXXALIASWARN (ffsl);
381 # undef ffsl macro
383 _GL_WARN_ON_USE (ffsl, "ffsl is not portable - use the ffsl module");
    [all...]
  /external/bison/linux-lib/
string.h 376 _GL_FUNCDECL_SYS (ffsl, int, (long int i));
378 _GL_CXXALIAS_SYS (ffsl, int, (long int i));
379 _GL_CXXALIASWARN (ffsl);
381 # undef ffsl macro
383 _GL_WARN_ON_USE (ffsl, "ffsl is not portable - use the ffsl module");
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 220 /// int ffsl(long int i);
221 ffsl, enumerator in enum:llvm::LibFunc::Func

Completed in 164 milliseconds