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

/external/libchrome/base/
H A Dsys_info_posix.cc78 int64_t* total_bytes) {
85 if (total_bytes)
86 *total_bytes = static_cast<int64_t>(stats.f_blocks) * stats.f_frsize;
76 GetDiskSpaceInfo(const base::FilePath& path, int64_t* available_bytes, int64_t* total_bytes) argument
/external/libmojo/mojo/edk/js/
H A Ddrain_data.cc81 size_t total_bytes = 0; local
83 total_bytes += data_buffers_[i]->size();
85 // Create a total_bytes length ArrayBuffer return value.
88 v8::ArrayBuffer::New(isolate_, total_bytes);
91 CHECK_EQ(total_bytes, buffer.num_bytes());
/external/libcups/cups/
H A Dstring.c535 size_t *total_bytes) /* O - Total string bytes */
574 if (total_bytes)
575 *total_bytes = tbytes;
534 _cupsStrStatistics(size_t *alloc_bytes, size_t *total_bytes) argument
/external/ltp/testcases/kernel/sched/sched_stress/
H A Dsched_tc6.c318 long total_bytes; local
326 total_bytes = 0;
334 total_bytes = total_bytes + bytes_read;
340 printf("\r\ttotal bytes read = %ld", total_bytes);
343 total_bytes = 0;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_batchbuffer.c398 int total_bytes = bytes_for_commands + bytes_for_state; local
402 total_bytes,
403 100.0f * total_bytes / BATCH_SZ);
/external/syslinux/gpxe/src/net/udp/
H A Dslam.c96 #define SLAM_MAX_HEADER_LEN ( 7 /* transaction id */ + 7 /* total_bytes */ + \
138 unsigned long total_bytes; member in struct:slam_request
433 &slam->total_bytes ) ) != 0 )
445 slam->num_blocks = ( ( slam->total_bytes + slam->block_size - 1 ) /
449 "blocks %ld\n", slam, slam->total_bytes, slam->block_size,
468 xfer_seek ( &slam->xfer, slam->total_bytes, SEEK_SET );
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv84_video_bsp.c94 unsigned total_bytes = 0; local
193 assert(total_bytes + num_bytes[i] < dec->bitstream->size / 2 - 0x700);
194 memcpy(dec->bitstream->map + 0x700 + total_bytes, data[i], num_bytes[i]);
195 total_bytes += num_bytes[i];
197 memcpy(dec->bitstream->map + 0x700 + total_bytes, end, sizeof(end));
198 total_bytes += sizeof(end);
199 more_params[1] = total_bytes;
/external/e2fsprogs/lib/ext2fs/
H A Dtdbtool.c363 static int total_bytes; variable
367 total_bytes += dbuf.dsize;
374 total_bytes = 0;
378 printf("%d records totalling %d bytes\n", count, total_bytes);
/external/linux-kselftest/tools/testing/selftests/net/
H A Dpsock_tpacket.c112 static unsigned int total_packets, total_bytes; variable
262 total_bytes += ppd.v1->tp_h.tp_snaplen;
268 total_bytes += ppd.v2->tp_h.tp_snaplen;
291 fprintf(stderr, " %u pkts (%u bytes)", NUM_PACKETS, total_bytes >> 1);
449 total_bytes += ppd.v1->tp_h.tp_snaplen;
459 total_bytes += ppd.v2->tp_h.tp_snaplen;
471 total_bytes += tx->tp_snaplen;
588 total_bytes += bytes;
635 fprintf(stderr, " %u pkts (%u bytes)", NUM_PACKETS, total_bytes >> 1);
721 total_bytes
[all...]
/external/syslinux/extlinux/
H A Dbtrfs.h67 uint64_t total_bytes; member in struct:btrfs_super_block
86 uint64_t total_bytes; member in struct:btrfs_super_block::btrfs_dev_item
161 __u64 total_bytes; /* out */ member in struct:btrfs_ioctl_dev_info_args
/external/fio/
H A Dbackend.c841 uint64_t total_bytes, bytes_issued = 0; local
853 total_bytes = td->o.size;
859 total_bytes = max(total_bytes, (uint64_t) td->o.io_size);
867 total_bytes += td->o.size;
870 * allow total_bytes to be twice as big */
872 total_bytes += td->total_io_size;
905 if (bytes_issued >= total_bytes &&
/external/syslinux/core/fs/btrfs/
H A Dbtrfs.h67 __le64 total_bytes; member in struct:btrfs_dev_item
98 __le64 total_bytes; member in struct:btrfs_super_block
/external/kernel-headers/original/uapi/linux/
H A Dbtrfs_tree.h352 __le64 total_bytes; member in struct:btrfs_dev_item
H A Dbtrfs.h220 __u64 total_bytes; /* out */ member in struct:btrfs_ioctl_dev_info_args
565 __u64 total_bytes; member in struct:btrfs_ioctl_space_info
/external/e2fsprogs/lib/blkid/
H A Dprobe.h644 __u64 total_bytes; member in struct:btrfs_dev_item
706 __u64 total_bytes; member in struct:btrfs_super_block
/external/squashfs-tools/squashfs-tools/
H A Dmksquashfs.c137 long long bytes = 0, total_bytes = 0; variable
425 total_bytes = stotal_bytes;
1745 total_bytes += avail_bytes;
1753 total_bytes += length2;
1759 total_bytes += list_size;
2595 total_bytes += size;
2664 total_bytes += read_size;
2794 total_bytes += read_size;
2908 total_bytes += read_size;
5119 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 1536 milliseconds