Searched refs:dstMax (Results 1 – 1 of 1) sorted by relevance
73 u32 dstMax; in CompressLZImpl() local96 dstMax = size; in CompressLZImpl()121 if (LZDstCount + 2 >= dstMax) // Quit on error if size becomes larger than source in CompressLZImpl()162 … if (LZDstCount + 1 >= dstMax) // Quit on error if size becomes larger than source in CompressLZImpl()