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

  /system/libufdt/tests/src/
ufdt_verify_overlay_app.cpp 53 size_t final_size = 0, overlay_size = 0; local
55 final_size = read_file_to_buf(final_filename, &final_buf);
56 if (final_size == 0) {
70 blob = ufdt_install_blob(final_buf, final_size);
76 result = ufdt_verify_dtbo(blob, final_size, overlay_buf_array, overlay_count);
  /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/puffin/src/
utils.cc 406 auto final_size = static_cast<int64_t>(src_size) + total_size_difference;
407 TEST_AND_RETURN_FALSE(final_size >= 0);
408 *out_puff_size = final_size;
  /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...]
  /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...]
  /toolchain/binutils/binutils-2.27/bfd/
elf32-xtensa.c 9369 bfd_size_type *final_size = p; local
9670 bfd_size_type final_size, copy_size, orig_insn_size; local
    [all...]

Completed in 1005 milliseconds