Searched refs:dst_offset (Results 1 – 3 of 3) sorted by relevance
77 size_t dst_offset; \78 for (dst_offset = 0; dst_offset < num_zero_chans; dst_offset++) { \81 for (; dst_offset < out_buff_chans; dst_offset++) { \108 size_t dst_offset; \109 for (dst_offset = 0; dst_offset < num_zero_chans; dst_offset++) { \112 for (; dst_offset < out_buff_chans; dst_offset++) { \137 size_t dst_offset; \138 for (dst_offset = 0; dst_offset < out_buff_chans; dst_offset++) { \
37 int dst_offset; in trim_to_p256_bytes() local45 dst_offset = P256_NBYTES - src_len; in trim_to_p256_bytes()46 memset(dst, 0, dst_offset); in trim_to_p256_bytes()47 memcpy(dst + dst_offset, src, src_len); in trim_to_p256_bytes()
114 uint64_t src_offset = 0, dst_offset = 0; in RemoveIdenticalBlockRanges() local124 dst_offset = 0; in RemoveIdenticalBlockRanges()129 (*dst_extents)[dst_idx].start_block() + dst_offset); in RemoveIdenticalBlockRanges()134 dst_num_blocks - dst_offset); in RemoveIdenticalBlockRanges()136 uint64_t prev_dst_offset = dst_offset; in RemoveIdenticalBlockRanges()138 dst_offset += min_num_blocks; in RemoveIdenticalBlockRanges()143 prev_dst_offset, dst_offset); in RemoveIdenticalBlockRanges()