Searched refs:nbFiles (Results 1 – 4 of 4) sorted by relevance
/external/lz4/programs/ |
D | bench.c | 165 const size_t* fileSizes, U32 nbFiles) in BMK_benchMem() argument 168 U32 const maxNbBlocks = (U32) ((srcSize + (blockSize-1)) / blockSize) + nbFiles; in BMK_benchMem() 202 for (nbBlocks=0, fileNb=0; fileNb<nbFiles; fileNb++) { in BMK_benchMem() 400 const size_t* fileSizes, unsigned nbFiles) in BMK_benchCLevel() argument 418 fileSizes, nbFiles); in BMK_benchCLevel() 428 const char** fileNamesTable, unsigned nbFiles) in BMK_loadFiles() argument 432 for (n=0; n<nbFiles; n++) { in BMK_loadFiles() 445 nbFiles=n; in BMK_loadFiles() 458 static void BMK_benchFileTable(const char** fileNamesTable, unsigned nbFiles, in BMK_benchFileTable() argument 463 size_t* fileSizes = (size_t*)malloc(nbFiles * sizeof(size_t)); in BMK_benchFileTable() [all …]
|
D | util.h | 364 UTIL_STATIC U64 UTIL_getTotalFileSize(const char** fileNamesTable, unsigned nbFiles) in UTIL_getTotalFileSize() argument 368 for (n=0; n<nbFiles; n++) in UTIL_getTotalFileSize() 393 int dirLength, fnameLength, pathLength, nbFiles = 0; in UTIL_prepareFileList() local 426 …nbFiles += UTIL_prepareFileList(path, bufStart, pos, bufEnd); /* Recursively call "UTIL_prepareFi… in UTIL_prepareFileList() 439 nbFiles++; in UTIL_prepareFileList() 446 return nbFiles; in UTIL_prepareFileList() 459 int dirLength, fnameLength, pathLength, nbFiles = 0; in UTIL_prepareFileList() local 481 …nbFiles += UTIL_prepareFileList(path, bufStart, pos, bufEnd); /* Recursively call "UTIL_prepareFi… in UTIL_prepareFileList() 493 nbFiles++; in UTIL_prepareFileList() 506 return nbFiles; in UTIL_prepareFileList() [all …]
|
D | bench.h | 28 int BMK_benchFiles(const char** fileNamesTable, unsigned nbFiles,
|
/external/lz4/tests/ |
D | fullbench.c | 348 int fullSpeedBench(const char** fileNamesTable, int nbFiles) in fullSpeedBench() argument 357 while (fileIdx<nbFiles) { in fullSpeedBench()
|