Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/libraries/cx/src/
DCXCompression.c107 u32 dstMax; in CXCompressLZImpl() local
130 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()