Home
last modified time | relevance | path

Searched refs:UTIL_allocateFileNamesTable (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/zstd/programs/
H A Dutil.h302 FileNamesTable* UTIL_allocateFileNamesTable(size_t tableSize);
H A Dzstdcli.c872 FileNamesTable* filenames = UTIL_allocateFileNamesTable((size_t)argCount); /* argCount >= 1 */ in main()
873 …FileNamesTable* file_of_names = UTIL_allocateFileNamesTable((size_t)argCount); /* argCount >= 1 */ in main()
H A Dutil.c743 FileNamesTable* UTIL_allocateFileNamesTable(size_t tableSize) in UTIL_allocateFileNamesTable() function
/aosp_15_r20/external/zstd/zlibWrapper/examples/
H A Dzwrapbench.c885 FileNamesTable* filenames = UTIL_allocateFileNamesTable((size_t)argCount); in main()