Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/mi/common/src/
Dmi_compress.c51 u32 dstMax; in MI_CompressLZImpl() local
61 dstMax = size; in MI_CompressLZImpl()
85 if (LZDstCount + 2 >= dstMax) // Quit on error if size becomes larger than source in MI_CompressLZImpl()
125 if (LZDstCount + 1 >= dstMax) // Quit on error if size becomes larger than source in MI_CompressLZImpl()
369 u32 dstMax; in MI_CompressLZFastImpl() local
379 dstMax = size; in MI_CompressLZFastImpl()
404 if (LZDstCount + 2 >= dstMax) // Quit on error if size becomes larger than source in MI_CompressLZFastImpl()
445 if (LZDstCount + 1 >= dstMax) // Quit on error if size becomes larger than source in MI_CompressLZFastImpl()