Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dtdbtool.c362 static int total_bytes; variable
366 total_bytes += dbuf.dsize; in traverse_fn()
373 total_bytes = 0; in info_tdb()
377 printf("%d records totalling %d bytes\n", count, total_bytes); in info_tdb()
/external/lldb/tools/driver/
DDriver.cpp782 size_t total_bytes = 0; in GetProcessSTDOUT() local
786 total_bytes += len; in GetProcessSTDOUT()
788 return total_bytes; in GetProcessSTDOUT()
797 size_t total_bytes = 0; in GetProcessSTDERR() local
801 total_bytes += len; in GetProcessSTDERR()
803 return total_bytes; in GetProcessSTDERR()
/external/kernel-headers/original/uapi/linux/
Dbtrfs.h176 __u64 total_bytes; /* out */ member
355 __u64 total_bytes; member
/external/fio/
Dbackend.c722 uint64_t total_bytes, bytes_issued = 0; in do_io() local
731 total_bytes = td->o.size; in do_io()
737 total_bytes = max(total_bytes, (uint64_t) td->o.io_limit); in do_io()
745 total_bytes += td->o.size; in do_io()
773 if (bytes_issued >= total_bytes) in do_io()
/external/e2fsprogs/lib/blkid/
Dprobe.h641 __u64 total_bytes; member
703 __u64 total_bytes; member
/external/squashfs-tools/squashfs-tools/
Dmksquashfs.c121 long long bytes = 0, total_bytes = 0; variable
391 total_bytes = stotal_bytes; in restorefs()
1640 total_bytes += avail_bytes; in generic_write_table()
1648 total_bytes += length2; in generic_write_table()
1654 total_bytes += list_size; in generic_write_table()
2490 total_bytes += size; in write_file_frag()
2559 total_bytes += read_size; in write_file_process()
2689 total_bytes += read_size; in write_file_blocks_dup()
2796 total_bytes += read_size; in write_file_blocks()
4842 total_bytes += total_inode_bytes + total_directory_bytes + in write_filesystem_tables()
[all …]
/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()