Lines Matching refs:offset_value
879 Each sequence consists of a tuple of (`literals_length`, `offset_value`, `match_length`),
885 The offset to copy from is determined by `offset_value`:
886 if `offset_value > 3`, then the offset is `offset_value - 3`.
887 If `offset_value` is from 1-3, the offset is a special repeat offset value.
902 If `offset_value == 1`, then the offset used is `Repeated_Offset1`, etc.
906 so an `offset_value` of 1 means `Repeated_Offset2`,
907 an `offset_value` of 2 means `Repeated_Offset3`,
908 and an `offset_value` of 3 means `Repeated_Offset1 - 1_byte`.
926 When the sequence's `offset_value` does not refer to one of the
932 Otherwise, when the sequence's `offset_value` refers to one of the
937 the `Repeated_Offset` selected by the `offset_value`. This effectively performs
944 | `offset_value` | `literals_length` | `Repeated_Offset1` | `Repeated_Offset2` | `Repeated_Offset3`…