Searched defs:bytes_total (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/cc/resources/
H A Dmemory_history.cc27 size_t bytes_total = it->bytes_total(); local
29 if (bytes_total < *min)
30 *min = bytes_total;
31 if (bytes_total > *max)
32 *max = bytes_total;
H A Dmemory_history.h33 size_t bytes_total() const { function in struct:cc::MemoryHistory::Entry
/external/chromium_org/sandbox/win/src/
H A Dhandle_closer.cc67 size_t bytes_total = offsetof(HandleCloserInfo, handle_entries); local
80 bytes_total += bytes_entry;
83 return bytes_total;
/external/e2fsprogs/e2fsck/
H A Dmtrace.h217 size_t bytes_total; /* Total size of the heap. */ member in struct:mstats
/external/libvterm/src/
H A Dencoding.c15 int bytes_total; member in struct:UTF8DecoderData
25 data->bytes_total = 0;
71 printf(" UTF-8 raw char U+%04x bytelen=%d ", data->this_cp, data->bytes_total);
74 switch(data->bytes_total) {
103 data->bytes_total = 2;
112 data->bytes_total = 3;
121 data->bytes_total = 4;
130 data->bytes_total = 5;
139 data->bytes_total = 6;
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Doperation.cc325 int64 bytes_total,
332 CHECK_LE(bytes_processed, bytes_total);
335 int read_size = std::min(bytes_total - bytes_processed,
350 ((bytes_processed + len) * progress_scale) / bytes_total +
360 bytes_total,
322 MD5Chunk( base::File file, int64 bytes_processed, int64 bytes_total, int progress_offset, int progress_scale, const base::Callback<void(const std::string&)>& callback) argument
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_system_unittest.cc906 int64 bytes_total; local
910 &error, &bytes_total, &bytes_used));
913 EXPECT_EQ(9876543210LL, bytes_total);
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dprivate_api_file_system.cc454 int64 bytes_total,
457 const uint64 bytes_total_unsigned = bytes_total;
458 const uint64 bytes_remaining_unsigned = bytes_total - bytes_used;
452 GetDriveAvailableSpaceCallback( drive::FileError error, int64 bytes_total, int64 bytes_used) argument
/external/chromium_org/chrome/test/chromedriver/net/
H A Dadb_client_socket.cc169 int bytes_total,
180 if (bytes_total < 0) {
198 bytes_total = body_pos_ + expected_length;
202 if (bytes_total == static_cast<int>(response_.length())) {
216 bytes_total));
218 OnResponseData(response_buffer, bytes_total, result);
168 OnResponseData(scoped_refptr<net::IOBuffer> response_buffer, int bytes_total, int result) argument
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dpnacl_coordinator.cc437 int64_t* bytes_total) {
439 *bytes_total = expected_pexe_size_;
436 GetCurrentProgress(int64_t* bytes_loaded, int64_t* bytes_total) argument
/external/fio/
H A Deta.c130 unsigned long long bytes_total, bytes_done; local
138 bytes_total = td->total_io_size;
144 bytes_total = td->fill_device_size;
147 if (td->o.zone_size && td->o.zone_skip && bytes_total) {
151 zone_bytes = bytes_total + td->o.zone_size + td->o.zone_skip;
153 bytes_total -= nr_zones * td->o.zone_skip;
157 * if writing and verifying afterwards, bytes_total will be twice the
168 bytes_total += (bytes_total * perc) / 100;
170 bytes_total <<
[all...]
/external/chromium_org/chrome/browser/devtools/device/
H A Dandroid_device_manager.cc136 int bytes_total,
147 if (bytes_total < 0) {
166 bytes_total = body_pos_ + expected_length;
170 if (bytes_total == static_cast<int>(response_.length())) {
185 bytes_total));
187 OnResponseData(response_buffer, bytes_total, result);
135 OnResponseData(scoped_refptr<net::IOBuffer> response_buffer, int bytes_total, int result) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
H A Dsvc_encodeframe.c541 uint32_t bytes_total = 0; local
581 bytes_total += si->bytes_sum[i];
593 svc_log(svc_ctx, SVC_LOG_INFO, "Total Bytes=[%u]\n", bytes_total);
/external/libvpx/libvpx/vpx/src/
H A Dsvc_encodeframe.c1054 uint32_t bytes_total = 0; local
1100 bytes_total += si->bytes_sum[i];
1112 svc_log(svc_ctx, SVC_LOG_INFO, "Total Bytes=[%u]\n", bytes_total);

Completed in 323 milliseconds