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

/freebsd-12-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_iovar.h73 bhnd_nvram_iop_write_ptr *write_ptr; /**< write_ptr() implementation */ member in struct:bhnd_nvram_iops
100 .write_ptr = bhnd_nvram_ ## _n ## _write_ptr, \
H A Dbhnd_nvram_io.c157 return (io->iops->write_ptr(io, offset, ptr, nbytes, navail));
/freebsd-12-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar5.c224 int64_t write_ptr; /* This amount of data has been unpacked member in struct:comp_state
767 if(rar->cstate.write_ptr > flt->block_start &&
768 rar->cstate.write_ptr >= flt->block_start +
856 rar->cstate.solid_offset += rar->cstate.write_ptr;
861 rar->cstate.write_ptr = 0;
2318 rar->cstate.write_ptr = 0;
2742 const int64_t block_start = (ssize_t) start + rar->cstate.write_ptr;
2805 filt->block_start = rar->cstate.write_ptr + block_start;
2853 const uint64_t write_ptr = rar->cstate.write_ptr local
[all...]
/freebsd-12-stable/sys/contrib/zstd/doc/educational_decoder/
H A Dzstd_decompress.c645 u8 *const write_ptr = IO_get_write_ptr(out, block_len); local
648 memcpy(write_ptr, read_ptr, block_len);
658 u8 *const write_ptr = IO_get_write_ptr(out, block_len); local
661 memset(write_ptr, read_ptr[0], block_len);
1307 u8 *const write_ptr = IO_get_write_ptr(out, literal_length); local
1311 memcpy(write_ptr, read_ptr, literal_length);
1367 u8 *write_ptr = IO_get_write_ptr(out, match_length); local
1384 memcpy(write_ptr, ctx->dict_content + dict_offset, dict_copy);
1385 write_ptr += dict_copy;
1397 *write_ptr
[all...]
/freebsd-12-stable/sys/contrib/vchiq/interface/vchi/message_drivers/
H A Dmessage.h86 uint32_t write_ptr; // hardware causes this to advance member in struct:rx_msg_slot_info

Completed in 112 milliseconds