Searched refs:sufficient_len (Results 1 – 1 of 1) sorted by relevance
212 const size_t sufficient_len, in LZ4HC_compress_optimal() argument242 if ((size_t)matches[match_num-1].len > sufficient_len) { in LZ4HC_compress_optimal()289 if (match_num > 0 && (size_t)matches[match_num-1].len > sufficient_len) { in LZ4HC_compress_optimal()