Symbol: BITSET_WORDS
src/system/libroot/posix/glibc/regex/regcomp.c
1141
for (i = ASCII_CHARS / BITSET_WORD_BITS; i < BITSET_WORDS; ++i)
src/system/libroot/posix/glibc/regex/regcomp.c
3348
for (sbc_idx = 0; sbc_idx < BITSET_WORDS; ++sbc_idx)
src/system/libroot/posix/glibc/regex/regcomp.c
3353
if (sbc_idx < BITSET_WORDS)
src/system/libroot/posix/glibc/regex/regcomp.c
341
for (i = 0, ch = 0; i < BITSET_WORDS; ++i)
src/system/libroot/posix/glibc/regex/regcomp.c
915
for (i = 0, ch = 0; i < BITSET_WORDS; ++i)
src/system/libroot/posix/glibc/regex/regcomp.c
981
for (; i < BITSET_WORDS; ++i)
src/system/libroot/posix/glibc/regex/regex_internal.h
803
set[BITSET_WORDS - 1] =
src/system/libroot/posix/glibc/regex/regex_internal.h
820
set[BITSET_WORDS - 1] =
src/system/libroot/posix/glibc/regex/regex_internal.h
822
& ~set[BITSET_WORDS - 1]);
src/system/libroot/posix/glibc/regex/regex_internal.h
829
for (bitset_i = 0; bitset_i < BITSET_WORDS; ++bitset_i)
src/system/libroot/posix/glibc/regex/regex_internal.h
837
for (bitset_i = 0; bitset_i < BITSET_WORDS; ++bitset_i)
src/system/libroot/posix/glibc/regex/regexec.c
3429
for (i = 0; i < BITSET_WORDS; ++i)
src/system/libroot/posix/glibc/regex/regexec.c
3460
for (i = 0; i < BITSET_WORDS; ++i)
src/system/libroot/posix/glibc/regex/regexec.c
3597
for (j = 0; j < BITSET_WORDS; ++j)
src/system/libroot/posix/glibc/regex/regexec.c
3601
for (j = 0; j < BITSET_WORDS; ++j)
src/system/libroot/posix/glibc/regex/regexec.c
3616
for (j = 0; j < BITSET_WORDS; ++j)
src/system/libroot/posix/glibc/regex/regexec.c
3620
for (j = 0; j < BITSET_WORDS; ++j)
src/system/libroot/posix/glibc/regex/regexec.c
3642
for (k = 0; k < BITSET_WORDS; ++k)
src/system/libroot/posix/glibc/regex/regexec.c
3650
for (k = 0; k < BITSET_WORDS; ++k)