OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BITSET_WORDS
(Results
1 - 3
of
3
) sorted by null
/ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.h
194
#define
BITSET_WORDS
((SBC_MAX + BITSET_WORD_BITS - 1) / BITSET_WORD_BITS)
196
typedef bitset_word_t bitset_t[
BITSET_WORDS
];
768
set[
BITSET_WORDS
- 1] =
785
set[
BITSET_WORDS
- 1] =
787
& ~set[
BITSET_WORDS
- 1]);
794
for (bitset_i = 0; bitset_i <
BITSET_WORDS
; ++bitset_i)
802
for (bitset_i = 0; bitset_i <
BITSET_WORDS
; ++bitset_i)
regexec.c
[
all
...]
regcomp.c
352
for (i = 0, ch = 0; i <
BITSET_WORDS
; ++i)
925
for (i = 0, ch = 0; i <
BITSET_WORDS
; ++i)
955
for (i = 0, ch = 0; i <
BITSET_WORDS
; ++i)
[
all
...]
Completed in 226 milliseconds