Searched refs:LZDstCount (Results 1 – 1 of 1) sorted by relevance
43 u32 LZDstCount; // Number of bytes of compressed data in MI_CompressLZImpl() local58 LZDstCount = 4; in MI_CompressLZImpl()67 LZDstCount++; in MI_CompressLZImpl()85 if (LZDstCount + 2 >= dstMax) // Quit on error if size becomes larger than source in MI_CompressLZImpl()97 LZDstCount += 2; in MI_CompressLZImpl()103 LZDstCount += 1; in MI_CompressLZImpl()118 LZDstCount += 2; in MI_CompressLZImpl()125 if (LZDstCount + 1 >= dstMax) // Quit on error if size becomes larger than source in MI_CompressLZImpl()131 LZDstCount++; in MI_CompressLZImpl()140 while ((LZDstCount + i) & 0x3) in MI_CompressLZImpl()[all …]