Lines Matching full:s
2 LZO stream format as understood by Linux's LZO decompressor
133 the instruction's opcode or distance), the instruction is a copy of a
139 0 0 0 0 D D S S (0..15) : copy 2 bytes from <= 1kB distance
141 state = S (copy S literals after this block)
149 0 0 0 0 D D S S (0..15) : copy 3 bytes from 2..3 kB distance
151 state = S (copy S literals after this block)
158 Always followed by exactly one LE16 : D D D D D D D D : D D D D D D S S
160 state = S (copy S literals after this block)
175 Always followed by exactly one LE16 : D D D D D D D D : D D D D D D S S
177 state = S (copy S literals after this block)
179 0 1 L D D D S S (64..127)
181 state = S (copy S literals after this block)
186 1 L L D D D S S (128..255)
188 state = S (copy S literals after this block)
201 report any doubt, fix, or proposed updates to the author(s) so that the