Searched refs:ZSTD_compressBlock_fast_dictMatchState_generic (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A 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()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 18094 size_t ZSTD_compressBlock_fast_dictMatchState_generic( in ZSTD_compressBlock_fast_dictMatchState_generic() function 18251 return ZSTD_compressBlock_fast_dictMatchState_generic(ms, seqStore, rep, src, srcSize, 4); in ZSTD_compressBlock_fast_dictMatchState() 18253 return ZSTD_compressBlock_fast_dictMatchState_generic(ms, seqStore, rep, src, srcSize, 5); in ZSTD_compressBlock_fast_dictMatchState() 18255 return ZSTD_compressBlock_fast_dictMatchState_generic(ms, seqStore, rep, src, srcSize, 6); in ZSTD_compressBlock_fast_dictMatchState() 18257 return ZSTD_compressBlock_fast_dictMatchState_generic(ms, seqStore, rep, src, srcSize, 7); in ZSTD_compressBlock_fast_dictMatchState()
|