Lines Matching defs:offset
99 (endOnInput ? 14 : 8) /*maxLL*/ - 2 /*offset*/;
124 size_t offset;
165 offset = LZ4_readLE16(ip);
167 match = op - offset;
172 (offset >= 8) &&
277 * can't proceed with reading an offset for following match.
288 /* get offset */
289 offset = LZ4_readLE16(ip);
291 match = op - offset;
298 /* Error : offset outside buffers */
302 /* costs ~1%; silence an msan warning when offset == 0 */
311 LZ4_write32(op, (U32)offset);
405 if (unlikely(offset < 8)) {
410 match += inc32table[offset];
412 match -= dec64table[offset];