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 369 if (threads > IMAGE_MAX_THREADS) {
370 threads = IMAGE_MAX_THREADS;
main.cpp 325 ctx.threads = (int)parse_arg(optarg, "threads", IMAGE_MAX_THREADS);

Completed in 57 milliseconds