Lines Matching refs:this
10 of this analysis is lib/lzo/lzo1x_decompress_safe.c. No analysis was made on
12 the format matches the standard one. The purpose of this document is to
62 in this implementation. This number of immediate literals to be copied is
67 instruction may encode this distance (0001HLLL), it takes one LE16 operand
73 They just have to "refill" this credit if they consume extra bytes. This is
83 invalid at this place.
98 If last instruction did not copy any literal (state == 0), this
100 like this :
109 noting that this instruction provides little savings since it uses 2
111 following literals for free. It must be interpreted like this :
115 state = S (copy S literals after this block)
121 dictionary from a 2..3kB distance, and must be interpreted like this :
125 state = S (copy S literals after this block)
134 state = S (copy S literals after this block)
142 state = S (copy S literals after this block)
146 state = S (copy S literals after this block)
153 state = S (copy S literals after this block)
162 tricky, it is possible that this document contains mistakes or that a few