HomeSort by relevance Sort by last modified time
    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 356 if (threads < IMAGE_MIN_THREADS) {
359 if (threads < IMAGE_MIN_THREADS) {
360 threads = IMAGE_MIN_THREADS;

Completed in 521 milliseconds