Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4.c598 typedef enum { noDict = 0, withPrefix64k, usingExtDict, usingDictCtx } dict_directive; enumerator
845 lowLimit = (const BYTE*)source - (dictDirective == withPrefix64k ? dictSize : 0); in LZ4_compress_generic()
1522 …urce, dest, inputSize, NULL, maxOutputSize, limitedOutput, tableType, withPrefix64k, dictSmall, ac… in LZ4_compress_fast_continue()
1524 …urce, dest, inputSize, NULL, maxOutputSize, limitedOutput, tableType, withPrefix64k, noDictIssue, … in LZ4_compress_fast_continue()
1784 if ((dict == withPrefix64k) || (match >= lowPrefix)) { in LZ4_decompress_generic()
1876 && (dict==withPrefix64k || match >= lowPrefix) ) { in LZ4_decompress_generic()
2094 endOnOutputSize, decode_full_block, withPrefix64k, in LZ4_decompress_fast()
2104 endOnInputSize, decode_full_block, withPrefix64k, in LZ4_decompress_safe_withPrefix64k()