Home
last modified time | relevance | path

Searched refs:offset_value (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/zstd/doc/
H A Dzstd_compression_format.md879 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
[all …]
/f-stack/freebsd/arm/freescale/imx/
H A Dimx6_ipu.c523 int offset_value, int offset_res) in ipu_config_wave_gen_0() argument
531 DI_OFFSET_VALUE(offset_value) | offset_res; in ipu_config_wave_gen_0()