Searched refs:dstMax (Results 1 – 1 of 1) sorted by relevance
107 u32 dstMax; in CXCompressLZImpl() local130 dstMax = size; in CXCompressLZImpl()155 if (LZDstCount + 2 >= dstMax) // Quit on error if size becomes larger than source in CXCompressLZImpl()196 … if (LZDstCount + 1 >= dstMax) // Quit on error if size becomes larger than source in CXCompressLZImpl()