Searched refs:SearchLZ (Results 1 – 1 of 1) sorted by relevance
| /RvlSDK-3.2.2/build/libraries/cx/src/ |
| D | CXCompression.c | 79 static u32 SearchLZ ( LZCompressInfo * info, const u8 *nextp, u32 remainSize, u16 *offset… 149 if ( (lastLength = SearchLZ( &info, srcp, size, &lastOffset, MAX_LENGTH)) != 0 ) in CXCompressLZImpl() 230 static u32 SearchLZ( LZCompressInfo * info, const u8 *nextp, u32 remainSize, u16 *offset, u32 maxLe… in SearchLZ() function
|