HomeSort by relevance Sort by last modified time
    Searched refs:removed_bytes (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
elf32-xtensa.c 3617 bfd_size_type removed_bytes = 0; local
5413 int removed_bytes; member in struct:text_action_struct
6205 int removed_bytes; member in struct:proposed_action_struct
7582 int removed_bytes = 0; local
8042 int removed_bytes = action->removed_bytes; local
9934 int removed_bytes = 0; local
    [all...]
  /system/update_engine/payload_generator/
delta_diff_utils.cc 116 size_t removed_bytes = 0, nonfull_block_bytes; local
145 removed_bytes += min_num_blocks * kBlockSize;
151 removed_bytes -= kBlockSize - nonfull_block_bytes;
153 return removed_bytes;
660 size_t removed_bytes = 0; local
663 removed_bytes = RemoveIdenticalBlockRanges(
667 operation.set_src_length(old_data.size() - removed_bytes);
668 operation.set_dst_length(new_data.size() - removed_bytes);

Completed in 162 milliseconds