Home
last modified time | relevance | path

Searched defs:sufficient_len (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/zstd/lib/compress/
H A Dzstd_opt.c602 U32 const sufficient_len = MIN(cParams->targetLength, ZSTD_OPT_NUM -1); in ZSTD_insertBtAndGetAllMatches() local
1094 U32 const sufficient_len = MIN(cParams->targetLength, ZSTD_OPT_NUM -1); in ZSTD_compressBlock_opt_generic() local
/aosp_15_r20/external/lz4/lib/
H A Dlz4hc.c1829 size_t sufficient_len, in LZ4HC_compress_optimal()