OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SBC_MAX
(Results
1 - 3
of
3
) sorted by null
/ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.h
107
#define
SBC_MAX
(UCHAR_MAX + 1)
185
# define BITSET_WORD_BITS 257 /* any value >
SBC_MAX
will do here */
186
# if BITSET_WORD_BITS <=
SBC_MAX
187
# error "Invalid
SBC_MAX
"
194
#define BITSET_WORDS ((
SBC_MAX
+ BITSET_WORD_BITS - 1) / BITSET_WORD_BITS)
766
memset (set, -1, sizeof (bitset_word_t) * (
SBC_MAX
/ BITSET_WORD_BITS));
767
if (
SBC_MAX
% BITSET_WORD_BITS != 0)
769
((bitset_word_t) 1 <<
SBC_MAX
% BITSET_WORD_BITS) - 1;
782
for (bitset_i = 0; bitset_i <
SBC_MAX
/ BITSET_WORD_BITS; ++bitset_i)
784
if (
SBC_MAX
% BITSET_WORD_BITS != 0
[
all
...]
regcomp.c
284
memset (fastmap, '\0', sizeof (char) *
SBC_MAX
);
379
for (i = 0; i <
SBC_MAX
; ++i)
433
memset (fastmap, '\1', sizeof (char) *
SBC_MAX
);
493
preg->fastmap = re_malloc (char,
SBC_MAX
);
605
>> (
SBC_MAX
% BITSET_WORD_BITS == 0
607
: BITSET_WORD_BITS -
SBC_MAX
% BITSET_WORD_BITS))
722
re_comp_buf.fastmap = (char *) malloc (
SBC_MAX
);
[
all
...]
regexec.c
[
all
...]
Completed in 29 milliseconds