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()
74 printf(" UTF-8 raw char U+%04x bytelen=%d ", data->this_cp, data->bytes_total); in decode_utf8()
77 switch(data->bytes_total) { in decode_utf8()
111 data->bytes_total = 2; in decode_utf8()
120 data->bytes_total = 3; in decode_utf8()
129 data->bytes_total = 4; in decode_utf8()
138 data->bytes_total = 5; in decode_utf8()
147 data->bytes_total = 6; in decode_utf8()
/external/python/cpython3/Tools/stringbench/
Dstringbench.py1433 bytes_total = uni_total = 0.0
1449 bytes_total += bytes_time
1470 if bytes_total == uni_total == 0.0:
1474 ratio = bytes_total/uni_total
1478 1000*bytes_total, 1000*uni_total, 100.*ratio,
/external/libvpx/libvpx/examples/
Dsvc_encodeframe.c571 uint32_t bytes_total = 0; in vpx_svc_dump_statistics() local
608 bytes_total += si->bytes_sum[i]; in vpx_svc_dump_statistics()
620 svc_log(svc_ctx, SVC_LOG_INFO, "Total Bytes=[%u]\n", bytes_total); in vpx_svc_dump_statistics()
/external/e2fsprogs/e2fsck/
Dmtrace.h217 size_t bytes_total; /* Total size of the heap. */ member