Searched refs:ZSTD_compressBlock_fast_dictMatchState_generic (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/lib/zstd/compress/ |
D | zstd_fast.c | 207 size_t ZSTD_compressBlock_fast_dictMatchState_generic( in ZSTD_compressBlock_fast_dictMatchState_generic() function 364 return ZSTD_compressBlock_fast_dictMatchState_generic(ms, seqStore, rep, src, srcSize, 4); in ZSTD_compressBlock_fast_dictMatchState() 366 return ZSTD_compressBlock_fast_dictMatchState_generic(ms, seqStore, rep, src, srcSize, 5); in ZSTD_compressBlock_fast_dictMatchState() 368 return ZSTD_compressBlock_fast_dictMatchState_generic(ms, seqStore, rep, src, srcSize, 6); in ZSTD_compressBlock_fast_dictMatchState() 370 return ZSTD_compressBlock_fast_dictMatchState_generic(ms, seqStore, rep, src, srcSize, 7); in ZSTD_compressBlock_fast_dictMatchState()
|