Searched refs:nbFiles (Results 1 – 4 of 4) sorted by relevance
/third_party/lz4/programs/ |
D | util.h | 418 UTIL_STATIC U64 UTIL_getTotalFileSize(const char** fileNamesTable, unsigned nbFiles) in UTIL_getTotalFileSize() argument 422 for (n=0; n<nbFiles; n++) in UTIL_getTotalFileSize() 447 size_t dirLength, nbFiles = 0; in UTIL_prepareFileList() local 481 …nbFiles += UTIL_prepareFileList(path, bufStart, pos, bufEnd); /* Recursively call "UTIL_prepareFi… in UTIL_prepareFileList() 494 nbFiles++; in UTIL_prepareFileList() 501 assert(nbFiles < INT_MAX); in UTIL_prepareFileList() 502 return (int)nbFiles; in UTIL_prepareFileList() 514 int dirLength, nbFiles = 0; in UTIL_prepareFileList() local 538 …nbFiles += UTIL_prepareFileList(path, bufStart, pos, bufEnd); /* Recursively call "UTIL_prepareFi… in UTIL_prepareFileList() 550 nbFiles++; in UTIL_prepareFileList() [all …]
|
D | bench.c | 321 const size_t* fileSizes, U32 nbFiles, in BMK_benchMem() argument 325 U32 const maxNbBlocks = (U32) ((srcSize + (blockSize-1)) / blockSize) + nbFiles; in BMK_benchMem() 348 for (nbBlocks=0, fileNb=0; fileNb<nbFiles; fileNb++) { in BMK_benchMem() 554 const size_t* fileSizes, unsigned nbFiles, in BMK_benchCLevel() argument 573 fileSizes, nbFiles, in BMK_benchCLevel() 584 const char** fileNamesTable, unsigned nbFiles) in BMK_loadFiles() argument 588 for (n=0; n<nbFiles; n++) { in BMK_loadFiles() 601 nbFiles=n; in BMK_loadFiles() 614 static void BMK_benchFileTable(const char** fileNamesTable, unsigned nbFiles, in BMK_benchFileTable() argument 620 size_t* fileSizes = (size_t*)malloc(nbFiles * sizeof(size_t)); in BMK_benchFileTable() [all …]
|
D | bench.h | 28 int BMK_benchFiles(const char** fileNamesTable, unsigned nbFiles,
|
/third_party/lz4/tests/ |
D | fullbench.c | 433 int fullSpeedBench(const char** fileNamesTable, int nbFiles) in fullSpeedBench() argument 442 while (fileIdx<nbFiles) { in fullSpeedBench()
|