Searched refs:withPrefix64k (Results 1 – 1 of 1) sorted by relevance
/external/lz4/lib/ |
D | lz4.c | 383 typedef enum { noDict = 0, withPrefix64k, usingExtDict } dict_directive; enumerator 497 case withPrefix64k: in LZ4_compress_generic() 1012 …eamPtr, source, dest, inputSize, maxOutputSize, limitedOutput, byU32, withPrefix64k, dictSmall, ac… in LZ4_compress_fast_continue() 1014 …eamPtr, source, dest, inputSize, maxOutputSize, limitedOutput, byU32, withPrefix64k, noDictIssue, … in LZ4_compress_fast_continue() 1263 …ress_generic(source, dest, 0, originalSize, endOnOutputSize, full, 0, withPrefix64k, (BYTE*)(dest … in LZ4_decompress_fast() 1376 …s_generic(source, dest, compressedSize, maxOutputSize, safe, full, 0, withPrefix64k, (BYTE*)dest-6… in LZ4_decompress_usingDict_generic() 1455 …source, dest, compressedSize, maxOutputSize, endOnInputSize, full, 0, withPrefix64k, (BYTE*)dest -… in LZ4_decompress_safe_withPrefix64k() 1460 …ress_generic(source, dest, 0, originalSize, endOnOutputSize, full, 0, withPrefix64k, (BYTE*)dest -… in LZ4_decompress_fast_withPrefix64k()
|