Searched refs:dstMax (Results 1 – 1 of 1) sorted by relevance
51 u32 dstMax; in MI_CompressLZImpl() local61 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() local379 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()