Home
last modified time | relevance | path

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

/external/zstd/lib/compress/
Dzstd_fast.c375 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()