Home
last modified time | relevance | path

Searched refs:_total_bytes (Results 1 – 25 of 62) sorted by relevance

123

/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Draw_midi_parser.h35 _total_bytes = 0; in reset()
51 if (_total_bytes < sizeof (_parser_buffer)) { in record_byte()
52 _parser_buffer[_total_bytes] = byte; in record_byte()
56 ++_total_bytes; in record_byte()
67 _event_size = _total_bytes; in prepare_buffered_event()
69 _total_bytes = 0; in prepare_buffered_event()
80 size_t _total_bytes; variable
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Draw_midi_parser.cc46 _total_bytes = 0; in process_byte()
54 if (_total_bytes) { in process_byte()
55 _total_bytes = 0; in process_byte()
108 _total_bytes++; in process_byte()
112 if (!_total_bytes) { in process_byte()
116 return (_total_bytes == _expected_bytes) ? prepare_buffered_event () : false; in process_byte()
/dports/audio/ardour6/Ardour-6.8.0/libs/backends/alsa/
H A Dalsa_rawmidi.h67 if (_total_bytes < sizeof(_parser_buffer)) { in record_byte()
68 _parser_buffer[_total_bytes] = byte; in record_byte()
72 ++_total_bytes; in record_byte()
83 _event.prepare(time, _total_bytes); in prepare_buffered_event()
85 _total_bytes = 0; in prepare_buffered_event()
112 size_t _total_bytes; variable
H A Dalsa_rawmidi.cc242 , _total_bytes(0) in AlsaRawMidiIn()
357 _total_bytes = 0;
365 if (_total_bytes) {
368 for (size_t i=0; i < _total_bytes; ++i) {
373 _total_bytes = 0;
426 _total_bytes++;
430 if (! _total_bytes) {
435 return (_total_bytes == _expected_bytes) ? prepare_buffered_event(time) : false;
/dports/www/py-google-resumable-media/google-resumable-media-2.1.0/google/_async_resumable_media/
H A D_upload.py366 self._total_bytes = None
406 return self._total_bytes
460 self._total_bytes = total_bytes
462 self._total_bytes = get_total_bytes(stream)
464 if self._total_bytes is not None:
465 content_length = "{:d}".format(self._total_bytes)
592 self._stream, self._chunk_size, self._total_bytes
H A D_download.py246 self._total_bytes = None
257 return self._total_bytes
416 self._total_bytes = total_bytes
/dports/www/py-google-resumable-media/google-resumable-media-2.1.0/google/resumable_media/
H A D_upload.py377 self._total_bytes = None
417 return self._total_bytes
471 self._total_bytes = total_bytes
473 self._total_bytes = get_total_bytes(stream)
475 if self._total_bytes is not None:
476 content_length = "{:d}".format(self._total_bytes)
605 self._stream, self._chunk_size, self._total_bytes
H A D_download.py249 self._total_bytes = None
260 return self._total_bytes
418 self._total_bytes = total_bytes
/dports/audio/ardour6/Ardour-6.8.0/libs/backends/coreaudio/
H A Dcoreaudio_backend.h105 if (_total_bytes < sizeof(_parser_buffer)) { in record_byte()
106 _parser_buffer[_total_bytes] = byte; in record_byte()
110 ++_total_bytes; in record_byte()
121 _event.prepare(time, _total_bytes); in prepare_buffered_event()
123 _total_bytes = 0; in prepare_buffered_event()
150 size_t _total_bytes; variable
/dports/emulators/qemu5/qemu-5.2.0/tests/migration/guestperf/
H A Dprogress.py36 self._total_bytes = total_bytes
49 "total_bytes": self._total_bytes,
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tests/migration/guestperf/
H A Dprogress.py36 self._total_bytes = total_bytes
49 "total_bytes": self._total_bytes,
/dports/emulators/qemu42/qemu-4.2.1/tests/migration/guestperf/
H A Dprogress.py36 self._total_bytes = total_bytes
49 "total_bytes": self._total_bytes,
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/tests/migration/guestperf/
H A Dprogress.py36 self._total_bytes = total_bytes
49 "total_bytes": self._total_bytes,
/dports/emulators/qemu-utils/qemu-4.2.1/tests/migration/guestperf/
H A Dprogress.py36 self._total_bytes = total_bytes
49 "total_bytes": self._total_bytes,
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tests/migration/guestperf/
H A Dprogress.py36 self._total_bytes = total_bytes
49 "total_bytes": self._total_bytes,
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tests/migration/guestperf/
H A Dprogress.py36 self._total_bytes = total_bytes
49 "total_bytes": self._total_bytes,
/dports/emulators/qemu/qemu-6.2.0/tests/migration/guestperf/
H A Dprogress.py36 self._total_bytes = total_bytes
49 "total_bytes": self._total_bytes,
/dports/emulators/qemu60/qemu-6.0.0/tests/migration/guestperf/
H A Dprogress.py36 self._total_bytes = total_bytes
49 "total_bytes": self._total_bytes,
/dports/net/py-smart-open/smart_open-5.2.1/smart_open/
H A Ds3.py778 self._total_bytes = 0
797 if self._total_bytes and self._upload_id:
853 return self._total_bytes
871 self._total_bytes += length
906 self._total_bytes / 1024.0 ** 3,
983 self._total_bytes = 0
1039 return self._total_bytes
1055 self._total_bytes += length
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/memory/
H A DarchiveBuilder.cpp76 _total_bytes = 0; in SourceObjList()
89 assert(is_aligned(_total_bytes, sizeof(address)), "must be"); in append()
90 src_info->set_ptrmap_start(_total_bytes / sizeof(address)); in append()
91 _total_bytes = align_up(_total_bytes + (uintx)src_info->size_in_bytes(), sizeof(address)); in append()
92 src_info->set_ptrmap_end(_total_bytes / sizeof(address)); in append()
110 assert(src_info->ptrmap_start() < _total_bytes, "sanity"); in remember_embedded_pointer()
111 assert(src_info->ptrmap_end() <= _total_bytes, "sanity"); in remember_embedded_pointer()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/cds/
H A DarchiveBuilder.cpp61 _total_bytes = 0; in SourceObjList()
74 assert(is_aligned(_total_bytes, sizeof(address)), "must be"); in append()
75 src_info->set_ptrmap_start(_total_bytes / sizeof(address)); in append()
76 _total_bytes = align_up(_total_bytes + (uintx)src_info->size_in_bytes(), sizeof(address)); in append()
77 src_info->set_ptrmap_end(_total_bytes / sizeof(address)); in append()
95 assert(src_info->ptrmap_start() < _total_bytes, "sanity"); in remember_embedded_pointer()
96 assert(src_info->ptrmap_end() <= _total_bytes, "sanity"); in remember_embedded_pointer()
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/aioquic/src/aioquic/quic/
H A Dpacket_builder.py90 self._total_bytes = 0
206 remaining_total_bytes = self.max_total_bytes - self._total_bytes
364 self._total_bytes += datagram_bytes
/dports/www/py-aioquic/aioquic-0.9.17/src/aioquic/quic/
H A Dpacket_builder.py90 self._total_bytes = 0
206 remaining_total_bytes = self.max_total_bytes - self._total_bytes
358 self._total_bytes += datagram_bytes
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/aioquic/src/aioquic/quic/
H A Dpacket_builder.py90 self._total_bytes = 0
206 remaining_total_bytes = self.max_total_bytes - self._total_bytes
364 self._total_bytes += datagram_bytes
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/aioquic/src/aioquic/quic/
H A Dpacket_builder.py90 self._total_bytes = 0
206 remaining_total_bytes = self.max_total_bytes - self._total_bytes
364 self._total_bytes += datagram_bytes

123