Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/ntfs3/lib/
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()
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()
630 out_next, in lzx_decompress()
635 out_next += block_size; in lzx_decompress()
639 out_next = bitstream_read_bytes(&is, out_next, in lzx_decompress()
[all …]
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()
/linux-6.3-rc2/net/sunrpc/
A Dclnt.c2036 goto out_next; in call_bind_status()
2039 goto out_next; in call_bind_status()
2095 out_next: in call_bind_status()
2153 goto out_next; in call_connect_status()
2157 goto out_next; in call_connect_status()
2221 out_next: in call_connect_status()
/linux-6.3-rc2/fs/nilfs2/
A Dcpfile.c787 goto out_next; in nilfs_cpfile_clear_snapshot()
825 out_next: in nilfs_cpfile_clear_snapshot()
/linux-6.3-rc2/drivers/gpu/drm/nouveau/
A Dnouveau_gem.c761 goto out_next; in nouveau_gem_ioctl_pushbuf()
935 out_next: in nouveau_gem_ioctl_pushbuf()

Completed in 20 milliseconds