Searched refs:nonfull_block_bytes (Results 1 – 1 of 1) sorted by relevance
145 size_t removed_bytes = 0, nonfull_block_bytes; in RemoveIdenticalBlockRanges() local177 if (do_remove && (nonfull_block_bytes = total_bytes % kBlockSize)) in RemoveIdenticalBlockRanges()178 removed_bytes -= kBlockSize - nonfull_block_bytes; in RemoveIdenticalBlockRanges()