/external/ltp/testcases/kernel/sched/sched_stress/ |
D | sched_tc6.c | 318 long total_bytes; in read_file() local 326 total_bytes = 0; in read_file() 334 total_bytes = total_bytes + bytes_read; in read_file() 340 printf("\r\ttotal bytes read = %ld", total_bytes); in read_file() 343 total_bytes = 0; in read_file()
|
/external/autotest/client/bin/result_tools/ |
D | view.py | 299 def _get_size_percent(size_original, total_bytes): argument 308 if total_bytes == 0: 310 return '%.1f%%' % (100*float(size_original)/total_bytes) 331 def _get_dirs_html(dirs, parent_path, total_bytes, indentation): argument 352 total_bytes),
|
/external/libmojo/mojo/edk/js/ |
D | drain_data.cc | 81 size_t total_bytes = 0; in DeliverData() local 83 total_bytes += data_buffers_[i]->size(); in DeliverData() 88 v8::ArrayBuffer::New(isolate_, total_bytes); in DeliverData() 91 CHECK_EQ(total_bytes, buffer.num_bytes()); in DeliverData()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv84_video_bsp.c | 94 unsigned total_bytes = 0; in nv84_decoder_bsp() local 193 assert(total_bytes + num_bytes[i] < dec->bitstream->size / 2 - 0x700); in nv84_decoder_bsp() 194 memcpy(dec->bitstream->map + 0x700 + total_bytes, data[i], num_bytes[i]); in nv84_decoder_bsp() 195 total_bytes += num_bytes[i]; in nv84_decoder_bsp() 197 memcpy(dec->bitstream->map + 0x700 + total_bytes, end, sizeof(end)); in nv84_decoder_bsp() 198 total_bytes += sizeof(end); in nv84_decoder_bsp() 199 more_params[1] = total_bytes; in nv84_decoder_bsp()
|
/external/libchrome/base/ |
D | sys_info_posix.cc | 78 int64_t* total_bytes) { in GetDiskSpaceInfo() argument 85 if (total_bytes) in GetDiskSpaceInfo() 86 *total_bytes = static_cast<int64_t>(stats.f_blocks) * stats.f_frsize; in GetDiskSpaceInfo()
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | psock_tpacket.c | 112 static unsigned int total_packets, total_bytes; variable 262 total_bytes += ppd.v1->tp_h.tp_snaplen; in walk_v1_v2_rx() 268 total_bytes += ppd.v2->tp_h.tp_snaplen; in walk_v1_v2_rx() 291 fprintf(stderr, " %u pkts (%u bytes)", NUM_PACKETS, total_bytes >> 1); in walk_v1_v2_rx() 449 total_bytes += ppd.v1->tp_h.tp_snaplen; in walk_tx() 459 total_bytes += ppd.v2->tp_h.tp_snaplen; in walk_tx() 471 total_bytes += tx->tp_snaplen; in walk_tx() 588 total_bytes += bytes; in __v3_walk_block() 635 fprintf(stderr, " %u pkts (%u bytes)", NUM_PACKETS, total_bytes >> 1); in walk_v3_rx() 721 total_bytes = 0; in setup_ring()
|
/external/syslinux/extlinux/ |
D | btrfs.h | 67 uint64_t total_bytes; member 86 uint64_t total_bytes; member 161 __u64 total_bytes; /* out */ member
|
/external/syslinux/gpxe/src/net/udp/ |
D | slam.c | 138 unsigned long total_bytes; member 433 &slam->total_bytes ) ) != 0 ) in slam_pull_header() 445 slam->num_blocks = ( ( slam->total_bytes + slam->block_size - 1 ) / in slam_pull_header() 449 "blocks %ld\n", slam, slam->total_bytes, slam->block_size, in slam_pull_header() 468 xfer_seek ( &slam->xfer, slam->total_bytes, SEEK_SET ); in slam_pull_header()
|
/external/e2fsprogs/lib/ext2fs/ |
D | tdbtool.c | 363 static int total_bytes; variable 367 total_bytes += dbuf.dsize; in traverse_fn() 374 total_bytes = 0; in info_tdb() 378 printf("%d records totalling %d bytes\n", count, total_bytes); in info_tdb()
|
/external/libcups/cups/ |
D | string.c | 535 size_t *total_bytes) /* O - Total string bytes */ in _cupsStrStatistics() argument 574 if (total_bytes) in _cupsStrStatistics() 575 *total_bytes = tbytes; in _cupsStrStatistics()
|
D | string-private.h | 195 extern size_t _cupsStrStatistics(size_t *alloc_bytes, size_t *total_bytes);
|
/external/syslinux/core/fs/btrfs/ |
D | btrfs.h | 67 __le64 total_bytes; member 98 __le64 total_bytes; member
|
D | btrfs.c | 162 bfs->sb.total_bytes = ~0; /* Unknown as of yet */ in btrfs_read_super_block() 167 if (offset >= bfs->sb.total_bytes) in btrfs_read_super_block()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_batchbuffer.c | 398 int total_bytes = bytes_for_commands + bytes_for_state; in _intel_batchbuffer_flush() local 402 total_bytes, in _intel_batchbuffer_flush() 403 100.0f * total_bytes / BATCH_SZ); in _intel_batchbuffer_flush()
|
/external/fio/ |
D | backend.c | 841 uint64_t total_bytes, bytes_issued = 0; in do_io() local 853 total_bytes = td->o.size; in do_io() 859 total_bytes = max(total_bytes, (uint64_t) td->o.io_size); in do_io() 867 total_bytes += td->o.size; in do_io() 872 total_bytes += td->total_io_size; in do_io() 905 if (bytes_issued >= total_bytes && in do_io()
|
/external/kernel-headers/original/uapi/linux/ |
D | btrfs.h | 220 __u64 total_bytes; /* out */ member 565 __u64 total_bytes; member
|
D | btrfs_tree.h | 352 __le64 total_bytes; member
|
/external/squashfs-tools/squashfs-tools/ |
D | mksquashfs.c | 137 long long bytes = 0, total_bytes = 0; variable 425 total_bytes = stotal_bytes; in restorefs() 1745 total_bytes += avail_bytes; in generic_write_table() 1753 total_bytes += length2; in generic_write_table() 1759 total_bytes += list_size; in generic_write_table() 2595 total_bytes += size; in write_file_frag() 2664 total_bytes += read_size; in write_file_process() 2794 total_bytes += read_size; in write_file_blocks_dup() 2908 total_bytes += read_size; in write_file_blocks() 5119 total_bytes += total_inode_bytes + total_directory_bytes + in write_filesystem_tables() [all …]
|
/external/e2fsprogs/lib/blkid/ |
D | probe.h | 644 __u64 total_bytes; member 706 __u64 total_bytes; member
|
/external/strace/ |
D | btrfs.c | 506 info->total_bytes, info->used_bytes); in print_btrfs_ioctl_space_info() 650 args.bytes_used, args.total_bytes); in MPERS_PRINTER_DECL()
|
/external/strace/tests-mx32/ |
D | btrfs.c | 1081 info->total_bytes, info->used_bytes); in btrfs_test_space_info_ioctl()
|
/external/strace/tests-m32/ |
D | btrfs.c | 1081 info->total_bytes, info->used_bytes); in btrfs_test_space_info_ioctl()
|
/external/strace/tests/ |
D | btrfs.c | 1081 info->total_bytes, info->used_bytes); in btrfs_test_space_info_ioctl()
|
/external/valgrind/perf/ |
D | tinycc.c | 2389 static int total_bytes; variable 7550 total_bytes += len; in tcc_peekc_slow() 21753 if (total_bytes < 1) in main2() 21754 total_bytes = 1; in main2() 21756 tok_ident - TOK_IDENT, total_lines, total_bytes, in main2() 21758 total_bytes / total_time / 1000000.0); in main2()
|