OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxArgs
(Results
1 - 4
of
4
) sorted by null
/external/pcre/dist/
pcrecpp.cc
55
static const int
kMaxArgs
= 16;
56
static const int kVecSize = (1 +
kMaxArgs
) * 3; // results + PCRE workspace
169
const Arg* args[
kMaxArgs
];
211
const Arg* args[
kMaxArgs
];
253
const Arg* args[
kMaxArgs
];
301
const Arg* args[
kMaxArgs
];
/external/regex-re2/util/
pcre.cc
28
static const int
kMaxArgs
= 16;
29
static const int kVecSize = (1 +
kMaxArgs
) * 3; // results + PCRE workspace
160
const Arg* args[
kMaxArgs
];
203
const Arg* args[
kMaxArgs
];
246
const Arg* args[
kMaxArgs
];
295
const Arg* args[
kMaxArgs
];
[
all
...]
/external/v8/src/
d8-posix.cc
211
for (unsigned i = 0; i <
kMaxArgs
; i++) {
219
static const unsigned
kMaxArgs
= 1000;
224
char* exec_args_[
kMaxArgs
+ 1];
485
if (command_args->Length() > ExecArgs::
kMaxArgs
) {
/external/regex-re2/re2/
re2.cc
26
static const int
kMaxArgs
= 16;
27
static const int kVecSize = 1+
kMaxArgs
;
[
all
...]
Completed in 433 milliseconds