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 D | zstd_fast.c | 375 static size_t ZSTD_compressBlock_fast_extDict_generic( in ZSTD_compressBlock_fast_extDict_generic() function 488 return ZSTD_compressBlock_fast_extDict_generic(ms, seqStore, rep, src, srcSize, 4); in ZSTD_compressBlock_fast_extDict() 490 return ZSTD_compressBlock_fast_extDict_generic(ms, seqStore, rep, src, srcSize, 5); in ZSTD_compressBlock_fast_extDict() 492 return ZSTD_compressBlock_fast_extDict_generic(ms, seqStore, rep, src, srcSize, 6); in ZSTD_compressBlock_fast_extDict() 494 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 D | zstd_fast.c | 548 static size_t ZSTD_compressBlock_fast_extDict_generic( in ZSTD_compressBlock_fast_extDict_generic() function
|