Lines Matching refs:next
44 size_t t, next; in lzo1x_decompress_safe() local
68 next = t; in lzo1x_decompress_safe()
121 next = t & 3; in lzo1x_decompress_safe()
132 next = t & 3; in lzo1x_decompress_safe()
139 next = t & 3; in lzo1x_decompress_safe()
163 next = get_unaligned_le16(ip); in lzo1x_decompress_safe()
165 m_pos -= next >> 2; in lzo1x_decompress_safe()
166 next &= 3; in lzo1x_decompress_safe()
169 next = get_unaligned_le16(ip); in lzo1x_decompress_safe()
170 if (((next & 0xfffc) == 0xfffc) && in lzo1x_decompress_safe()
180 next &= 3; in lzo1x_decompress_safe()
202 next = get_unaligned_le16(ip); in lzo1x_decompress_safe()
205 m_pos -= next >> 2; in lzo1x_decompress_safe()
206 next &= 3; in lzo1x_decompress_safe()
227 state = next; in lzo1x_decompress_safe()
229 op += next; in lzo1x_decompress_safe()
230 ip += next; in lzo1x_decompress_safe()
253 state = next; in lzo1x_decompress_safe()
254 t = next; in lzo1x_decompress_safe()