Home
last modified time | relevance | path

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

/aosp_15_r20/external/zstd/programs/
H A Dbenchzstd.c418 unsigned nbFiles, in BMK_benchMemAdvancedNoAlloc()
776 unsigned nbFiles, in BMK_benchMemAdvanced()
897 unsigned nbFiles, in BMK_benchMem()
926 unsigned nbFiles, in BMK_benchCLevel()
1055 unsigned nbFiles, in BMK_loadFiles()
1107 unsigned nbFiles, in BMK_benchFilesAdvanced()
1249 unsigned nbFiles, in BMK_benchFiles()
H A Ddibio.c117 const char** fileNamesTable, int nbFiles, in DiB_loadFiles()
197 static void DiB_shuffle(const char** fileNamesTable, unsigned nbFiles) { in DiB_shuffle()
271 static fileStats DiB_fileStats(const char** fileNamesTable, int nbFiles, size_t chunkSize, int disp… in DiB_fileStats()
313 const char** fileNamesTable, int nbFiles, size_t chunkSize, in DiB_trainFromFiles()
H A Dutil.c604 U64 UTIL_getTotalFileSize(const char* const * fileNamesTable, unsigned nbFiles) in UTIL_getTotalFileSize()
647 int nbFiles = 0; in readLinesFromFile() local
676 size_t nbFiles = 0; in UTIL_createFileNamesTable_fromFileName() local
833 int nbFiles = 0; in UTIL_prepareFileList() local
899 int nbFiles = 0; in UTIL_prepareFileList() local
1300 unsigned nbFiles; in UTIL_createExpandedFNT() local
H A Dfileio.c871 int FIO_checkFilenameCollisions(const char** filenameTable, unsigned nbFiles) { in FIO_checkFilenameCollisions()
2201 static unsigned long long FIO_getLargestFileSize(const char** inFileNames, unsigned nbFiles) in FIO_getLargestFileSize()
3165 U32 nbFiles; member
/aosp_15_r20/external/lz4/programs/
H A Dbench.c362 const size_t* fileSizes, U32 nbFiles, in BMK_benchMem()
648 const size_t* fileSizes, unsigned nbFiles, in BMK_benchCLevel()
680 const char** fileNamesTable, unsigned nbFiles) in BMK_loadFiles()
710 static int BMK_benchFileTable(const char** fileNamesTable, unsigned nbFiles, in BMK_benchFileTable()
785 BMK_benchFilesSeparately(const char** fileNamesTable, unsigned nbFiles, in BMK_benchFilesSeparately()
802 int BMK_benchFiles(const char** fileNamesTable, unsigned nbFiles, in BMK_benchFiles()
H A Dutil.h347 UTIL_STATIC U64 UTIL_getTotalFileSize(const char** fileNamesTable, unsigned nbFiles) in UTIL_getTotalFileSize()
363 size_t dirLength, nbFiles = 0; in UTIL_prepareFileList() local
431 int nbFiles = 0; in UTIL_prepareFileList() local
505 unsigned i, nbFiles; in UTIL_createFileList() local
/aosp_15_r20/external/zstd/zlibWrapper/examples/
H A Dzwrapbench.c153 const size_t* fileSizes, U32 nbFiles, in BMK_benchMem()
603 const size_t* fileSizes, unsigned nbFiles, in BMK_benchCLevel()
696 const char** fileNamesTable, unsigned nbFiles) in BMK_loadFiles()
728 static void BMK_benchFileTable(const char** fileNamesTable, unsigned nbFiles, in BMK_benchFileTable()
801 static int BMK_benchFiles(const char** fileNamesTable, unsigned nbFiles, in BMK_benchFiles()
/aosp_15_r20/external/zstd/lib/dictBuilder/
H A Dzdict.c467 const size_t* fileSizes, unsigned nbFiles, in ZDICT_trainBuffer_legacy()
621 static size_t ZDICT_totalSampleSize(const size_t* fileSizes, unsigned nbFiles) in ZDICT_totalSampleSize()
661 const void* srcBuffer, const size_t* fileSizes, unsigned nbFiles, in ZDICT_analyzeEntropy()
/aosp_15_r20/external/zstd/contrib/largeNbDicts/
H A DlargeNbDicts.c166 const char* const * fileNamesTable, unsigned nbFiles) in loadFiles()
376 createBufferCollection_fromFiles(const char* const * fileNamesTable, unsigned nbFiles) in createBufferCollection_fromFiles()
793 int bench(const char **fileNameTable, unsigned nbFiles, const char *dictionary, in bench()
/aosp_15_r20/external/zstd/tests/
H A Dparamgrill.c1161 static int createBuffersFromMemory(buffers_t* buff, void * srcBuffer, const size_t nbFiles, in createBuffersFromMemory()
1240 size_t nbFiles) { in createBuffers()
2115 static int benchFiles(const char** fileNamesTable, int nbFiles, in benchFiles()
2363 optimizeForSize(const char* const * const fileNamesTable, const size_t nbFiles, in optimizeForSize()
H A Dfullbench.c739 const char** fileNamesTable, const int nbFiles, in benchFiles()
/aosp_15_r20/external/lz4/tests/
H A Dfullbench.c563 int fullSpeedBench(const char** fileNamesTable, int nbFiles) in fullSpeedBench()