Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4.c447 typedef enum { noDict = 0, withPrefix64k, usingExtDict } dict_directive; enumerator
538 case withPrefix64k: in LZ4_compress_generic()
861 …eneric(LZ4_stream, source, dest, inputSize, maxOutputSize, limit, byU32, withPrefix64k, dictSmall); in LZ4_compress_continue_generic()
863 …eric(LZ4_stream, source, dest, inputSize, maxOutputSize, limit, byU32, withPrefix64k, noDictIssue); in LZ4_compress_continue_generic()
1133 …ress_generic(source, dest, 0, originalSize, endOnOutputSize, full, 0, withPrefix64k, (BYTE*)(dest … in LZ4_decompress_fast()
1261 …s_generic(source, dest, compressedSize, maxOutputSize, safe, full, 0, withPrefix64k, (BYTE*)dest-6… in LZ4_decompress_usingDict_generic()
1358 …source, dest, compressedSize, maxOutputSize, endOnInputSize, full, 0, withPrefix64k, (BYTE*)dest -… in LZ4_decompress_safe_withPrefix64k()
1363 …ress_generic(source, dest, 0, originalSize, endOnOutputSize, full, 0, withPrefix64k, (BYTE*)dest -… in LZ4_decompress_fast_withPrefix64k()