Home
last modified time | relevance | path

Searched refs:bytes_total (Results 1 – 4 of 4) sorted by relevance

/external/libvterm/src/
Dencoding.c15 int bytes_total; member
25 data->bytes_total = 0; in init_utf8()
71 printf(" UTF-8 raw char U+%04x bytelen=%d ", data->this_cp, data->bytes_total); in decode_utf8()
74 switch(data->bytes_total) { in decode_utf8()
103 data->bytes_total = 2; in decode_utf8()
112 data->bytes_total = 3; in decode_utf8()
121 data->bytes_total = 4; in decode_utf8()
130 data->bytes_total = 5; in decode_utf8()
139 data->bytes_total = 6; in decode_utf8()
/external/fio/
Deta.c150 unsigned long long bytes_total, bytes_done; in thread_eta() local
158 bytes_total = td->total_io_size; in thread_eta()
164 bytes_total = td->fill_device_size; in thread_eta()
167 if (td->o.zone_size && td->o.zone_skip && bytes_total) { in thread_eta()
171 zone_bytes = bytes_total + td->o.zone_size + td->o.zone_skip; in thread_eta()
173 bytes_total -= nr_zones * td->o.zone_skip; in thread_eta()
188 bytes_total += (bytes_total * perc) / 100; in thread_eta()
190 bytes_total <<= 1; in thread_eta()
198 if (bytes_total) { in thread_eta()
199 perc = (double) bytes_done / (double) bytes_total; in thread_eta()
[all …]
/external/e2fsprogs/e2fsck/
Dmtrace.h217 size_t bytes_total; /* Total size of the heap. */ member
/external/libvpx/libvpx/vpx/src/
Dsvc_encodeframe.c598 uint32_t bytes_total = 0; in vpx_svc_dump_statistics() local
638 bytes_total += si->bytes_sum[i]; in vpx_svc_dump_statistics()
650 svc_log(svc_ctx, SVC_LOG_INFO, "Total Bytes=[%u]\n", bytes_total); in vpx_svc_dump_statistics()