Searched refs:out_next (Results 1 – 5 of 5) sorted by relevance
/linux/fs/ntfs3/lib/ |
A D | lzx_decompress.c | 474 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 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()
|
/linux/net/sunrpc/ |
A D | clnt.c | 1951 goto out_next; in call_bind_status() 1954 goto out_next; in call_bind_status() 2010 out_next: in call_bind_status() 2068 goto out_next; in call_connect_status() 2072 goto out_next; in call_connect_status() 2135 out_next: in call_connect_status()
|
/linux/fs/nilfs2/ |
A D | cpfile.c | 787 goto out_next; in nilfs_cpfile_clear_snapshot() 825 out_next: in nilfs_cpfile_clear_snapshot()
|
/linux/drivers/gpu/drm/nouveau/ |
A D | nouveau_gem.c | 756 goto out_next; in nouveau_gem_ioctl_pushbuf() 931 out_next: in nouveau_gem_ioctl_pushbuf()
|
Completed in 23 milliseconds