Searched refs:out_next (Results 1 – 5 of 5) sorted by relevance
474 u8 * const out_begin, u8 *out_next, in lzx_decompress_block() argument477 u8 * const block_end = out_next + block_size; in lzx_decompress_block()490 *out_next++ = mainsym; in lzx_decompress_block()554 if (match_len > (size_t)(block_end - out_next)) in lzx_decompress_block()557 if (match_offset > (size_t)(out_next - out_begin)) in lzx_decompress_block()560 out_next = lz_copy(out_next, match_len, match_offset, in lzx_decompress_block()563 } while (out_next != block_end); in lzx_decompress_block()596 u8 *out_next = out_begin; in lzx_decompress() local610 while (out_next != out_end) { in lzx_decompress()618 if (block_size < 1 || block_size > (size_t)(out_end - out_next)) in lzx_decompress()[all …]
64 u8 *out_next = out_begin; in xpress_decompress() local89 while (out_next != out_end) { in xpress_decompress()99 *out_next++ = sym; in xpress_decompress()117 if (offset > (size_t)(out_next - out_begin)) in xpress_decompress()120 if (length > (size_t)(out_end - out_next)) in xpress_decompress()123 out_next = lz_copy(out_next, length, offset, out_end, in xpress_decompress()
2057 goto out_next; in call_bind_status()2060 goto out_next; in call_bind_status()2113 out_next: in call_bind_status()2171 goto out_next; in call_connect_status()2175 goto out_next; in call_connect_status()2239 out_next: in call_connect_status()
787 goto out_next; in nilfs_cpfile_clear_snapshot()825 out_next: in nilfs_cpfile_clear_snapshot()
780 goto out_next; in nouveau_gem_ioctl_pushbuf()956 out_next: in nouveau_gem_ioctl_pushbuf()