HomeSort by relevance Sort by last modified time
    Searched full:final_size (Results 1 - 7 of 7) 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/v8/src/
json-stringifier.h 309 int final_size = 0; local
311 dest->Set(final_size++, '\"');
312 final_size += SerializeStringUnchecked_(vector.start(),
315 dest->Set(final_size++, '\"');
316 return SeqString::Truncate(Handle<SeqString>::cast(result), final_size);
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);
  /external/pcre/dist/
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...]
  /ndk/sources/host-tools/make-3.81/
job.c 305 const unsigned final_size = path_size + size + 1;
306 char *const path = (char *) xmalloc (final_size);
307 memcpy (path, temp_path, final_size);
303 const unsigned final_size = path_size + size + 1; local
    [all...]
  /external/lldb/test/pexpect-2.4/examples/
rippy.py 267 # calclating if final_size is less than target_size.
    [all...]

Completed in 2861 milliseconds