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

1 2 3 4 5 6

  /external/chromium_org/third_party/libwebp/utils/
utils.c 26 const uint64_t total_size = nmemb * size; local
29 if (total_size != (size_t)total_size) return 0;
  /external/webp/src/utils/
utils.c 26 const uint64_t total_size = nmemb * size; local
29 if (total_size != (size_t)total_size) return 0;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
dxbc_assemble.cpp 37 size_t total_size = sizeof(dxbc_container_header) + data_size; local
38 dxbc_container_header* header = (dxbc_container_header*)malloc(total_size);
45 header->total_size = bswap_le32(total_size);
58 return std::make_pair((void*)header, total_size);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
dxbc_assemble.cpp 37 size_t total_size = sizeof(dxbc_container_header) + data_size; local
38 dxbc_container_header* header = (dxbc_container_header*)malloc(total_size);
45 header->total_size = bswap_le32(total_size);
58 return std::make_pair((void*)header, total_size);
  /external/chromium_org/cc/resources/
tile.cc 59 size_t total_size = 0; local
61 total_size += managed_state_.tile_versions[mode].GPUMemoryUsageInBytes();
62 return total_size;
  /external/marisa-trie/lib/marisa/
tail.h 49 std::size_t total_size() const { function in class:marisa::Tail
50 return buf_.total_size();
progress.h 22 void test_total_size(std::size_t total_size) {
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
bitvector.h 75 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();
intvector.h 77 std::size_t total_size() const { function in class:marisa::IntVector
78 return units_.total_size() + sizeof(num_bits_per_int_)
trie.cc 137 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_);
vector.h 96 std::size_t total_size() const { function in class:marisa::Vector
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
tail.h 50 std::size_t total_size() const { function in class:marisa_alpha::Tail
51 return buf_.total_size();
progress.h 22 void test_total_size(std::size_t total_size) {
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
bitvector.h 75 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();
intvector.h 77 std::size_t total_size() const { function in class:marisa_alpha::IntVector
78 return units_.total_size() + sizeof(num_bits_per_int_)
trie.cc 137 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_);
vector.h 96 std::size_t total_size() const { function in class:marisa_alpha::Vector
  /external/chromium/chrome/browser/chromeos/cros/
burn_library.h 20 total_size(status.total_size) {
28 int64 total_size; member in struct:ImageBurnStatus
  /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));
  /external/chromium_org/components/nacl/common/
pnacl_types.h 35 int64 total_size; member in struct:nacl::PnaclInstallProgress
  /external/chromium_org/media/mp4/
avc.cc 67 int total_size = 0; local
69 total_size += avc_config.sps_list[i].size() + kAnnexBStartCodeSize;
71 total_size += avc_config.pps_list[i].size() + kAnnexBStartCodeSize;
72 buffer->reserve(total_size);
  /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);
  /external/chromium_org/v8/src/
preparse-data.cc 95 int total_size = PreparseDataConstants::kHeaderSize + function_size; local
96 Vector<unsigned> data = Vector<unsigned>::New(total_size);
150 int total_size = PreparseDataConstants::kHeaderSize + function_size local
152 Vector<unsigned> data = Vector<unsigned>::New(total_size);
163 Vector<byte>::cast(data.SubVector(symbol_start, total_size)));
  /external/v8/src/
preparse-data.cc 94 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)));
  /art/runtime/
mapping_table.h 45 uint32_t total_size = DecodeUnsignedLeb128(&table); variable
47 return total_size - pc_to_dex_size;
54 DecodeUnsignedLeb128(&table); // Total_size, unused.
122 DecodeUnsignedLeb128(&table); // Total_size, unused.
131 DecodeUnsignedLeb128(&table); // Total_size, unused.

Completed in 1020 milliseconds

1 2 3 4 5 6