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

1 2

  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
viddec_pm_utils_list.h 32 int32_t total_bytes; /* total bytes for current access unit including first sc prefix*/ member in struct:__anon29762
  /system/connectivity/shill/net/
netlink_message.cc 255 int total_bytes = message_body_.GetLength(); local
258 string output = StringPrintf("%d bytes:", total_bytes);
259 for (int i = 0; i < total_bytes; ++i) {
netlink_attribute.cc 1065 int total_bytes = data_.GetLength(); local
1068 *output = StringPrintf("%d bytes:", total_bytes);
1069 for (int i = 0; i < total_bytes; ++i) {
    [all...]
  /external/v8/build/android/pylib/device/commands/java/src/org/chromium/android/commands/unzip/
Unzip.java 65 int total_bytes = 0; local
68 total_bytes += actual_bytes;
  /system/core/debuggerd/
utility.cpp 181 size_t total_bytes = start + bytes; local
189 if (current >= start && current + sizeof(uintptr_t) <= total_bytes) {
  /system/update_engine/
metrics.cc 384 int64_t total_bytes = 0; local
399 total_bytes += num_bytes_downloaded[i];
403 mbs = total_bytes / kNumBytesInOneMiB;
payload_state.cc 671 int64_t total_bytes = 0; local
692 total_bytes += bytes;
699 download_overhead_percentage = (total_bytes - successful_bytes) * 100ULL /
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tdbtool.c 362 static int total_bytes; variable
366 total_bytes += dbuf.dsize;
373 total_bytes = 0;
377 printf("%d records totalling %d bytes\n", count, total_bytes);
  /external/fio/
backend.c 722 uint64_t total_bytes, bytes_issued = 0; local
731 total_bytes = td->o.size;
737 total_bytes = max(total_bytes, (uint64_t) td->o.io_limit);
745 total_bytes += td->o.size;
773 if (bytes_issued >= total_bytes)
    [all...]
  /hardware/intel/common/libmix/mix_audio/src/
mixaudio.c 1600 size_t total_bytes = 0; local
    [all...]
  /hardware/libhardware/include/hardware/
context_hub.h 116 uint32_t total_bytes; member in struct:mem_range_t
  /art/runtime/gc/allocator/
rosalloc.cc 483 const size_t total_bytes = num_pages * kPageSize; local
484 *bytes_allocated = total_bytes;
485 *usable_size = total_bytes;
486 *bytes_tl_bulk_allocated = total_bytes;
494 CHECK_EQ(total_bytes % sizeof(uintptr_t), 0U);
496 for (size_t i = 0; i < total_bytes / sizeof(uintptr_t); ++i) {
    [all...]
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_audio.h 341 uint32_t total_bytes; member in struct:msm_acdb_cmd_device
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_audio.h 362 uint32_t total_bytes; /* Length in bytes used by buffer */ member in struct:msm_acdb_cmd_device
  /hardware/qcom/msm8x26/kernel-headers/linux/
msm_audio.h 380 uint32_t total_bytes; member in struct:msm_acdb_cmd_device
  /hardware/qcom/msm8x26/original-kernel-headers/linux/
msm_audio.h 419 uint32_t total_bytes; /* Length in bytes used by buffer */ member in struct:msm_acdb_cmd_device
  /hardware/qcom/msm8x84/kernel-headers/linux/
msm_audio.h 380 uint32_t total_bytes; member in struct:msm_acdb_cmd_device
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_audio.h 411 uint32_t total_bytes; /* Length in bytes used by buffer */ member in struct:msm_acdb_cmd_device
  /bionic/libc/kernel/uapi/linux/
btrfs.h 167 __u64 total_bytes; member in struct:btrfs_ioctl_dev_info_args
330 __u64 total_bytes; member in struct:btrfs_ioctl_space_info
  /development/ndk/platforms/android-21/include/linux/
btrfs.h 165 __u64 total_bytes; member in struct:btrfs_ioctl_dev_info_args
297 __u64 total_bytes; member in struct:btrfs_ioctl_space_info
  /external/kernel-headers/original/uapi/linux/
btrfs.h 177 __u64 total_bytes; /* out */ member in struct:btrfs_ioctl_dev_info_args
381 __u64 total_bytes; member in struct:btrfs_ioctl_space_info
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 2979 unsigned int code = 0, total_bytes = 0; local
3090 static unsigned long long int total_bytes = 0; local
    [all...]
  /hardware/qcom/msm8994/kernel-headers/linux/
msm_audio.h 387 uint32_t total_bytes; member in struct:msm_acdb_cmd_device
  /hardware/qcom/msm8994/original-kernel-headers/linux/
msm_audio.h 428 uint32_t total_bytes; /* Length in bytes used by buffer */ member in struct:msm_acdb_cmd_device
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_audio.h 390 uint32_t total_bytes; member in struct:msm_acdb_cmd_device

Completed in 4140 milliseconds

1 2