Home
last modified time | relevance | path

Searched refs:totalSizeToLoad (Results 1 – 1 of 1) sorted by relevance

/external/lz4/programs/
Dbench.c464 U64 const totalSizeToLoad = UTIL_getTotalFileSize(fileNamesTable, nbFiles); in BMK_benchFileTable() local
470 benchedSize = BMK_findMaxMem(totalSizeToLoad * 3) / 3; in BMK_benchFileTable()
472 if ((U64)benchedSize > totalSizeToLoad) benchedSize = (size_t)totalSizeToLoad; in BMK_benchFileTable()
477 if (benchedSize < totalSizeToLoad) in BMK_benchFileTable()