Searched refs:removed_bytes (Results 1 – 1 of 1) sorted by relevance
145 size_t removed_bytes = 0, nonfull_block_bytes; in RemoveIdenticalBlockRanges() local172 removed_bytes += min_num_blocks * kBlockSize; in RemoveIdenticalBlockRanges()178 removed_bytes -= kBlockSize - nonfull_block_bytes; in RemoveIdenticalBlockRanges()180 return removed_bytes; in RemoveIdenticalBlockRanges()981 auto removed_bytes = in ReadExtentsToDiff() local983 operation.set_src_length(old_data.size() - removed_bytes); in ReadExtentsToDiff()984 operation.set_dst_length(new_data.size() - removed_bytes); in ReadExtentsToDiff()