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

  /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 150 unsigned long long bytes_total, bytes_done; local
158 bytes_total = td->total_io_size;
164 bytes_total = td->fill_device_size;
167 if (td->o.zone_size && td->o.zone_skip && bytes_total) {
171 zone_bytes = bytes_total + td->o.zone_size + td->o.zone_skip;
173 bytes_total -= nr_zones * td->o.zone_skip;
177 * if writing and verifying afterwards, bytes_total will be twice the
188 bytes_total += (bytes_total * perc) / 100;
190 bytes_total <<= 1
    [all...]
  /external/e2fsprogs/e2fsck/
mtrace.h 217 size_t bytes_total; /* Total size of the heap. */ member in struct:mstats
  /external/libvpx/libvpx/vpx/src/
svc_encodeframe.c 598 uint32_t bytes_total = 0; local
638 bytes_total += si->bytes_sum[i];
650 svc_log(svc_ctx, SVC_LOG_INFO, "Total Bytes=[%u]\n", bytes_total);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
svc_encodeframe.c 1054 uint32_t bytes_total = 0; local
    [all...]

Completed in 89 milliseconds