Searched refs:out_next (Results 1 – 3 of 3) sorted by relevance
| /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() 559 out_next = lz_copy(out_next, match_len, match_offset, in lzx_decompress_block() 562 } while (out_next != block_end); in lzx_decompress_block() 595 u8 *out_next = out_begin; in lzx_decompress() local 609 while (out_next != out_end) { in lzx_decompress() 629 out_next, in lzx_decompress() 634 out_next += block_size; in lzx_decompress() 638 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()
|
| /fs/nilfs2/ |
| A D | cpfile.c | 952 goto out_next; in nilfs_cpfile_clear_snapshot() 992 out_next: in nilfs_cpfile_clear_snapshot()
|
Completed in 11 milliseconds