Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4.c384 typedef enum { noDictIssue = 0, dictSmall } dictIssue_directive; enumerator
543 } while ( ((dictIssue==dictSmall) ? (match < lowRefLimit) : 0) in LZ4_compress_generic()
627 if ( ((dictIssue==dictSmall) ? (match>=lowRefLimit) : 1) in LZ4_compress_generic()
1012 …rce, dest, inputSize, maxOutputSize, limitedOutput, byU32, withPrefix64k, dictSmall, acceleration); in LZ4_compress_fast_continue()
1023 …urce, dest, inputSize, maxOutputSize, limitedOutput, byU32, usingExtDict, dictSmall, acceleration); in LZ4_compress_fast_continue()