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

1 2 3 4 5 6 7 8 91011

  /external/marisa-trie/lib/marisa/
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();
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
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();
  /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;
  /prebuilts/gcc/linux-x86/host/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),
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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),
  /prebuilts/ndk/5/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),
  /prebuilts/ndk/6/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),
  /prebuilts/ndk/7/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),
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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),
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/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),
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/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/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/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
  /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_org/media/mp4/
cenc.h 25 bool GetTotalSizeOfSubsamples(size_t* total_size) const WARN_UNUSED_RESULT;
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/
storage_manager.c 41 size_t total_size; /**< Size in bytes to store non volatile data */ member in struct:data_storage_t
53 ds.total_size = sizeof(struct data_header_t);
85 ds.total_size += size + sizeof(struct data_header_t);
97 *size = ds.total_size;
178 if (sz >= ds.total_size) {
195 ds.total_size - sizeof(struct data_header_t));
197 hd->size = ds.total_size;
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
storage_manager.c 45 size_t total_size; /**< Size in bytes to store non volatile data */ member in struct:data_storage_t
57 ds.total_size = sizeof(struct data_header_t);
89 ds.total_size += size + sizeof(struct data_header_t);
101 *size = ds.total_size;
184 if (sz >= ds.total_size) {
201 ds.total_size - sizeof(struct data_header_t));
203 hd->size = ds.total_size;
  /external/marisa-trie/tests/
tail-test.cc 17 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() == (sizeof(marisa::UInt32) + tail.size()))
    [all...]
  /external/marisa-trie/v0_1_5/tests/
tail-test.cc 17 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() == (sizeof(marisa_alpha::UInt32) + tail.size()))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_screen_cache.c 46 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 -= surface_size(&entry->key)
    [all...]

Completed in 2085 milliseconds

1 2 3 4 5 6 7 8 91011