Searched defs:total_bytes (Results 1 - 7 of 7) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dtdbtool.c362 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/
H A Dbackend.c722 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)
/external/lldb/tools/driver/
H A DDriver.cpp782 size_t total_bytes = 0; local
786 total_bytes += len;
788 return total_bytes;
797 size_t total_bytes = 0; local
801 total_bytes += len;
803 return total_bytes;
/external/kernel-headers/original/uapi/linux/
H A Dbtrfs.h176 __u64 total_bytes; /* out */ member in struct:btrfs_ioctl_dev_info_args
355 __u64 total_bytes; member in struct:btrfs_ioctl_space_info
/external/e2fsprogs/lib/blkid/
H A Dprobe.h641 __u64 total_bytes; member in struct:btrfs_dev_item
703 __u64 total_bytes; member in struct:btrfs_super_block
/external/squashfs-tools/squashfs-tools/
H A Dmksquashfs.c121 long long bytes = 0, total_bytes = 0; variable
391 total_bytes = stotal_bytes;
1640 total_bytes += avail_bytes;
1648 total_bytes += length2;
1654 total_bytes += list_size;
2490 total_bytes += size;
2559 total_bytes += read_size;
2689 total_bytes += read_size;
2796 total_bytes += read_size;
4842 total_bytes
[all...]
/external/valgrind/perf/
H A Dtinycc.c2391 static int total_bytes;
7552 total_bytes += len;
21755 if (total_bytes < 1)
21756 total_bytes = 1;
21758 tok_ident - TOK_IDENT, total_lines, total_bytes,
21760 total_bytes / total_time / 1000000.0);
2389 static int total_bytes; variable

Completed in 331 milliseconds