Searched defs:fileNamesTable (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/zstd/programs/ |
H A D | dibio.c | 117 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 D | benchzstd.c | 1054 const char* const* fileNamesTable, in BMK_loadFiles() 1106 const char* const* fileNamesTable, in BMK_benchFilesAdvanced() 1248 const char* const* fileNamesTable, in BMK_benchFiles()
|
H A D | util.c | 604 U64 UTIL_getTotalFileSize(const char* const * fileNamesTable, unsigned nbFiles) in UTIL_getTotalFileSize() 1331 … const char** const fileNamesTable = (const char**)malloc(fntCapacity * sizeof(*fileNamesTable)); in UTIL_createExpandedFNT() local
|
/aosp_15_r20/external/lz4/programs/ |
H A D | bench.c | 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 D | util.h | 347 UTIL_STATIC U64 UTIL_getTotalFileSize(const char** fileNamesTable, unsigned nbFiles) in UTIL_getTotalFileSize()
|
/aosp_15_r20/external/zstd/zlibWrapper/examples/ |
H A D | zwrapbench.c | 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/contrib/largeNbDicts/ |
H A D | largeNbDicts.c | 166 const char* const * fileNamesTable, unsigned nbFiles) in loadFiles() 376 createBufferCollection_fromFiles(const char* const * fileNamesTable, unsigned nbFiles) in createBufferCollection_fromFiles()
|
/aosp_15_r20/external/zstd/tests/ |
H A D | paramgrill.c | 1239 static int createBuffers(buffers_t* buff, const char* const * const fileNamesTable, 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 D | fullbench.c | 739 const char** fileNamesTable, const int nbFiles, in benchFiles()
|
/aosp_15_r20/external/lz4/tests/ |
H A D | fullbench.c | 563 int fullSpeedBench(const char** fileNamesTable, int nbFiles) in fullSpeedBench()
|