Home
last modified time | relevance | path

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

/TwlSDK-5.3.1/build/libraries/mi/common/src/
Dmi_compress.c52 const u32 MAX_LENGTH = (exFormat)? (0xFFFF + 0xFF + 0xF + 3U) : (0xF + 3U); in MI_CompressLZImpl() local
79 if ((lastLength = SearchLZ(srcStartp, srcp, size, &lastOffset, MAX_LENGTH)) != 0) in MI_CompressLZImpl()
371 const u32 MAX_LENGTH = (exFormat)? (0xFFFF + 0xFF + 0xF + 3U) : (0xF + 3U); in MI_CompressLZFastImpl() local
398 if ( (lastLength = SearchLZFast(&info, srcp, size, &lastOffset, MAX_LENGTH)) != 0 ) in MI_CompressLZFastImpl()