Searched refs:startp (Results 1 – 1 of 1) sorted by relevance
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() argument176 if (searchp < startp) in SearchLZ()178 searchp = startp; in SearchLZ()591 …const u8 *startp; // Point to the start of compression target data for each proce… in MI_CompressRL() local603 startp = &srcp[RLSrcCount]; // Set compression target data in MI_CompressRL()616 if (startp[i] == startp[i + 1] && startp[i] == startp[i + 2]) in MI_CompressRL()