Searched refs:out_next (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/fs/ntfs3/lib/ |
H A D | lzx_decompress.c | 474 u8 * const out_begin, u8 *out_next, in lzx_decompress_block() 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 ! in lzx_decompress() 471 lzx_decompress_block(const struct lzx_decompressor *d, struct input_bitstream *is, int block_type, u32 block_size, u8 * const out_begin, u8 *out_next, u32 recent_offsets[]) lzx_decompress_block() argument [all...] |
H A D | xpress_decompress.c | 64 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()
|
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | clnt.c | 1959 goto out_next; in call_bind_status() 1962 goto out_next; in call_bind_status() 2015 out_next: in call_bind_status() 2073 goto out_next; in call_connect_status() 2077 goto out_next; in call_connect_status() 2116 out_next: in call_connect_status()
|
/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | clnt.c | 2053 goto out_next; in call_bind_status() 2056 goto out_next; in call_bind_status() 2109 out_next: in call_bind_status() 2167 goto out_next; in call_connect_status() 2171 goto out_next; in call_connect_status() 2235 out_next: in call_connect_status()
|
/kernel/linux/linux-5.10/fs/nilfs2/ |
H A D | cpfile.c | 787 goto out_next; in nilfs_cpfile_clear_snapshot() 825 out_next: in nilfs_cpfile_clear_snapshot()
|
/kernel/linux/linux-6.6/fs/nilfs2/ |
H A D | cpfile.c | 787 goto out_next; in nilfs_cpfile_clear_snapshot() 825 out_next: in nilfs_cpfile_clear_snapshot()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
H A D | nouveau_gem.c | 706 goto out_next; in nouveau_gem_ioctl_pushbuf() 881 out_next: in nouveau_gem_ioctl_pushbuf()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A D | nouveau_gem.c | 780 goto out_next; in nouveau_gem_ioctl_pushbuf() 956 out_next: in nouveau_gem_ioctl_pushbuf()
|
Completed in 14 milliseconds