Searched refs:bytes_total (Results 1 - 2 of 2) sorted by last modified time

/haiku/src/system/libroot/posix/malloc_hoard2/
H A Dwrapper.cpp576 size_t bytes_total; member in struct:mstats
609 stats.bytes_total = allocated;
/haiku/src/apps/serialconnect/libvterm/src/
H A Dencoding.c16 int bytes_total; member in struct:UTF8DecoderData
26 data->bytes_total = 0;
72 printf(" UTF-8 raw char U+%04x bytelen=%d ", data->this_cp, data->bytes_total);
75 switch(data->bytes_total) {
109 data->bytes_total = 2;
118 data->bytes_total = 3;
127 data->bytes_total = 4;
136 data->bytes_total = 5;
145 data->bytes_total = 6;

Completed in 39 milliseconds