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++) { \
213 size_t dst_offset = 0; in XzDecompress() local220 size_t dst_remaining = dst.size() - dst_offset; in XzDecompress()221 int res = XzUnpacker_Code(&state, reinterpret_cast<Byte*>(&dst[dst_offset]), &dst_remaining, in XzDecompress()230 dst_offset += dst_remaining; in XzDecompress()237 dst.resize(dst_offset); in XzDecompress()
122 uint64_t src_offset = 0, dst_offset = 0; in RemoveIdenticalBlockRanges() local127 (*dst_extents)[dst_idx].start_block() + dst_offset); in RemoveIdenticalBlockRanges()132 dst_num_blocks - dst_offset); in RemoveIdenticalBlockRanges()134 uint64_t prev_dst_offset = dst_offset; in RemoveIdenticalBlockRanges()136 dst_offset += min_num_blocks; in RemoveIdenticalBlockRanges()141 prev_dst_offset, dst_offset); in RemoveIdenticalBlockRanges()146 dst_offset = 0; in RemoveIdenticalBlockRanges()