Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4.c448 typedef enum { noDictIssue = 0, dictSmall } dictIssue_directive; enumerator
590 } while ( ((dictIssue==dictSmall) ? (match < lowRefLimit) : 0) in LZ4_compress_generic()
684 if ( ((dictIssue==dictSmall) ? (match>=lowRefLimit) : 1) in LZ4_compress_generic()
861 …eneric(LZ4_stream, source, dest, inputSize, maxOutputSize, limit, byU32, withPrefix64k, dictSmall); in LZ4_compress_continue_generic()
873 …generic(LZ4_stream, source, dest, inputSize, maxOutputSize, limit, byU32, usingExtDict, dictSmall); in LZ4_compress_continue_generic()