HomeSort by relevance Sort by last modified time
    Searched refs:total_size (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/ov_tree_map_/
cond_dtor.hpp 45 cond_dtor(value_vector a_vec, iterator& r_last_it, Size_Type total_size)
46 : m_a_vec(a_vec), m_r_last_it(r_last_it), m_max_size(total_size),
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
cond_dtor.hpp 45 cond_dtor(value_vector a_vec, iterator& r_last_it, Size_Type total_size)
46 : m_a_vec(a_vec), m_r_last_it(r_last_it), m_max_size(total_size),
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
cond_dtor.hpp 45 cond_dtor(value_vector a_vec, iterator& r_last_it, Size_Type total_size)
46 : m_a_vec(a_vec), m_r_last_it(r_last_it), m_max_size(total_size),
  /external/oprofile/libopagent/
jitdump.h 58 /* each record starts always with a id and a total_size */
61 u32 total_size; member in struct:jr_prefix
67 u32 total_size; member in struct:jr_code_load
78 u32 total_size; member in struct:jr_code_unload
86 u32 total_size; member in struct:jr_code_close
93 u32 total_size; member in struct:jr_code_debug_info
opagent.c 206 rec.total_size = sizeof(rec);
242 rec.total_size = code ? sizeof(rec) + sz_symb_name + size :
245 padding_count = PADDING_8ALIGNED(rec.total_size);
246 rec.total_size += padding_count;
304 rec.total_size = 0;
334 rec.total_size = last_pos - cur_pos;
335 padding_count = PADDING_8ALIGNED(rec.total_size);
336 rec.total_size += padding_count;
368 rec.total_size = sizeof(rec);
  /external/chromium/chrome/browser/chromeos/cros/
burn_library.h 20 total_size(status.total_size) {
28 int64 total_size; member in struct:ImageBurnStatus
mount_library.h 46 uint64 total_size,
68 uint64 total_size() const { return total_size_; } function in class:chromeos::MountLibrary::Disk
  /external/blktrace/btt/
mmap.c 37 static off_t cur_min, cur, cur_max, total_size; variable
87 len = min_len(DEF_LEN, total_size - cur_min);
117 total_size = buf.st_size;
149 return 100.0 * ((double)cur / (double)total_size);
  /system/core/cpio/
mkbootfs.c 38 static int total_size = 0; variable
52 while(total_size & 3) {
53 total_size++;
80 total_size += 6 + 8*13 + olen + 1;
84 while(total_size & 3) {
85 total_size++;
91 total_size += datasize;
101 while(total_size & 0xff) {
102 total_size++;
  /system/extras/fatblock/
fatblock.c 153 offset_t total_size; local
173 ret = fs_import(&fs, 32768, 1048576LL * mb, &total_size);
177 INFO("fatblock: filesystem imported (%llu bytes)\n", total_size);
179 ret = ublock_init(&ub, &ops, total_size);
  /external/protobuf/python/google/protobuf/internal/
wire_format.py 209 total_size = (2 * TagByteSize(1) + TagByteSize(2) + TagByteSize(3))
212 total_size += _VarUInt64ByteSizeNoTag(field_number)
217 total_size += _VarUInt64ByteSizeNoTag(message_size)
220 total_size += message_size
221 return total_size
  /external/v8/src/
preparse-data.cc 96 int total_size = PreparseDataConstants::kHeaderSize + function_size; local
97 Vector<unsigned> data = Vector<unsigned>::New(total_size);
151 int total_size = PreparseDataConstants::kHeaderSize + function_size local
153 Vector<unsigned> data = Vector<unsigned>::New(total_size);
164 Vector<byte>::cast(data.SubVector(symbol_start, total_size)));
  /external/webrtc/src/modules/audio_processing/main/test/unit_test/
audio_processing_unittest.pb.cc 222 int total_size = 0; local
227 total_size += 1 +
234 total_size += 1 +
241 total_size += 1 +
248 total_size += 1 +
255 _cached_size_ = total_size;
257 return total_size;
497 int total_size = 0; local
502 total_size += 1 +
509 total_size += 1
835 int total_size = 0; local
1057 int total_size = 0; local
    [all...]
  /external/chromium/chrome/browser/download/
download_item_model.cc 113 int64 total_size = download_->total_bytes(); local
121 base::FormatNumber(total_size));
135 base::FormatNumber(total_size));
  /bootable/recovery/mtdutils/
mtdutils.h 37 size_t *total_size, size_t *erase_size, size_t *write_size);
  /external/oprofile/opjitconv/
parse_dump.c 144 if (((void *) rec + rec->total_size) > end) {
152 if (parse_code_load(rec, rec->total_size, end_time)) {
167 if (rec->total_size == 0) {
185 rec = (void *)rec + rec->total_size;
  /external/webp/src/dec/
buffer.c 69 uint64_t size, a_size = 0, total_size; local
83 total_size = size + 2 * uv_size + a_size;
86 if (((size_t)total_size != total_size) || (total_size >= (1ULL << 40))) {
90 buffer->private_memory = output = (uint8_t*)malloc((size_t)total_size);
  /external/protobuf/src/google/protobuf/
descriptor.pb.cc 777 int total_size = 0; local
1239 int total_size = 0; local
1561 int total_size = 0; local
1981 int total_size = 0; local
2634 int total_size = 0; local
3001 int total_size = 0; local
3316 int total_size = 0; local
3630 int total_size = 0; local
4010 int total_size = 0; local
4537 int total_size = 0; local
4892 int total_size = 0; local
5303 int total_size = 0; local
5570 int total_size = 0; local
5794 int total_size = 0; local
6018 int total_size = 0; local
6242 int total_size = 0; local
6499 int total_size = 0; local
6890 int total_size = 0; local
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.cc 371 int total_size = 0; local
376 total_size += 1 +
383 total_size += 1 * this->file_to_generate_size();
385 total_size += ::google::protobuf::internal::WireFormatLite::StringSize(
390 total_size += 1 * this->proto_file_size();
392 total_size +=
398 total_size +=
403 _cached_size_ = total_size;
405 return total_size;
712 int total_size = 0 local
989 int total_size = 0; local
    [all...]
  /external/v8/tools/oom_dump/
oom_dump.cc 213 int total_size = 0; local
215 total_size += size_per_type[i];
271 100. * size / total_size, 100. * running_size / total_size);
274 "total", 0, toM(total_size), 100., 100.);
  /system/extras/showslab/
showslab.c 33 unsigned long total_size; /* size of all objects */ member in struct:slab_stat
136 stats->total_size += p->nr_objs * p->obj_size;
151 stats->avg_obj_size = stats->total_size / stats->nr_objs;
327 stats.total_size / 1024.0,
328 100.0 * stats.active_size / stats.total_size,
  /frameworks/base/opengl/libs/GLES2_dbg/src/
debugger_message.pb.cpp 1153 int total_size = 0; local
    [all...]
  /external/chromium/chrome/browser/notifications/
balloon_collection_impl.cc 89 int total_size = 0; local
90 layout_.GetMaxLinearSize(&max_balloon_size, &total_size);
93 int max_allowed_size = static_cast<int>(total_size *
238 int* total_size) const {
239 DCHECK(max_balloon_size && total_size);
242 *total_size = work_area_.height();
  /external/chromium/chrome/browser/sessions/
session_backend.cc 317 const size_type total_size = content_size + sizeof(id_type); local
319 UMA_HISTOGRAM_COUNTS("TabRestore.command_size", total_size);
321 UMA_HISTOGRAM_COUNTS("SessionRestore.command_size", total_size);
322 wrote = file->Write(reinterpret_cast<const char*>(&total_size),
323 sizeof(total_size), NULL);
324 if (wrote != sizeof(total_size)) {
  /hardware/ril/mock-ril/src/cpp/
msgheader.pb.cpp 312 int total_size = 0; local
317 total_size += 1 +
324 total_size += 1 +
331 total_size += 1 +
338 total_size += 1 +
345 total_size +=
350 _cached_size_ = total_size;
352 return total_size;

Completed in 2556 milliseconds

1 2 3 4