HomeSort by relevance Sort by last modified time
    Searched defs:bytes_total (Results 1 - 9 of 9) 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/chromium_org/sandbox/win/src/
handle_closer.cc 59 size_t bytes_total = offsetof(HandleCloserInfo, handle_entries); local
72 bytes_total += bytes_entry;
75 return bytes_total;
  /external/e2fsprogs/e2fsck/
mtrace.h 217 size_t bytes_total; /* Total size of the heap. */ member in struct:mstats
  /external/chromium_org/chrome/browser/chromeos/drive/
file_system_unittest.cc 844 int64 bytes_total; local
848 &error, &bytes_total, &bytes_used))
    [all...]
  /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/third_party/libvpx/source/libvpx/vpx/src/
svc_encodeframe.c 1057 uint32_t bytes_total = 0; local
    [all...]
  /external/libvpx/libvpx/vpx/src/
svc_encodeframe.c 1054 uint32_t bytes_total = 0; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
svc_encodeframe.c 1054 uint32_t bytes_total = 0; local
    [all...]

Completed in 428 milliseconds