Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4opt.h212 const size_t sufficient_len, in LZ4HC_compress_optimal() argument
242 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()