Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/libraries/cx/src/
DCXCompression.c79 static u32 SearchLZ ( LZCompressInfo * info, const u8 *nextp, u32 remainSize, u16 *offset…
230 static u32 SearchLZ( LZCompressInfo * info, const u8 *nextp, u32 remainSize, u16 *offset, u32 maxLe… in SearchLZ() argument
242 if (remainSize < 3) in SearchLZ()
280 while (((u32)(headp - nextp) < remainSize) && (*headp == *searchHeadp)) in SearchLZ()
298 if (currLength == maxLength || currLength == remainSize) in SearchLZ()