Searched refs:maxLength (Results 1 – 1 of 1) sorted by relevance
| /TwlSDK-5.4/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 ); 158 static u32 SearchLZ(const u8 *startp, const u8 *nextp, u32 remainSize, u16 *offset, u32 maxLength ) in SearchLZ() argument 208 if (tmpLength == maxLength) in SearchLZ() 219 if (currLength == maxLength || currLength == remainSize) in SearchLZ() 258 … SearchLZFast(LZCompressInfo * info, const u8 *nextp, u32 remainSize, u16 *offset, u32 maxLength ); 479 …2 SearchLZFast(LZCompressInfo * info, const u8 *nextp, u32 remainSize, u16 *offset, u32 maxLength ) in SearchLZFast() argument 536 if (tmpLength == maxLength) in SearchLZFast() 547 if (currLength == maxLength || currLength == remainSize) in SearchLZFast()
|