Searched refs:SearchLZ (Results 1 – 1 of 1) sorted by relevance
| /TwlSDK-5.5/build/libraries/mi/common/src/ |
| D | mi_compress.c | 22 static u32 SearchLZ(const u8 *startp, const u8 *nextp, u32 remainSize, u16 *offset, u32 maxLength ); 79 if ((lastLength = SearchLZ(srcStartp, srcp, size, &lastOffset, MAX_LENGTH)) != 0) in MI_CompressLZImpl() 158 static u32 SearchLZ(const u8 *startp, const u8 *nextp, u32 remainSize, u16 *offset, u32 maxLength ) in SearchLZ() function
|