asrc0 54 maint/gnulib/tests/test-bitset.c const bitset asrc0 = bitset_create (nbits, a); asrc0 55 maint/gnulib/tests/test-bitset.c bitset_random (asrc0); asrc0 65 maint/gnulib/tests/test-bitset.c bitset_copy (bsrc0, asrc0); asrc0 78 maint/gnulib/tests/test-bitset.c ASSERT (bitset_count (asrc0) == bitset_count (bsrc0)); asrc0 81 maint/gnulib/tests/test-bitset.c bitset_not (adst, asrc0); asrc0 86 maint/gnulib/tests/test-bitset.c bitset_and (adst, asrc0, asrc1); asrc0 89 maint/gnulib/tests/test-bitset.c ASSERT (bitset_and_cmp (adst, asrc0, asrc1) asrc0 94 maint/gnulib/tests/test-bitset.c bitset_andn (adst, asrc0, asrc1); asrc0 97 maint/gnulib/tests/test-bitset.c ASSERT (bitset_andn_cmp (adst, asrc0, asrc1) asrc0 102 maint/gnulib/tests/test-bitset.c bitset_or (adst, asrc0, asrc1); asrc0 105 maint/gnulib/tests/test-bitset.c ASSERT (bitset_or_cmp (adst, asrc0, asrc1) asrc0 110 maint/gnulib/tests/test-bitset.c bitset_xor (adst, asrc0, asrc1); asrc0 113 maint/gnulib/tests/test-bitset.c ASSERT (bitset_xor_cmp (adst, asrc0, asrc1) asrc0 118 maint/gnulib/tests/test-bitset.c bitset_and_or (adst, asrc0, asrc1, asrc2); asrc0 121 maint/gnulib/tests/test-bitset.c ASSERT (bitset_and_or_cmp (adst, asrc0, asrc1, asrc2) asrc0 126 maint/gnulib/tests/test-bitset.c bitset_andn_or (adst, asrc0, asrc1, asrc2); asrc0 129 maint/gnulib/tests/test-bitset.c ASSERT (bitset_andn_or_cmp (adst, asrc0, asrc1, asrc2) asrc0 134 maint/gnulib/tests/test-bitset.c bitset_or_and (adst, asrc0, asrc1, asrc2); asrc0 137 maint/gnulib/tests/test-bitset.c ASSERT (bitset_or_and_cmp (adst, asrc0, asrc1, asrc2) asrc0 239 maint/gnulib/tests/test-bitset.c bitset_copy (adst, asrc0); asrc0 255 maint/gnulib/tests/test-bitset.c bitset_free (asrc0);