Searched refs:total_size (Results 1 - 25 of 101) sorted by relevance

12345

/external/webp/src/utils/
H A Dutils.c24 const uint64_t total_size = nmemb * size; local
27 if (total_size != (size_t)total_size) return 0;
/external/marisa-trie/lib/marisa/
H A Dprogress.h22 void test_total_size(std::size_t total_size) { argument
23 MARISA_THROW_IF(total_size_ > (MARISA_UINT32_MAX - total_size),
25 total_size_ += total_size;
34 std::size_t total_size() const { function in class:marisa::Progress
H A Dbitvector.h75 std::size_t total_size() const { function in class:marisa::BitVector
76 return blocks_.total_size() + sizeof(size_) + ranks_.total_size()
77 + select0s_.total_size() + select1s_.total_size();
H A Dtail.h49 std::size_t total_size() const { function in class:marisa::Tail
50 return buf_.total_size();
H A Dtrie.cc137 std::size_t Trie::total_size() const { function in class:marisa::Trie
138 return louds_.total_size() + labels_.total_size()
139 + terminal_flags_.total_size() + link_flags_.total_size()
140 + links_.total_size() + (has_trie() ? trie_->total_size() : 0)
141 + tail_.total_size() + sizeof(num_first_branches_) + sizeof(num_keys_);
H A Dtrie-build.cc107 progress.test_total_size(temp.terminal_flags_.total_size());
114 MARISA_THROW_IF(progress.total_size() != temp.total_size(),
123 progress.test_total_size(louds_.total_size());
128 progress.test_total_size(labels_.total_size());
129 progress.test_total_size(link_flags_.total_size());
130 progress.test_total_size(links_.total_size());
131 progress.test_total_size(tail_.total_size());
139 progress.test_total_size(trie_->terminal_flags_.total_size());
157 progress.test_total_size(labels_.total_size());
[all...]
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
H A Dprogress.h22 void test_total_size(std::size_t total_size) { argument
23 MARISA_ALPHA_THROW_IF(total_size_ > (MARISA_ALPHA_UINT32_MAX - total_size),
25 total_size_ += total_size;
34 std::size_t total_size() const { function in class:marisa_alpha::Progress
H A Dbitvector.h75 std::size_t total_size() const { function in class:marisa_alpha::BitVector
76 return blocks_.total_size() + sizeof(size_) + ranks_.total_size()
77 + select0s_.total_size() + select1s_.total_size();
H A Dtail.h50 std::size_t total_size() const { function in class:marisa_alpha::Tail
51 return buf_.total_size();
H A Dtrie.cc137 std::size_t Trie::total_size() const { function in class:marisa_alpha::Trie
138 return louds_.total_size() + labels_.total_size()
139 + terminal_flags_.total_size() + link_flags_.total_size()
140 + links_.total_size() + (has_trie() ? trie_->total_size() : 0)
141 + tail_.total_size() + sizeof(num_first_branches_) + sizeof(num_keys_);
H A Dtrie-build.cc116 progress.test_total_size(temp.terminal_flags_.total_size());
123 MARISA_ALPHA_THROW_IF(progress.total_size() != temp.total_size(),
132 progress.test_total_size(louds_.total_size());
137 progress.test_total_size(labels_.total_size());
138 progress.test_total_size(link_flags_.total_size());
139 progress.test_total_size(links_.total_size());
140 progress.test_total_size(tail_.total_size());
148 progress.test_total_size(trie_->terminal_flags_.total_size());
166 progress.test_total_size(labels_.total_size());
[all...]
/external/oprofile/libopagent/
H A Djitdump.h58 /* 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
H A Dopagent.c206 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/
H A Dburn_library.h20 total_size(status.total_size) {
28 int64 total_size; member in struct:ImageBurnStatus
/external/marisa-trie/tests/
H A Dtail-test.cc17 ASSERT(tail.total_size() == sizeof(marisa::UInt32));
24 ASSERT(tail.total_size() == sizeof(marisa::UInt32));
33 ASSERT(tail.total_size() == (sizeof(marisa::UInt32) + tail.size()));
45 ASSERT(tail.total_size() == (sizeof(marisa::UInt32) + tail.size()));
55 ASSERT(tail.total_size() == (sizeof(marisa::UInt32) + tail.size()));
73 ASSERT(tail.total_size() == (sizeof(marisa::UInt32) + tail.size()));
80 ASSERT(tail.total_size() == (sizeof(marisa::UInt32) + tail.size()));
92 ASSERT(tail.total_size() == sizeof(marisa::UInt32));
100 ASSERT(tail.total_size() == (sizeof(marisa::UInt32) + tail.size()));
112 ASSERT(tail.total_size()
[all...]
H A Dvector-test.cc30 ASSERT(vec.total_size() == sizeof(marisa::UInt32));
41 ASSERT(vec.total_size() == sizeof(marisa::UInt32)
74 ASSERT(vec.total_size() == sizeof(marisa::UInt32)
88 ASSERT(vec.total_size() == sizeof(marisa::UInt32)
128 ASSERT(vec.total_size() == sizeof(marisa::UInt32) * 4);
137 ASSERT(vec.total_size() == sizeof(marisa::UInt32) * 4);
146 ASSERT(vec.total_size() == sizeof(marisa::UInt32) * 5);
215 ASSERT(bv.total_size() == sizeof(marisa::UInt32) * 5);
252 ASSERT(bv.total_size() == sizeof(marisa::UInt32) * 5);
/external/marisa-trie/v0_1_5/tests/
H A Dtail-test.cc17 ASSERT(tail.total_size() == sizeof(marisa_alpha::UInt32));
24 ASSERT(tail.total_size() == sizeof(marisa_alpha::UInt32));
33 ASSERT(tail.total_size() == (sizeof(marisa_alpha::UInt32) + tail.size()));
45 ASSERT(tail.total_size() == (sizeof(marisa_alpha::UInt32) + tail.size()));
55 ASSERT(tail.total_size() == (sizeof(marisa_alpha::UInt32) + tail.size()));
73 ASSERT(tail.total_size() == (sizeof(marisa_alpha::UInt32) + tail.size()));
80 ASSERT(tail.total_size() == (sizeof(marisa_alpha::UInt32) + tail.size()));
93 ASSERT(tail.total_size() == sizeof(marisa_alpha::UInt32));
101 ASSERT(tail.total_size() == (sizeof(marisa_alpha::UInt32) + tail.size()));
114 ASSERT(tail.total_size()
[all...]
/external/blktrace/btt/
H A Dmmap.c37 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);
/external/protobuf/python/google/protobuf/internal/
H A Dwire_format.py209 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/
H A Dpreparse-data.cc94 int total_size = PreparseDataConstants::kHeaderSize + function_size; local
95 Vector<unsigned> data = Vector<unsigned>::New(total_size);
149 int total_size = PreparseDataConstants::kHeaderSize + function_size local
151 Vector<unsigned> data = Vector<unsigned>::New(total_size);
162 Vector<byte>::cast(data.SubVector(symbol_start, total_size)));
/external/chromium/chrome/browser/download/
H A Ddownload_item_model.cc113 int64 total_size = download_->total_bytes(); local
121 base::FormatNumber(total_size));
135 base::FormatNumber(total_size));
/external/oprofile/opjitconv/
H A Dparse_dump.c144 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/webkit/Tools/wx/build/
H A Dbuild_utils.py93 def download_callback(downloaded, block_size, total_size):
95 if downloaded > total_size:
96 downloaded = total_size
97 sys.stdout.write('%s %d of %d bytes downloaded\r' % (filename, downloaded, total_size))
/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.cc777 int total_size = 0; local
780 total_size += 1 * this->file_size();
782 total_size +=
788 total_size +=
793 _cached_size_ = total_size;
795 return total_size;
1239 int total_size = 0; local
1244 total_size += 1 +
1251 total_size += 1 +
1258 total_size
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/
H A Dplugin.pb.cc371 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 local
989 int total_size = 0; local
[all...]

Completed in 440 milliseconds

12345