dump_bitset_word 5007 src/pdumper.c    dump_bitset_word *restrict bits;
dump_bitset_word 5014 src/pdumper.c    int xword_size = sizeof (dump_bitset_word);
dump_bitset_word 5017 src/pdumper.c    dump_bitset_word *bits = calloc (words_needed, 2 * xword_size);
dump_bitset_word 5027 src/pdumper.c  static dump_bitset_word *
dump_bitset_word 5040 src/pdumper.c    dump_bitset_word bit = 1;
dump_bitset_word 5050 src/pdumper.c    dump_bitset_word *slot = dump_bitset__bit_slot (bitset, bit_number);
dump_bitset_word 5051 src/pdumper.c    dump_bitset_word bit = 1;
dump_bitset_word 5241 src/pdumper.c    dump_bitset_word *swap = dump_private.last_mark_bits.bits;