Searched refs:lastOffset (Results 1 – 1 of 1) sorted by relevance
104 …u16 lastOffset; // Offset to matching data (the longest matching data at the ti… in CXCompressLZImpl() local149 if ( (lastLength = SearchLZ( &info, srcp, size, &lastOffset, MAX_LENGTH)) != 0 ) in CXCompressLZImpl()186 *dstp++ = (u8)( length << 4 | (lastOffset - 1) >> 8 ); in CXCompressLZImpl()187 *dstp++ = (u8)( (lastOffset - 1) & 0xff); in CXCompressLZImpl()