Home
last modified time | relevance | path

Searched refs:nbFiles (Results 1 - 4 of 4) sorted by relevance

/third_party/lz4/programs/
H A Dutil.h477 UTIL_STATIC U64 UTIL_getTotalFileSize(const char** fileNamesTable, unsigned nbFiles) in UTIL_getTotalFileSize() argument
481 for (n=0; n<nbFiles; n++) in UTIL_getTotalFileSize()
493 size_t dirLength, nbFiles = 0; in UTIL_prepareFileList() local
527 nbFiles += UTIL_prepareFileList(path, bufStart, pos, bufEnd); /* Recursively call "UTIL_prepareFileList" with the new path. */ in UTIL_prepareFileList()
540 nbFiles++; in UTIL_prepareFileList()
547 assert(nbFiles < INT_MAX); in UTIL_prepareFileList()
548 return (int)nbFiles; in UTIL_prepareFileList()
561 int nbFiles = 0;
585 nbFiles += UTIL_prepareFileList(path, bufStart, pos, bufEnd); /* Recursively call "UTIL_prepareFileList" with the new path. */
597 nbFiles
635 unsigned i, nbFiles; UTIL_createFileList() local
[all...]
H A Dbench.c358 const size_t* fileSizes, U32 nbFiles, in BMK_benchMem()
362 U32 const maxNbBlocks = (U32)((srcSize + (blockSize-1)) / blockSize) + nbFiles; in BMK_benchMem()
393 for (nbBlocks=0, fileNb=0; fileNb<nbFiles; fileNb++) { in BMK_benchMem()
631 const size_t* fileSizes, unsigned nbFiles, in BMK_benchCLevel()
650 fileSizes, nbFiles, in BMK_benchCLevel()
661 const char** fileNamesTable, unsigned nbFiles) in BMK_loadFiles()
665 for (n=0; n<nbFiles; n++) { in BMK_loadFiles()
678 nbFiles=n; in BMK_loadFiles()
691 static void BMK_benchFileTable(const char** fileNamesTable, unsigned nbFiles, in BMK_benchFileTable() argument
697 size_t* fileSizes = (size_t*)malloc(nbFiles * sizeo in BMK_benchFileTable()
356 BMK_benchMem(const void* srcBuffer, size_t srcSize, const char* displayName, int cLevel, const size_t* fileSizes, U32 nbFiles, const char* dictBuf, int dictSize) BMK_benchMem() argument
629 BMK_benchCLevel(void* srcBuffer, size_t benchedSize, const char* displayName, int cLevel, int cLevelLast, const size_t* fileSizes, unsigned nbFiles, const char* dictBuf, int dictSize) BMK_benchCLevel() argument
659 BMK_loadFiles(void* buffer, size_t bufferSize, size_t* fileSizes, const char** fileNamesTable, unsigned nbFiles) BMK_loadFiles() argument
758 BMK_benchFilesSeparately(const char** fileNamesTable, unsigned nbFiles, int cLevel, int cLevelLast, const char* dictBuf, int dictSize) BMK_benchFilesSeparately() argument
774 BMK_benchFiles(const char** fileNamesTable, unsigned nbFiles, int cLevel, int cLevelLast, const char* dictFileName) BMK_benchFiles() argument
[all...]
H A Dbench.h40 int BMK_benchFiles(const char** fileNamesTable, unsigned nbFiles,
/third_party/lz4/tests/
H A Dfullbench.c459 int fullSpeedBench(const char** fileNamesTable, int nbFiles) in fullSpeedBench() argument
468 while (fileIdx<nbFiles) { in fullSpeedBench()

Completed in 9 milliseconds