Home
last modified time | relevance | path

Searched refs:dstMax (Results 1 – 1 of 1) sorted by relevance

/RvlSDK-2.1/build/libraries/cx/src/
DCXCompression.c91 u32 dstMax; in CXCompressLZ() local
101 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()