Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/libraries/cx/src/
DCXCompression.c180 u8 tmpLength; in SearchLZ() local
219 tmpLength = 3; in SearchLZ()
228 tmpLength++; in SearchLZ()
231 if (tmpLength == (0xF + 3)) in SearchLZ()
237 if (tmpLength > maxLength) in SearchLZ()
240 maxLength = tmpLength; in SearchLZ()