Searched defs:bitset_i (Results 1 - 1 of 1) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dregex_internal.h781 int bitset_i;
782 for (bitset_i = 0; bitset_i < SBC_MAX / BITSET_WORD_BITS; ++bitset_i)
783 set[bitset_i] = ~set[bitset_i];
793 int bitset_i;
794 for (bitset_i = 0; bitset_i < BITSET_WORDS; ++bitset_i)
780 int bitset_i; local
792 int bitset_i; local
800 int bitset_i; local
[all...]

Completed in 24 milliseconds