Home
last modified time | relevance | path

Searched defs:nbFiles (Results 1 – 3 of 3) sorted by relevance

/third_party/lz4/programs/
Dbench.c358 const size_t* fileSizes, U32 nbFiles, in BMK_benchMem()
631 const size_t* fileSizes, unsigned nbFiles, in BMK_benchCLevel()
661 const char** fileNamesTable, unsigned nbFiles) in BMK_loadFiles()
691 static void BMK_benchFileTable(const char** fileNamesTable, unsigned nbFiles, in BMK_benchFileTable()
758 BMK_benchFilesSeparately(const char** fileNamesTable, unsigned nbFiles, in BMK_benchFilesSeparately()
774 int BMK_benchFiles(const char** fileNamesTable, unsigned nbFiles, in BMK_benchFiles()
Dutil.h477 UTIL_STATIC U64 UTIL_getTotalFileSize(const char** fileNamesTable, unsigned nbFiles) in UTIL_getTotalFileSize()
493 size_t dirLength, nbFiles = 0; in UTIL_prepareFileList() local
561 int nbFiles = 0; in UTIL_prepareFileList() local
635 unsigned i, nbFiles; in UTIL_createFileList() local
/third_party/lz4/tests/
Dfullbench.c459 int fullSpeedBench(const char** fileNamesTable, int nbFiles) in fullSpeedBench()