HomeSort by relevance Sort by last modified time
    Searched refs:bytes_total (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/cc/resources/
memory_history.cc 27 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;
memory_history.h 33 size_t bytes_total() const { function in struct:cc::MemoryHistory::Entry
  /external/libvterm/src/
encoding.c 15 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/fio/
eta.c 130 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 <<= 1
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
operation.cc 325 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,
operation.h 190 int64 bytes_total,
  /external/chromium_org/chrome/test/chromedriver/net/
adb_client_socket.cc 169 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);
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
pnacl_coordinator.h 74 void GetCurrentProgress(int64_t* bytes_loaded, int64_t* bytes_total);
pnacl_coordinator.cc 437 int64_t* bytes_total) {
439 *bytes_total = expected_pexe_size_;
  /external/chromium_org/sandbox/win/src/
handle_closer.cc 67 size_t bytes_total = offsetof(HandleCloserInfo, handle_entries); local
80 bytes_total += bytes_entry;
83 return bytes_total;
  /external/chromium_org/chrome/browser/devtools/device/
android_device_manager.cc 136 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);
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_file_system.h 140 int64 bytes_total,
private_api_file_system.cc 454 int64 bytes_total,
457 const uint64 bytes_total_unsigned = bytes_total;
458 const uint64 bytes_remaining_unsigned = bytes_total - bytes_used;
  /external/e2fsprogs/e2fsck/
mtrace.h 217 size_t bytes_total; /* Total size of the heap. */ member in struct:mstats
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
svc_encodeframe.c 541 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/chromium_org/chrome/browser/chromeos/drive/
file_system_interface.h 112 int64 bytes_total,
file_system_unittest.cc 906 int64 bytes_total; local
    [all...]
  /external/libvpx/libvpx/vpx/src/
svc_encodeframe.c 1054 uint32_t bytes_total = 0; local
    [all...]
  /external/chromium_org/cc/layers/
heads_up_display_layer_impl.cc 488 if (!memory_entry_.bytes_total())

Completed in 446 milliseconds