ffsll              18 maint/gnulib/lib/ffsll.c #define FUNC ffsll
ffsll             101 maint/gnulib/lib/ssfmalloc-bitmap.h             size_t found = ffsll (combined);
ffsll             115 maint/gnulib/lib/ssfmalloc-bitmap.h             size_t found = ffsll (combined);
ffsll             130 maint/gnulib/lib/ssfmalloc-bitmap.h             size_t found = ffsll (combined);
ffsll             146 maint/gnulib/lib/ssfmalloc-bitmap.h             size_t found = ffsll (combined);
ffsll             161 maint/gnulib/lib/ssfmalloc-bitmap.h             size_t found = ffsll (combined);
ffsll             177 maint/gnulib/lib/ssfmalloc-bitmap.h             size_t found = ffsll (combined);
ffsll             193 maint/gnulib/lib/ssfmalloc-bitmap.h             size_t found = ffsll (combined);
ffsll             210 maint/gnulib/lib/ssfmalloc-bitmap.h             size_t found = ffsll (combined);
ffsll             227 maint/gnulib/lib/ssfmalloc-bitmap.h             size_t found = ffsll (combined);
ffsll             244 maint/gnulib/lib/ssfmalloc-bitmap.h             size_t found = ffsll (combined);
ffsll             260 maint/gnulib/lib/ssfmalloc-bitmap.h             size_t found = ffsll (combined);
ffsll             277 maint/gnulib/lib/ssfmalloc-bitmap.h             size_t found = ffsll (combined);
ffsll             293 maint/gnulib/lib/ssfmalloc-bitmap.h             size_t found = ffsll (combined);
ffsll             311 maint/gnulib/lib/ssfmalloc-bitmap.h             size_t found = ffsll (combined);
ffsll             328 maint/gnulib/lib/ssfmalloc-bitmap.h             size_t found = ffsll (combined);
ffsll             346 maint/gnulib/lib/ssfmalloc-bitmap.h             size_t found = ffsll (combined);
ffsll             364 maint/gnulib/lib/ssfmalloc-bitmap.h             size_t found = ffsll (combined);
ffsll             382 maint/gnulib/lib/ssfmalloc-bitmap.h             size_t found = ffsll (combined);
ffsll             400 maint/gnulib/lib/ssfmalloc-bitmap.h             size_t found = ffsll (combined);
ffsll             418 maint/gnulib/lib/ssfmalloc-bitmap.h             size_t found = ffsll (combined);
ffsll             436 maint/gnulib/lib/ssfmalloc-bitmap.h             size_t found = ffsll (combined);
ffsll             455 maint/gnulib/lib/ssfmalloc-bitmap.h             size_t found = ffsll (combined);
ffsll             472 maint/gnulib/lib/ssfmalloc-bitmap.h             size_t found = ffsll (combined);
ffsll             490 maint/gnulib/lib/ssfmalloc-bitmap.h             size_t found = ffsll (combined);
ffsll             508 maint/gnulib/lib/ssfmalloc-bitmap.h             size_t found = ffsll (combined);
ffsll             527 maint/gnulib/lib/ssfmalloc-bitmap.h             size_t found = ffsll (combined);
ffsll             545 maint/gnulib/lib/ssfmalloc-bitmap.h             size_t found = ffsll (combined);
ffsll             563 maint/gnulib/lib/ssfmalloc-bitmap.h             size_t found = ffsll (combined);
ffsll             582 maint/gnulib/lib/ssfmalloc-bitmap.h             size_t found = ffsll (combined);
ffsll             601 maint/gnulib/lib/ssfmalloc-bitmap.h             size_t found = ffsll (combined);
ffsll             619 maint/gnulib/lib/ssfmalloc-bitmap.h             size_t found = ffsll (combined);
ffsll             163 maint/gnulib/lib/string.in.h _GL_FUNCDECL_RPL (ffsll, int, (long long int i));
ffsll             164 maint/gnulib/lib/string.in.h _GL_CXXALIAS_RPL (ffsll, int, (long long int i));
ffsll             167 maint/gnulib/lib/string.in.h _GL_FUNCDECL_SYS (ffsll, int, (long long int i));
ffsll             169 maint/gnulib/lib/string.in.h _GL_CXXALIAS_SYS (ffsll, int, (long long int i));
ffsll             171 maint/gnulib/lib/string.in.h _GL_CXXALIASWARN (ffsll);
ffsll             175 maint/gnulib/lib/string.in.h _GL_WARN_ON_USE (ffsll, "ffsll is not portable - use the ffsll module");
ffsll              23 maint/gnulib/tests/test-ffsll.c SIGNATURE_CHECK (ffsll, int, (long long int));
ffsll              48 maint/gnulib/tests/test-ffsll.c     ASSERT (ffsll (x) == naive (x));
ffsll              51 maint/gnulib/tests/test-ffsll.c       ASSERT (ffsll (1ULL << i) == naive (1ULL << i));
ffsll              52 maint/gnulib/tests/test-ffsll.c       ASSERT (ffsll (1ULL << i) == i + 1);
ffsll              53 maint/gnulib/tests/test-ffsll.c       ASSERT (ffsll (-1ULL << i) == i + 1);
ffsll              57 maint/gnulib/tests/test-ffsll.c       ASSERT (ffsll (3ULL << i) == i + 1);
ffsll              58 maint/gnulib/tests/test-ffsll.c       ASSERT (ffsll (-3ULL << i) == i + 1);
ffsll              62 maint/gnulib/tests/test-ffsll.c       ASSERT (ffsll (5ULL << i) == i + 1);
ffsll              63 maint/gnulib/tests/test-ffsll.c       ASSERT (ffsll (-5ULL << i) == i + 1);
ffsll              64 maint/gnulib/tests/test-ffsll.c       ASSERT (ffsll (7ULL << i) == i + 1);
ffsll              65 maint/gnulib/tests/test-ffsll.c       ASSERT (ffsll (-7ULL << i) == i + 1);
ffsll              32 maint/gnulib/tests/test-string-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::ffsll, int, (long long int));