Searched refs:dstMax (Results 1 – 1 of 1) sorted by relevance
91 u32 dstMax; in CXCompressLZ() local101 dstMax = size; in CXCompressLZ()125 if (LZDstCount + 2 >= dstMax) // Quit on error if size becomes larger than source in CXCompressLZ()140 … if (LZDstCount + 1 >= dstMax) // Quit on error if size becomes larger than source in CXCompressLZ()