OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IMAGE_MIN_THREADS
(Results
1 - 2
of
2
) sorted by null
/system/extras/verity/fec/
image.h
26
#define
IMAGE_MIN_THREADS
1
image.cpp
542
if (threads <
IMAGE_MIN_THREADS
) {
545
if (threads <
IMAGE_MIN_THREADS
) {
546
threads =
IMAGE_MIN_THREADS
;
Completed in 51 milliseconds