Home
last modified time | relevance | path

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

/NextBSD/contrib/xz/src/liblzma/lzma/
HDlzma2_encoder.c47 size_t buf_pos; member
81 coder->buf_pos = pos; in lzma2_header_lzma()
130 coder->buf_pos = 0; in lzma2_header_uncompressed()
228 lzma_bufcpy(coder->buf, &coder->buf_pos, in lzma2_encode()
231 if (coder->buf_pos != coder->compressed_size) in lzma2_encode()
239 lzma_bufcpy(coder->buf, &coder->buf_pos, in lzma2_encode()
242 if (coder->buf_pos != LZMA2_HEADER_UNCOMPRESSED) in lzma2_encode()
/NextBSD/sys/dev/hifn/
HDhifn7751.c1549 u_int8_t *buf_pos; in hifn_write_command() local
1556 buf_pos = buf; in hifn_write_command()
1560 base_cmd = (hifn_base_command_t *)buf_pos; in hifn_write_command()
1574 buf_pos += sizeof(hifn_base_command_t); in hifn_write_command()
1577 mac_cmd = (hifn_mac_command_t *)buf_pos; in hifn_write_command()
1585 buf_pos += sizeof(hifn_mac_command_t); in hifn_write_command()
1589 cry_cmd = (hifn_crypt_command_t *)buf_pos; in hifn_write_command()
1597 buf_pos += sizeof(hifn_crypt_command_t); in hifn_write_command()
1601 bcopy(cmd->mac, buf_pos, HIFN_MAC_KEY_LENGTH); in hifn_write_command()
1602 buf_pos += HIFN_MAC_KEY_LENGTH; in hifn_write_command()
[all …]
/NextBSD/contrib/less/
HDch.c549 POSITION buf_pos; in ch_end_buffer_seek() local
559 buf_pos = (bp->block * LBUFSIZE) + bp->datasize; in ch_end_buffer_seek()
560 if (buf_pos > end_pos) in ch_end_buffer_seek()
561 end_pos = buf_pos; in ch_end_buffer_seek()
/NextBSD/contrib/subversion/subversion/libsvn_fs_fs/
HDcached_data.c1082 apr_size_t buf_pos; member
1748 copy_len = rb->buf_len - rb->buf_pos; in get_contents_from_windows()
1753 memcpy(cur, rb->buf + rb->buf_pos, copy_len); in get_contents_from_windows()
1754 rb->buf_pos += copy_len; in get_contents_from_windows()
1760 if (rb->buf_pos == rb->buf_len) in get_contents_from_windows()
1780 rb->buf_pos = 0; in get_contents_from_windows()
/NextBSD/contrib/subversion/subversion/libsvn_fs_x/
HDcached_data.c960 apr_size_t buf_pos; member
1851 copy_len = rb->buf_len - rb->buf_pos; in get_contents_from_windows()
1856 memcpy(cur, rb->buf + rb->buf_pos, copy_len); in get_contents_from_windows()
1857 rb->buf_pos += copy_len; in get_contents_from_windows()
1863 if (rb->buf_pos == rb->buf_len) in get_contents_from_windows()
1883 rb->buf_pos = 0; in get_contents_from_windows()