Searched refs:bytes_total (Results 1 – 4 of 4) sorted by relevance
15 int bytes_total; member25 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()
1433 bytes_total = uni_total = 0.01449 bytes_total += bytes_time1470 if bytes_total == uni_total == 0.0:1474 ratio = bytes_total/uni_total1478 1000*bytes_total, 1000*uni_total, 100.*ratio,
571 uint32_t bytes_total = 0; in vpx_svc_dump_statistics() local608 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()
217 size_t bytes_total; /* Total size of the heap. */ member