HomeSort by relevance Sort by last modified time
    Searched full:bytes_total (Results 1 - 6 of 6) 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 156 unsigned long long bytes_total, bytes_done; local
164 bytes_total = td->total_io_size;
173 bytes_total = td->fill_device_size;
176 if (td->o.zone_size && td->o.zone_skip && bytes_total) {
180 zone_bytes = bytes_total + td->o.zone_size + td->o.zone_skip;
182 bytes_total -= nr_zones * td->o.zone_skip;
186 * if writing and verifying afterwards, bytes_total will be twice the
197 bytes_total += (bytes_total * perc) / 100;
199 bytes_total <<= 1
    [all...]
  /system/update_engine/
update_attempter_unittest.cc 231 uint64_t bytes_total = 20 * 1024 * 1024; // 20MB local
234 static_cast<double>(bytes_received_1) / static_cast<double>(bytes_total);
236 static_cast<double>(bytes_received_2) / static_cast<double>(bytes_total);
241 attempter_.new_payload_size_ = bytes_total;
247 Field(&UpdateEngineStatus::new_size_bytes, bytes_total))));
252 Field(&UpdateEngineStatus::new_size_bytes, bytes_total))));
254 attempter_.BytesReceived(bytes_progressed_1, bytes_received_1, bytes_total);
259 attempter_.BytesReceived(bytes_progressed_2, bytes_received_2, bytes_total);
268 uint64_t bytes_total = 20 * 1024 * 1024; // 300MB local
272 attempter_.new_payload_size_ = bytes_total;
290 uint64_t bytes_total = 5 * 1024 * 1024; \/\/ 300MB local
    [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 637 uint32_t bytes_total = 0; local
676 bytes_total += si->bytes_sum[i];
688 svc_log(svc_ctx, SVC_LOG_INFO, "Total Bytes=[%u]\n", bytes_total);
  /external/python/cpython3/Tools/stringbench/
stringbench.py     [all...]

Completed in 195 milliseconds