Lines Matching refs:block
33 The first byte of the block follows a different encoding from other bytes, it
66 End of stream is declared when a block copy of distance 0 is seen. Only one
81 noting that codes 16 and 17 will represent a block copy from
108 2-byte block from the dictionary within a 1kB distance. It is worth
115 state = S (copy S literals after this block)
120 state == 4), the instruction becomes a copy of a 3-byte block from the
125 state = S (copy S literals after this block)
130 Copy of a block within 16..48kB distance (preferably less than 10B)
134 state = S (copy S literals after this block)
138 Copy of small block within 16kB distance (preferably less than 34B)
142 state = S (copy S literals after this block)
145 Copy 3-4 bytes from block within 2kB distance
146 state = S (copy S literals after this block)
152 Copy 5-8 bytes from block within 2kB distance
153 state = S (copy S literals after this block)