Home
last modified time | relevance | path

Searched refs:ZSTD_compressBlock_fast_dictMatchState_generic (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_fast.c207 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()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_fast.c372 size_t ZSTD_compressBlock_fast_dictMatchState_generic( in ZSTD_compressBlock_fast_dictMatchState_generic() function