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.c208 size_t ZSTD_compressBlock_fast_dictMatchState_generic( in ZSTD_compressBlock_fast_dictMatchState_generic() function
365 return ZSTD_compressBlock_fast_dictMatchState_generic(ms, seqStore, rep, src, srcSize, 4); in ZSTD_compressBlock_fast_dictMatchState()
367 return ZSTD_compressBlock_fast_dictMatchState_generic(ms, seqStore, rep, src, srcSize, 5); in ZSTD_compressBlock_fast_dictMatchState()
369 return ZSTD_compressBlock_fast_dictMatchState_generic(ms, seqStore, rep, src, srcSize, 6); in ZSTD_compressBlock_fast_dictMatchState()
371 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