Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_fast.c376 static size_t ZSTD_compressBlock_fast_extDict_generic( in ZSTD_compressBlock_fast_extDict_generic() function
489 return ZSTD_compressBlock_fast_extDict_generic(ms, seqStore, rep, src, srcSize, 4); in ZSTD_compressBlock_fast_extDict()
491 return ZSTD_compressBlock_fast_extDict_generic(ms, seqStore, rep, src, srcSize, 5); in ZSTD_compressBlock_fast_extDict()
493 return ZSTD_compressBlock_fast_extDict_generic(ms, seqStore, rep, src, srcSize, 6); in ZSTD_compressBlock_fast_extDict()
495 return ZSTD_compressBlock_fast_extDict_generic(ms, seqStore, rep, src, srcSize, 7); in ZSTD_compressBlock_fast_extDict()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_fast.c548 static size_t ZSTD_compressBlock_fast_extDict_generic( in ZSTD_compressBlock_fast_extDict_generic() function