Home
last modified time | relevance | path

Searched refs:total_bytes (Results 1 – 24 of 24) sorted by relevance

/external/ltp/testcases/kernel/sched/sched_stress/
Dsched_tc6.c318 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/
Dview.py299 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/
Ddrain_data.cc81 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/
Dnv84_video_bsp.c94 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/
Dsys_info_posix.cc78 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/
Dpsock_tpacket.c112 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/
Dbtrfs.h67 uint64_t total_bytes; member
86 uint64_t total_bytes; member
161 __u64 total_bytes; /* out */ member
/external/syslinux/gpxe/src/net/udp/
Dslam.c138 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/
Dtdbtool.c363 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/
Dstring.c535 size_t *total_bytes) /* O - Total string bytes */ in _cupsStrStatistics() argument
574 if (total_bytes) in _cupsStrStatistics()
575 *total_bytes = tbytes; in _cupsStrStatistics()
Dstring-private.h195 extern size_t _cupsStrStatistics(size_t *alloc_bytes, size_t *total_bytes);
/external/syslinux/core/fs/btrfs/
Dbtrfs.h67 __le64 total_bytes; member
98 __le64 total_bytes; member
Dbtrfs.c162 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/
Dintel_batchbuffer.c398 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/
Dbackend.c841 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/
Dbtrfs.h220 __u64 total_bytes; /* out */ member
565 __u64 total_bytes; member
Dbtrfs_tree.h352 __le64 total_bytes; member
/external/squashfs-tools/squashfs-tools/
Dmksquashfs.c137 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/
Dprobe.h644 __u64 total_bytes; member
706 __u64 total_bytes; member
/external/strace/
Dbtrfs.c506 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/
Dbtrfs.c1081 info->total_bytes, info->used_bytes); in btrfs_test_space_info_ioctl()
/external/strace/tests-m32/
Dbtrfs.c1081 info->total_bytes, info->used_bytes); in btrfs_test_space_info_ioctl()
/external/strace/tests/
Dbtrfs.c1081 info->total_bytes, info->used_bytes); in btrfs_test_space_info_ioctl()
/external/valgrind/perf/
Dtinycc.c2389 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()