Lines Matching refs:match_offset
483 u32 match_offset;
514 match_offset = recent_offsets[offset_slot];
516 recent_offsets[0] = match_offset;
526 match_offset = lzx_offset_slot_base[offset_slot];
534 match_offset +=
538 match_offset += read_alignedsym(d, is);
540 match_offset += bitstream_read_bits(is, num_extra_bits);
544 match_offset -= (LZX_NUM_RECENT_OFFSETS - 1);
549 recent_offsets[0] = match_offset;
557 if (match_offset > (size_t)(out_next - out_begin))
560 out_next = lz_copy(out_next, match_len, match_offset,