Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_iovar.h73 bhnd_nvram_iop_write_ptr *write_ptr; /**< write_ptr() implementation */ member
100 .write_ptr = bhnd_nvram_ ## _n ## _write_ptr, \
H A Dbhnd_nvram_io.c157 return (io->iops->write_ptr(io, offset, ptr, nbytes, navail)); in bhnd_nvram_io_write_ptr()
/freebsd-12.1/sys/contrib/zstd/doc/educational_decoder/
H A Dzstd_decompress.c645 u8 *const write_ptr = IO_get_write_ptr(out, block_len); in decompress_data() local
648 memcpy(write_ptr, read_ptr, block_len); in decompress_data()
658 u8 *const write_ptr = IO_get_write_ptr(out, block_len); in decompress_data() local
661 memset(write_ptr, read_ptr[0], block_len); in decompress_data()
1307 u8 *const write_ptr = IO_get_write_ptr(out, literal_length); in copy_literals() local
1311 memcpy(write_ptr, read_ptr, literal_length); in copy_literals()
1367 u8 *write_ptr = IO_get_write_ptr(out, match_length); in execute_match_copy() local
1384 memcpy(write_ptr, ctx->dict_content + dict_offset, dict_copy); in execute_match_copy()
1385 write_ptr += dict_copy; in execute_match_copy()
1397 *write_ptr = *(write_ptr - offset); in execute_match_copy()
[all …]
/freebsd-12.1/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar5.c764 if(rar->cstate.write_ptr > flt->block_start && in apply_filters()
765 rar->cstate.write_ptr >= flt->block_start + in apply_filters()
853 rar->cstate.solid_offset += rar->cstate.write_ptr; in reset_file_context()
858 rar->cstate.write_ptr = 0; in reset_file_context()
2259 rar->cstate.write_ptr = 0; in init_unpack()
2795 const uint64_t write_ptr = rar->cstate.write_ptr + in copy_string() local
2816 rar->cstate.write_ptr += len; in copy_string()
2871 rar->cstate.write_ptr++; in do_uncompress_block()
3555 rar->cstate.write_ptr) { in do_uncompress_file()
3594 rar->cstate.write_ptr); in do_uncompress_file()
[all …]
/freebsd-12.1/sys/contrib/vchiq/interface/vchi/message_drivers/
H A Dmessage.h86 uint32_t write_ptr; // hardware causes this to advance member