Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/programs/
H A Dutil.h243 FileNamesTable* UTIL_allocateFileNamesTable(size_t tableSize);
H A Dzstdcli.c728 FileNamesTable* filenames = UTIL_allocateFileNamesTable((size_t)argCount); /* argCount >= 1 */ in main()
729 …FileNamesTable* file_of_names = UTIL_allocateFileNamesTable((size_t)argCount); /* argCount >= 1 */ in main()
H A Dutil.c432 FileNamesTable* UTIL_allocateFileNamesTable(size_t tableSize) in UTIL_allocateFileNamesTable() function
/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c868 FileNamesTable* filenames = UTIL_allocateFileNamesTable((size_t)argCount); in main()