Searched defs:nbFiles (Results 1 – 3 of 3) sorted by relevance
/external/lz4/programs/ |
D | bench.c | 160 const size_t* fileSizes, U32 nbFiles) in BMK_benchMem() 388 const size_t* fileSizes, unsigned nbFiles) in BMK_benchCLevel() 416 const char** fileNamesTable, unsigned nbFiles) in BMK_loadFiles() 443 static void BMK_benchFileTable(const char** fileNamesTable, unsigned nbFiles, in BMK_benchFileTable() 501 int BMK_benchFiles(const char** fileNamesTable, unsigned nbFiles, in BMK_benchFiles()
|
D | util.h | 225 UTIL_STATIC U64 UTIL_getTotalFileSize(const char** fileNamesTable, unsigned nbFiles) in UTIL_getTotalFileSize() 285 int dirLength, fnameLength, pathLength, nbFiles = 0; in UTIL_prepareFileList() local 351 int dirLength, fnameLength, pathLength, nbFiles = 0; in UTIL_prepareFileList() local 421 unsigned i, nbFiles; in UTIL_createFileList() local
|
/external/lz4/tests/ |
D | fullbench.c | 318 int fullSpeedBench(const char** fileNamesTable, int nbFiles) in fullSpeedBench()
|