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

1 2 3 4 5 6 7

  /external/chromium_org/third_party/brotli/src/brotli/dec/
safe_malloc.c 27 const uint64_t total_size = nmemb * size; local
30 if (total_size != (size_t)total_size) return 0;
huffman.c 81 int total_size; /* sum of root table size and 2nd level table sizes */ local
112 total_size = table_size;
118 for (key = 0; key < total_size; ++key) {
122 return total_size;
138 mask = total_size - 1;
146 total_size += table_size;
159 return 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/chromium_org/v8/src/
preparse-data.cc 65 int total_size = PreparseDataConstants::kHeaderSize + function_size; local
66 unsigned* data = NewArray<unsigned>(total_size);
75 total_size * sizeof(unsigned));
  /external/chromium_org/cc/resources/
tile.cc 94 size_t total_size = 0; local
96 total_size += managed_state_.tile_versions[mode].GPUMemoryUsageInBytes();
97 return 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);
  /art/runtime/
mapping_table.h 45 uint32_t total_size = DecodeUnsignedLeb128(&table); variable
47 return total_size - pc_to_dex_size;
54 uint32_t total_size = DecodeUnsignedLeb128(&table); local
57 DCHECK_GT(total_size, pc_to_dex_size);
128 DecodeUnsignedLeb128(&table); // Total_size, unused.
137 DecodeUnsignedLeb128(&table); // Total_size, unused.
  /external/chromium_org/chromeos/dbus/
image_burner_client.cc 106 int64 total_size; local
109 !reader.PopInt64(&total_size)) {
115 total_size);
  /external/chromium_org/gpu/command_buffer/service/
program_cache.cc 109 const size_t total_size = shader0_size + shader1_size + map_size; local
111 scoped_ptr<unsigned char[]> buffer(new unsigned char[total_size]);
132 total_size, reinterpret_cast<unsigned char*>(result));
  /external/chromium_org/net/base/
upload_data_stream.cc 147 uint64 total_size = 0; local
150 total_size += reader->GetContentLength();
152 total_size_ = total_size;
  /external/chromium_org/net/server/
http_connection.h 95 int total_size() const { return total_size_; } function in class:net::HttpConnection::QueuedWriteIOBuffer
  /external/chromium_org/third_party/libpng/
pngmem.c 176 png_uint_32 total_size; local
196 total_size = ((png_uint_32)65536L) * (png_uint_32)num_blocks+16;
198 table = farmalloc(total_size);
  /external/chromium_org/third_party/libwebp/utils/
utils.c 165 const uint64_t total_size = nmemb * size; local
168 if (total_size != (size_t)total_size) return 0;
175 if (mem_limit > 0 && total_mem + total_size >= mem_limit) {
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_resource.h 49 uint32_t total_size; member in struct:nv50_miptree
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_screen_cache.h 123 unsigned total_size; member in struct:svga_host_surface_cache
  /external/chromium_org/third_party/webrtc/base/
multipart.cc 212 size_t part_size, total_size = 0; local
217 total_size += part_size;
220 *size = total_size;
229 size_t part_size, total_size = 0; local
234 total_size += part_size;
237 *size = total_size;
  /external/chromium_org/tools/cygprofile/
patch_orderfile.py 106 total_size = 0 variable
109 total_size = total_size + size variable
117 sys.stderr.write ("total_size: " + str(total_size) + "\n")
  /external/e2fsprogs/lib/ext2fs/
imager.c 289 int c, total_size; local
313 total_size = size * fs->group_desc_count;
335 size = total_size % fs->blocksize;
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_resource.h 49 uint32_t total_size; member in struct:nv50_miptree
  /external/mesa3d/src/gallium/drivers/svga/
svga_screen_cache.h 123 unsigned total_size; member in struct:svga_host_surface_cache
  /external/pcre/dist/sljit/
sljitExecAllocator.c 148 static sljit_uw total_size; variable
220 total_size += chunk_size;
281 if (total_size - free_block->size > (allocated_size * 3 / 2)) {
282 total_size -= free_block->size;
303 total_size -= free_block->size;
310 SLJIT_ASSERT((total_size && free_blocks) || (!total_size && !free_blocks));
  /external/protobuf/src/google/protobuf/
unknown_field_set.cc 71 int total_size = sizeof(*fields_) + sizeof(UnknownField) * fields_->size(); local
76 total_size += sizeof(*field.length_delimited_) +
80 total_size += field.group_->SpaceUsed();
86 return total_size;
  /external/qemu/distrib/libpng-1.2.46/
pngmem.c 176 png_uint_32 total_size; local
196 total_size = ((png_uint_32)65536L) * (png_uint_32)num_blocks+16;
198 table = farmalloc(total_size);
  /external/qemu/include/hw/
elf_ops.h 186 int size, i, total_size; local
232 total_size = 0;
251 total_size += mem_size;
266 return total_size;

Completed in 684 milliseconds

1 2 3 4 5 6 7