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

1 2

  /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/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/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;
extension_set_heavy.cc 236 int total_size = local
242 total_size += iter->second.SpaceUsedExcludingSelf();
244 return total_size;
253 int total_size = 0; local
258 total_size += sizeof(*repeated_##LOWERCASE##_value) + \
278 total_size += sizeof(*repeated_message_value) +
285 total_size += sizeof(*string_value) +
289 total_size += down_cast<Message*>(message_value)->SpaceUsed();
296 return total_size;
extension_set.cc 1021 int total_size = 0; local
1032 int total_size = 0; local
    [all...]
generated_message_reflection.cc 212 int total_size = object_size_; local
214 total_size += GetUnknownFields(message).SpaceUsedExcludingSelf();
217 total_size += GetExtensionSet(message).SpaceUsedExcludingSelf();
227 total_size += GetRaw<RepeatedField<LOWERCASE> >(message, field) \
245 total_size += GetRaw<RepeatedPtrField<string> >(message, field)
254 total_size +=
286 total_size += sizeof(*ptr) + StringSpaceUsedExcludingSelf(*ptr);
301 total_size += sub_message->SpaceUsed();
309 return total_size;
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngmem.c 163 png_uint_32 total_size; local
183 total_size = ((png_uint_32)65536L) * (png_uint_32)num_blocks+16;
185 table = farmalloc(total_size);
  /external/qemu/
elf_ops.h 186 int size, i, total_size; local
232 total_size = 0;
251 total_size += mem_size;
266 return total_size;
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
osmemapi.c 101 __u32 total_size = Size + sizeof(struct os_mem_block) + sizeof(__u32); local
105 os_printf("MTT:%s:%d ::os_memoryAlloc(0x%p, %lu) : %lu\n",__FUNCTION__, __LINE__,OsContext,Size,total_size);
114 if (total_size < 6 * 4096)
116 if (total_size < 2 * 4096)
119 blk = kmalloc(total_size, flags);
136 blk = vmalloc(total_size);
144 os_profile (OsContext, 4, total_size);
149 *(__u32 *)((unsigned char *)blk + total_size - sizeof(__u32)) = MEM_BLOCK_END;
299 __u32 total_size = Size + sizeof(struct os_mem_block) + sizeof(__u32); local
308 blk = kmalloc(total_size, flags | GFP_DMA)
    [all...]
  /system/core/cpio/
mkbootfs.c 38 static int total_size = 0; variable
52 while(total_size & 3) {
53 total_size++;
80 total_size += 6 + 8*13 + olen + 1;
84 while(total_size & 3) {
85 total_size++;
91 total_size += datasize;
101 while(total_size & 0xff) {
102 total_size++;
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
osmemapi.c 98 __u32 total_size = Size + sizeof(struct os_mem_block) + sizeof(__u32); local
101 os_printf("MTT:%s:%d ::os_memoryAlloc(0x%p, %lu) : %lu\n",__FUNCTION__, __LINE__,OsContext,Size,total_size);
103 if( total_size < Size ) { /* Dm: Security fix */
111 if (total_size < 2 * 4096)
114 blk = kmalloc(total_size, GFP_ATOMIC);
116 blk = kmalloc(total_size, GFP_KERNEL);
128 blk = vmalloc(total_size);
134 os_profile (OsContext, 4, total_size);
139 *(__u32 *)((unsigned char *)blk + total_size - sizeof(__u32)) = MEM_BLOCK_END;
174 __u32 total_size = Size + sizeof(struct os_mem_block) + sizeof(__u32) local
338 __u32 total_size = Size + sizeof(struct os_mem_block) + sizeof(__u32); local
    [all...]
  /system/wlan/ti/wilink_6_1/platforms/os/linux/src/
osmemapi.c 101 __u32 total_size = Size + sizeof(struct os_mem_block) + sizeof(__u32); local
104 os_printf("MTT:%s:%d ::os_memoryAlloc(0x%p, %lu) : %lu\n",__FUNCTION__, __LINE__,OsContext,Size,total_size);
113 if (total_size < 6 * 4096)
115 if (total_size < 2 * 4096)
119 blk = kmalloc(total_size, GFP_ATOMIC);
121 blk = kmalloc(total_size, GFP_KERNEL);
136 blk = vmalloc(total_size);
144 os_profile (OsContext, 4, total_size);
149 *(__u32 *)((unsigned char *)blk + total_size - sizeof(__u32)) = MEM_BLOCK_END;
300 __u32 total_size = Size + sizeof(struct os_mem_block) + sizeof(__u32) local
    [all...]
  /bootable/diskinstaller/libdiskconfig/
diskconfig.c 274 uint64_t total_size; local
343 total_size = dinfo->skip_lba * dinfo->sect_size;
349 total_size += part->len_kb * 1024;
370 if (S_ISBLK(stat.st_mode) && total_size > disk_size) {
372 "size (%llu).", total_size, disk_size);
  /system/core/libdiskconfig/
diskconfig.c 276 uint64_t total_size; local
345 total_size = dinfo->skip_lba * dinfo->sect_size;
351 total_size += part->len_kb * 1024;
373 if (S_ISBLK(stat.st_mode) && total_size > disk_size) {
375 "size (%llu).", total_size, disk_size);
  /external/chromium/third_party/icu/source/common/
propname.h 175 int16_t total_size; /* size in bytes excluding the udata header */ member in class:PropertyAliases
444 * int16_t total_size; // size in bytes excluding the udata header
  /external/icu4c/common/
propname.h 175 int16_t total_size; /* size in bytes excluding the udata header */ member in class:PropertyAliases
444 * int16_t total_size; // size in bytes excluding the udata header
  /external/qemu/audio/
wavaudio.c 235 int total_size; member in struct:WAVVoiceIn
286 wav->total_size = le_read( hdr+40, 4 );
  /external/qemu/block/
raw-win32.c 216 int64_t total_size = 0; local
221 total_size = options->value.n / 512;
231 ftruncate(fd, total_size * 512);
  /hardware/ril/mock-ril/src/cpp/
msgheader.pb.cpp 312 int total_size = 0; local
317 total_size += 1 +
324 total_size += 1 +
331 total_size += 1 +
338 total_size += 1 +
345 total_size +=
350 _cached_size_ = total_size;
352 return total_size;
  /hardware/ril/mock-ril/src/generated/cpp/
msgheader.pb.cpp 312 int total_size = 0; local
317 total_size += 1 +
324 total_size += 1 +
331 total_size += 1 +
338 total_size += 1 +
345 total_size +=
350 _cached_size_ = total_size;
352 return total_size;
  /system/extras/showslab/
showslab.c 33 unsigned long total_size; /* size of all objects */ member in struct:slab_stat
136 stats->total_size += p->nr_objs * p->obj_size;
151 stats->avg_obj_size = stats->total_size / stats->nr_objs;
327 stats.total_size / 1024.0,
328 100.0 * stats.active_size / stats.total_size,
  /bionic/libc/bionic/
malloc_debug_qemu.c 795 size_t total_size; local
830 total_size = desc.requested_bytes + desc.prefix_size + desc.suffix_size;
831 total_elements = total_size / elem_size
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.cc 371 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 = 0 local
989 int total_size = 0; local
    [all...]
  /build/tools/signapk/
SignApk.java 354 int total_size = temp.size() + 6; local
355 if (total_size > 0xffff) {
359 int signature_start = total_size - message.length - 1;
371 temp.write(total_size & 0xff);
372 temp.write((total_size >> 8) & 0xff);
388 outputStream.write(total_size & 0xff);
389 outputStream.write((total_size >> 8) & 0xff);
  /external/dnsmasq/src/
cache.c 871 int i, total_size = daemon->cachesize; local
907 total_size = read_hostsfile(HOSTSFILE, 0, total_size);
1002 total_size = read_hostsfile(ah->fname, ah->index, total_size);
    [all...]

Completed in 898 milliseconds

1 2