Home
last modified time | relevance | path

Searched refs:UTIL_getTotalFileSize (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/zstd/programs/
H A Dutil.h213 U64 UTIL_getTotalFileSize(const char* const * fileNamesTable, unsigned nbFiles);
H A Dbenchzstd.c1120 U64 const totalSizeToLoad = UTIL_getTotalFileSize(fileNamesTable, nbFiles); in BMK_benchFilesAdvanced()
H A Dutil.c604 U64 UTIL_getTotalFileSize(const char* const * fileNamesTable, unsigned nbFiles) in UTIL_getTotalFileSize() function
/aosp_15_r20/external/lz4/programs/
H A Dutil.h347 UTIL_STATIC U64 UTIL_getTotalFileSize(const char** fileNamesTable, unsigned nbFiles) in UTIL_getTotalFileSize() function
H A Dbench.c718 U64 const totalSizeToLoad = UTIL_getTotalFileSize(fileNamesTable, nbFiles); in BMK_benchFileTable()
/aosp_15_r20/external/zstd/contrib/largeNbDicts/
H A DlargeNbDicts.c378 U64 const totalSizeToLoad = UTIL_getTotalFileSize(fileNamesTable, nbFiles); in createBufferCollection_fromFiles()
/aosp_15_r20/external/zstd/zlibWrapper/examples/
H A Dzwrapbench.c736 U64 const totalSizeToLoad = UTIL_getTotalFileSize(fileNamesTable, nbFiles); in BMK_benchFileTable()
/aosp_15_r20/external/zstd/tests/
H A Dparamgrill.c1243 size_t totalSizeToLoad = (size_t)UTIL_getTotalFileSize(fileNamesTable, (U32)nbFiles); in createBuffers()