OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxnodes
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/re2/re2/
onepass.cc
390
int
maxnodes
= 2 + byte_inst_count_;
local
392
if (
maxnodes
>= 65000 || dfa_mem_ / 4 / statesize <
maxnodes
)
404
uint8* nodes = new uint8[
maxnodes
*statesize];
450
if (nalloc >=
maxnodes
) {
454
nalloc,
maxnodes
);
/external/regex-re2/re2/
onepass.cc
390
int
maxnodes
= 2 + byte_inst_count_;
local
392
if (
maxnodes
>= 65000 || dfa_mem_ / 4 / statesize <
maxnodes
)
404
uint8* nodes = new uint8[
maxnodes
*statesize];
450
if (nalloc >=
maxnodes
) {
454
nalloc,
maxnodes
);
Completed in 228 milliseconds