Searched refs:bytes_total (Results 1 – 7 of 7) sorted by relevance
/third_party/alsa-utils/bat/ |
D | tinyalsa.c | 202 int bytes_total = 0; in play_sample() local 230 bytes_total += bytes; in play_sample() 244 update_wav_header(bat, fp, bytes_total); in play_sample()
|
D | alsa.c | 385 int bytes_total = 0; in write_to_pcm_loop() local 413 bytes_total += bytes; in write_to_pcm_loop() 427 update_wav_header(bat, fp, bytes_total); in write_to_pcm_loop()
|
/third_party/python/Tools/stringbench/ |
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/ |
D | h2load.cc | 180 bytes_total(0), in Stats() 1238 worker->stats.bytes_total += len; in on_read() 3206 stats.bytes_total += s.bytes_total; in main() 3237 bps = stats.bytes_total / config.duration; in main() 3243 bps = stats.bytes_total / secd.count(); in main() 3265 traffic: )" << util::utos_funit(stats.bytes_total) in main() 3266 << "B (" << stats.bytes_total << ") total, " in main()
|
D | h2load.h | 230 int64_t bytes_total; member
|
D | h2load_quic.cc | 77 worker->stats.bytes_total += datalen; in quic_recv_stream_data()
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 782 pub bytes_total: ::size_t,
|