Searched refs:bytes_total (Results 1 - 12 of 12) sorted by relevance
/third_party/alsa-utils/bat/ |
H A D | tinyalsa.c | 203 int bytes_total = 0; in play_sample() local 231 bytes_total += bytes; in play_sample() 245 update_wav_header(bat, fp, bytes_total); in play_sample()
|
H A D | alsa.c | 387 int bytes_total = 0; in write_to_pcm_loop() local 415 bytes_total += bytes; in write_to_pcm_loop() 429 update_wav_header(bat, fp, bytes_total); in write_to_pcm_loop()
|
/third_party/backends/backend/ |
H A D | test.h | 140 size_t bytes_total; member
|
H A D | mustek_usb_low.c | 2613 size_t n, bytes_total; in usb_low_read_rows() local 2629 bytes_total = 0; in usb_low_read_rows() 2631 while ((SANE_Word) bytes_total < byte_count) in usb_low_read_rows() 2634 sanei_usb_read_bulk (chip->fd, (SANE_Byte *) (data + bytes_total), in usb_low_read_rows() 2645 bytes_total += n; in usb_low_read_rows() 2646 if ((SANE_Word) bytes_total != byte_count) in usb_low_read_rows() 2650 (SANE_Word) bytes_total); in usb_low_read_rows() 2652 n = MIN ((byte_count - (SANE_Word) bytes_total), chip->max_block_size); in usb_low_read_rows() 2656 (SANE_Word) bytes_total); in usb_low_read_rows()
|
H A D | test.c | 1440 size_t bytes_total; in reader_process() local 1448 bytes_total = (size_t) test_device->lines * (size_t) test_device->bytes_per_line; in reader_process() 1456 while (byte_count < bytes_total) in reader_process() 1461 if (byte_count + (size_t) write_count > bytes_total) in reader_process() 1462 write_count = (size_t) bytes_total - (size_t) byte_count; in reader_process() 1485 "bytes, now waiting\n", byte_count, bytes_total); in reader_process() 1494 "bytes\n", byte_count, bytes_total); in reader_process() 2020 test_device->bytes_total = 0; in sane_open() 2817 test_device->bytes_total = 0; in sane_start() 2877 size_t bytes_total in sane_read() local [all...] |
H A D | epjitsu.h | 84 int bytes_total; member
|
H A D | epjitsu.c | 2526 s->pages[i].bytes_total = page_img->width_bytes * page_img->height; in sane_start() 4090 page->bytes_scanned, page->bytes_read, page->bytes_total,*len); in sane_read() 4466 page->bytes_scanned, page->bytes_read, page->bytes_total,page->image->width_bytes); in copy_block_to_page()
|
/third_party/python/Tools/stringbench/ |
H A D | stringbench.py | 1433 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,
|
/third_party/nghttp2/src/ |
H A D | h2load.cc | 180 bytes_total(0), in Stats() 1247 worker->stats.bytes_total += len; in on_read() 3219 stats.bytes_total += s.bytes_total; in main() 3250 bps = stats.bytes_total / config.duration; in main() 3256 bps = stats.bytes_total / secd.count(); in main() 3278 traffic: )" << util::utos_funit(stats.bytes_total) in main() 3279 << "B (" << stats.bytes_total << ") total, " in main()
|
H A D | h2load.h | 230 int64_t bytes_total; member
|
H A D | h2load_quic.cc | 77 worker->stats.bytes_total += datalen; in quic_recv_stream_data()
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 782 pub bytes_total: ::size_t,
|
Completed in 34 milliseconds