Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4.c474 const BYTE* const lowRefLimit = ip - cctx->dictSize; in LZ4_compress_generic() local
543 } while ( ((dictIssue==dictSmall) ? (match < lowRefLimit) : 0) in LZ4_compress_generic()
627 if ( ((dictIssue==dictSmall) ? (match>=lowRefLimit) : 1) in LZ4_compress_generic()