woffset           548 maint/gnulib/lib/bitset/table.c   bitset_windex woffset = windex - eindex * TBITSET_ELT_WORDS;
woffset           565 maint/gnulib/lib/bitset/table.c               bitset_word word = srcp[woffset];
woffset           581 maint/gnulib/lib/bitset/table.c           while (woffset--);
woffset           584 maint/gnulib/lib/bitset/table.c       woffset = TBITSET_ELT_WORDS - 1;
woffset           618 maint/gnulib/lib/bitset/table.c           bitset_windex woffset = eindex * TBITSET_ELT_WORDS;
woffset           621 maint/gnulib/lib/bitset/table.c                (windex - woffset) < TBITSET_ELT_WORDS; windex++)
woffset           623 maint/gnulib/lib/bitset/table.c               bitset_word word = srcp[windex - woffset] >> (bitno % BITSET_WORD_BITS);
woffset           732 maint/gnulib/lib/bitset/table.c           bitset_windex woffset = eindex * TBITSET_ELT_WORDS;
woffset           734 maint/gnulib/lib/bitset/table.c           srcp[windex - woffset]
woffset           737 maint/gnulib/lib/bitset/table.c           for (; (windex - woffset) < TBITSET_ELT_WORDS; windex++)
woffset           738 maint/gnulib/lib/bitset/table.c             srcp[windex - woffset] = 0;