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

123456789

/external/chromium_org/third_party/libwebp/utils/
H A Dutils.c26 const uint64_t total_size = nmemb * size; local
29 if (total_size != (size_t)total_size) return 0;
/external/webp/src/utils/
H A Dutils.c26 const uint64_t total_size = nmemb * size; local
29 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_);
/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();
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
H A Ddxbc_assemble.cpp37 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/
H A Ddxbc_assemble.cpp37 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/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
/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/chromium_org/media/mp4/
H A Dcenc.h25 bool GetTotalSizeOfSubsamples(size_t* total_size) const WARN_UNUSED_RESULT;
H A Davc.cc67 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);
H A Dcenc.cc45 bool FrameCENCInfo::GetTotalSizeOfSubsamples(size_t* total_size) const {
53 *total_size = size;
/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...]
/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/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_screen_cache.c46 unsigned bw, bh, bpb, total_size, i; local
60 total_size = 0;
67 total_size += img_size;
70 total_size *= key->numFaces;
72 return total_size;
135 assert(surf_size <= cache->total_size);
136 if (surf_size > cache->total_size)
137 cache->total_size = 0; /* should never happen, but be safe */
139 cache->total_size -= surf_size;
179 cache->total_size
[all...]
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_screen_cache.c46 unsigned bw, bh, bpb, total_size, i; local
60 total_size = 0;
67 total_size += img_size;
70 total_size *= key->numFaces;
72 return total_size;
135 assert(surf_size <= cache->total_size);
136 if (surf_size > cache->total_size)
137 cache->total_size = 0; /* should never happen, but be safe */
139 cache->total_size -= surf_size;
179 cache->total_size
[all...]
/external/chromium_org/cc/resources/
H A Dtile.cc78 size_t total_size = 0; local
80 total_size += managed_state_.tile_versions[mode].GPUMemoryUsageInBytes();
81 return total_size;
/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/chromium_org/cc/base/
H A Dtiling_data.h27 gfx::Size total_size,
31 gfx::Size total_size,
34 gfx::Size total_size() const { return total_size_; } function in class:cc::TilingData
35 void SetTotalSize(const gfx::Size total_size);
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Doperation_chromeos.cc76 int64 total_size) {
77 int progress = kProgressComplete * num_bytes_burnt / total_size;
74 OnBurnProgress(const std::string& target_path, int64 num_bytes_burnt, int64 total_size) argument
/external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
H A Dcld_utf8statetable.h80 const uint32 total_size; member in struct:__anon11457
96 const uint32 total_size; member in struct:__anon11458

Completed in 654 milliseconds

123456789