OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IMAGE_MAX_THREADS
(Results
1 - 3
of
3
) sorted by null
/system/extras/verity/fec/
image.h
27
#define
IMAGE_MAX_THREADS
128
image.cpp
555
if (threads >
IMAGE_MAX_THREADS
) {
556
threads =
IMAGE_MAX_THREADS
;
main.cpp
324
ctx.threads = (int)parse_arg(optarg, "threads",
IMAGE_MAX_THREADS
);
Completed in 362 milliseconds