Searched refs:withPrefix64k (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/libs/lz4/ |
D | lz4.c | 732 typedef enum { noDict = 0, withPrefix64k, usingExtDict, usingDictCtx } dict_directive; enumerator 973 lowLimit = (const BYTE*)source - (dictDirective == withPrefix64k ? dictSize : 0); in LZ4_compress_generic_validated() 1696 …urce, dest, inputSize, NULL, maxOutputSize, limitedOutput, tableType, withPrefix64k, dictSmall, ac… in LZ4_compress_fast_continue() 1698 …urce, dest, inputSize, NULL, maxOutputSize, limitedOutput, tableType, withPrefix64k, noDictIssue, … in LZ4_compress_fast_continue() 2081 if ((dict == withPrefix64k) || (match >= lowPrefix)) { in LZ4_decompress_generic() 2179 && (dict==withPrefix64k || match >= lowPrefix) ) { in LZ4_decompress_generic() 2411 decode_full_block, withPrefix64k, in LZ4_decompress_safe_withPrefix64k() 2420 partial_decode, withPrefix64k, in LZ4_decompress_safe_partial_withPrefix64k()
|