Searched defs:dictBuf (Results 1 - 2 of 2) sorted by relevance
/third_party/lz4/programs/ |
H A D | bench.c | 154 const char* dictBuf; member 277 LZ4_buildCompressionParameters(struct compressionParameters* pParams, int cLevel, const char* dictBuf, int dictSize) LZ4_buildCompressionParameters() argument 356 BMK_benchMem(const void* srcBuffer, size_t srcSize, const char* displayName, int cLevel, const size_t* fileSizes, U32 nbFiles, const char* dictBuf, int dictSize) BMK_benchMem() argument 629 BMK_benchCLevel(void* srcBuffer, size_t benchedSize, const char* displayName, int cLevel, int cLevelLast, const size_t* fileSizes, unsigned nbFiles, const char* dictBuf, int dictSize) BMK_benchCLevel() argument 691 BMK_benchFileTable(const char** fileNamesTable, unsigned nbFiles, int cLevel, int cLevelLast, const char* dictBuf, int dictSize) BMK_benchFileTable() argument 735 BMK_syntheticTest(int cLevel, int cLevelLast, double compressibility, const char* dictBuf, int dictSize) BMK_syntheticTest() argument 758 BMK_benchFilesSeparately(const char** fileNamesTable, unsigned nbFiles, int cLevel, int cLevelLast, const char* dictBuf, int dictSize) BMK_benchFilesSeparately() argument 779 char* dictBuf = NULL; BMK_benchFiles() local [all...] |
H A D | lz4io.c | 563 char* dictBuf; in LZ4IO_createDict() local
|
Completed in 8 milliseconds