Searched refs:ffsl (Results 1 - 8 of 8) sorted by relevance

/external/jemalloc/include/msvc_compat/
H A Dstrings.h4 /* MSVC doesn't define ffs/ffsl. This dummy strings.h header is provided
8 static __forceinline int ffsl(long x) function
20 return (ffsl(x));
/external/bison/lib/
H A Dstring.in.h64 _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");
/external/bison/darwin-lib/
H A Dstring.h376 _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");
/external/bison/linux-lib/
H A Dstring.h376 _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");
/external/clang/test/CodeGen/
H A Dbuiltins.c77 P(ffsl, (N));
/external/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp311 // ffsl is available on at least Darwin, Mac OS X, iOS, FreeBSD, and
313 // http://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/man3/ffsl.3.html
314 // http://svn.freebsd.org/base/user/eri/pf45/head/lib/libc/string/ffsl.c
315 // http://www.gnu.org/software/gnulib/manual/html_node/ffsl.html
324 TLI.setUnavailable(LibFunc::ffsl);
/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2048 case LibFunc::ffsl:
/external/bison/
H A Dconfigure19514 for gl_func in ffsl ffsll memmem mempcpy memrchr rawmemchr stpcpy stpncpy strchrnul strdup strncat strndup strnlen strpbrk strsep strcasestr strtok_r strerror_r strsignal strverscmp; do

Completed in 346 milliseconds