OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_255
(Results
1 - 6
of
6
) sorted by null
/external/pcre/dist2/src/
pcre2_intmodedep.h
71
#undef
MAX_255
202
/* Other macros that are different for 8-bit mode. The
MAX_255
macro checks
210
#define
MAX_255
(c) TRUE
218
#define
MAX_255
(c) ((c) <= 255u)
221
#define TABLE_GET(c, table, default) (
MAX_255
(c)? ((table)[c]):(default))
[
all
...]
pcre2_match.c
[
all
...]
pcre2_substitute.c
483
while (
MAX_255
(next) && (ctypes[next] & ctype_word) != 0)
pcre2_compile.c
72
#define XDIGIT(c) (
MAX_255
(c)? xdigitab[c] : 0xff)
[
all
...]
pcre2_study.c
765
else if (
MAX_255
(c)) SET_BIT(re->tables[fcc_offset + c]);
[
all
...]
pcre2_jit_compile.c
[
all
...]
Completed in 159 milliseconds