Home
last modified time | relevance | path

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

/external/lz4/programs/
Dbench.c449 U64 const totalSizeToLoad = UTIL_getTotalFileSize(fileNamesTable, nbFiles); in BMK_benchFileTable() local
455 benchedSize = BMK_findMaxMem(totalSizeToLoad * 3) / 3; in BMK_benchFileTable()
457 if ((U64)benchedSize > totalSizeToLoad) benchedSize = (size_t)totalSizeToLoad; in BMK_benchFileTable()
458 if (benchedSize < totalSizeToLoad) in BMK_benchFileTable()