HomeSort by relevance Sort by last modified time
    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