ffsl 326 maint/gnulib/lib/bitset/base.h return ffsl ((long) word) - 1; ffsl 18 maint/gnulib/lib/ffsl.c #define FUNC ffsl ffsl 145 maint/gnulib/lib/string.in.h _GL_FUNCDECL_SYS (ffsl, int, (long int i)); ffsl 147 maint/gnulib/lib/string.in.h _GL_CXXALIAS_SYS (ffsl, int, (long int i)); ffsl 148 maint/gnulib/lib/string.in.h _GL_CXXALIASWARN (ffsl); ffsl 152 maint/gnulib/lib/string.in.h _GL_WARN_ON_USE (ffsl, "ffsl is not portable - use the ffsl module"); ffsl 23 maint/gnulib/tests/test-ffsl.c SIGNATURE_CHECK (ffsl, int, (long int)); ffsl 48 maint/gnulib/tests/test-ffsl.c ASSERT (ffsl (x) == naive (x)); ffsl 51 maint/gnulib/tests/test-ffsl.c ASSERT (ffsl (1UL << i) == naive (1UL << i)); ffsl 52 maint/gnulib/tests/test-ffsl.c ASSERT (ffsl (1UL << i) == i + 1); ffsl 53 maint/gnulib/tests/test-ffsl.c ASSERT (ffsl (-1UL << i) == i + 1); ffsl 57 maint/gnulib/tests/test-ffsl.c ASSERT (ffsl (3UL << i) == i + 1); ffsl 58 maint/gnulib/tests/test-ffsl.c ASSERT (ffsl (-3UL << i) == i + 1); ffsl 62 maint/gnulib/tests/test-ffsl.c ASSERT (ffsl (5UL << i) == i + 1); ffsl 63 maint/gnulib/tests/test-ffsl.c ASSERT (ffsl (-5UL << i) == i + 1); ffsl 64 maint/gnulib/tests/test-ffsl.c ASSERT (ffsl (7UL << i) == i + 1); ffsl 65 maint/gnulib/tests/test-ffsl.c ASSERT (ffsl (-7UL << i) == i + 1); ffsl 28 maint/gnulib/tests/test-string-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::ffsl, int, (long int));