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

  /external/google-breakpad/src/common/mac/
macho_reader_unittest.cc 525 Label final_size() const { return final_size_; }
539 // set SECTION's start to its position in this section, and its final_size
590 D32(final_size());
595 Append(endianness(), word_size() / 8, contents.final_size());
601 content_final_size_ = contents.final_size();
623 Append(endianness(), word_size() / 8, contents.final_size());
724 D32(commands->final_size()); // their size in bytes
522 Label final_size() const { return final_size_; } function in class:SizedSection
    [all...]
  /external/google-breakpad/src/client/mac/handler/
minidump_generator.cc 880 size_t final_size = local
882 memcpy(state, &task_context_->breakpad_uc_mcontext->__ss, final_size);
883 *count = static_cast<mach_msg_type_number_t>(final_size);
888 size_t final_size = local
890 memcpy(state, &task_context_->breakpad_uc_mcontext->__ss, final_size);
891 *count = static_cast<mach_msg_type_number_t>(final_size);
900 size_t final_size = local
902 memcpy(state, &task_context_->breakpad_uc_mcontext->__ss, final_size);
903 *count = static_cast<mach_msg_type_number_t>(final_size);
    [all...]
  /external/pcre/pcrecpp/
pcrecpp_unittest.cc 118 uint64 final_size = VirtualProcessSize();
119 printf("Size after 100000: %llu\n", final_size);
120 const double growth = double(final_size - initial_size) / final_size;
    [all...]
  /external/v8/src/
bignum.cc 415 int final_size = bit_size * power_exponent;
416 // 1 extra bigit for the shifting, and one for rounded final_size.
417 EnsureCapacity(final_size / kBigitSize + 2);
elements.cc 1171 int final_size = nof_indices + nof_property_keys; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-xtensa.c 9148 bfd_size_type final_size, copy_size, orig_insn_size; local
    [all...]

Completed in 495 milliseconds