Searched refs:ZSTD_compressBlock_lazy_extDict_generic (Results 1 – 1 of 1) sorted by relevance
/external/zstd/lib/compress/ |
D | zstd_lazy.c | 1203 size_t ZSTD_compressBlock_lazy_extDict_generic( in ZSTD_compressBlock_lazy_extDict_generic() function 1387 …return ZSTD_compressBlock_lazy_extDict_generic(ms, seqStore, rep, src, srcSize, search_hashChain, … in ZSTD_compressBlock_greedy_extDict() 1395 …return ZSTD_compressBlock_lazy_extDict_generic(ms, seqStore, rep, src, srcSize, search_hashChain, … in ZSTD_compressBlock_lazy_extDict() 1403 …return ZSTD_compressBlock_lazy_extDict_generic(ms, seqStore, rep, src, srcSize, search_hashChain, … in ZSTD_compressBlock_lazy2_extDict() 1411 …return ZSTD_compressBlock_lazy_extDict_generic(ms, seqStore, rep, src, srcSize, search_binaryTree,… in ZSTD_compressBlock_btlazy2_extDict()
|