Home
last modified time | relevance | path

Searched refs:out_next (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/ntfs3/lib/
H A Dlzx_decompress.c474 u8 * const out_begin, u8 *out_next, in lzx_decompress_block() argument
477 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() local
610 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 …]
H A Dxpress_decompress.c64 u8 *out_next = out_begin; in xpress_decompress() local
89 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()
/openbmc/linux/net/sunrpc/
H A Dclnt.c2057 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()
/openbmc/linux/fs/nilfs2/
H A Dcpfile.c787 goto out_next; in nilfs_cpfile_clear_snapshot()
825 out_next: in nilfs_cpfile_clear_snapshot()
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_gem.c780 goto out_next; in nouveau_gem_ioctl_pushbuf()
956 out_next: in nouveau_gem_ioctl_pushbuf()