Home
last modified time | relevance | path

Searched refs:byte_count_ (Results 1 – 25 of 123) sorted by relevance

12345

/dports/net-im/tg_owt/tg_owt-d578c76/src/pc/
H A Ddata_channel_utils.cc25 byte_count_ -= packets_.front()->size(); in PopFront()
32 byte_count_ += packet->size(); in PushFront()
37 byte_count_ += packet->size(); in PushBack()
43 byte_count_ = 0; in Clear()
47 size_t other_byte_count = other->byte_count_; in Swap()
48 other->byte_count_ = byte_count_; in Swap()
49 byte_count_ = other_byte_count; in Swap()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/pc/
H A Ddata_channel_utils.cc21 byte_count_ -= packets_.front()->size(); in PopFront()
28 byte_count_ += packet->size(); in PushFront()
33 byte_count_ += packet->size(); in PushBack()
39 byte_count_ = 0; in Clear()
43 size_t other_byte_count = other->byte_count_; in Swap()
44 other->byte_count_ = byte_count_; in Swap()
45 byte_count_ = other_byte_count; in Swap()
/dports/devel/grpc134/grpc-1.34.1/include/grpcpp/impl/codegen/
H A Dproto_buffer_writer.h63 byte_count_(0), in ProtoBufferWriter()
83 GPR_CODEGEN_ASSERT(byte_count_ < total_size_); in Next()
89 size_t remain = static_cast<size_t>(total_size_ - byte_count_); in Next()
110 byte_count_ += * size = (int)GRPC_SLICE_LENGTH(slice_); in Next()
137 byte_count_ -= count; in BackUp()
141 int64_t ByteCount() const override { return byte_count_; } in ByteCount()
149 void set_byte_count(int64_t byte_count) { byte_count_ = byte_count; } in set_byte_count()
156 int64_t byte_count_; ///< bytes written since this object was created variable
H A Dproto_buffer_reader.h51 : byte_count_(0), backup_count_(0), status_() { in ProtoBufferReader()
91 byte_count_ += * size = (int)GRPC_SLICE_LENGTH(*slice_); in Next()
124 int64_t ByteCount() const override { return byte_count_ - backup_count_; } in ByteCount()
131 void set_byte_count(int64_t byte_count) { byte_count_ = byte_count; } in set_byte_count()
139 int64_t byte_count_; ///< total bytes read since object creation
/dports/devel/grpc130/grpc-1.30.2/include/grpcpp/impl/codegen/
H A Dproto_buffer_writer.h63 byte_count_(0), in ProtoBufferWriter()
83 GPR_CODEGEN_ASSERT(byte_count_ < total_size_); in Next()
89 size_t remain = static_cast<size_t>(total_size_ - byte_count_); in Next()
110 byte_count_ += * size = (int)GRPC_SLICE_LENGTH(slice_); in Next()
137 byte_count_ -= count; in BackUp()
141 int64_t ByteCount() const override { return byte_count_; } in ByteCount()
149 void set_byte_count(int64_t byte_count) { byte_count_ = byte_count; } in set_byte_count()
156 int64_t byte_count_; ///< bytes written since this object was created variable
H A Dproto_buffer_reader.h51 : byte_count_(0), backup_count_(0), status_() { in ProtoBufferReader()
91 byte_count_ += * size = (int)GRPC_SLICE_LENGTH(*slice_); in Next()
124 int64_t ByteCount() const override { return byte_count_ - backup_count_; } in ByteCount()
131 void set_byte_count(int64_t byte_count) { byte_count_ = byte_count; } in set_byte_count()
139 int64_t byte_count_; ///< total bytes read since object creation
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/include/grpcpp/impl/codegen/
H A Dproto_buffer_writer.h63 byte_count_(0), in ProtoBufferWriter()
83 GPR_CODEGEN_ASSERT(byte_count_ < total_size_); in Next()
89 size_t remain = total_size_ - byte_count_; in Next()
110 byte_count_ += * size = (int)GRPC_SLICE_LENGTH(slice_); in Next()
137 byte_count_ -= count; in BackUp()
141 grpc::protobuf::int64 ByteCount() const override { return byte_count_; } in ByteCount()
149 void set_byte_count(int64_t byte_count) { byte_count_ = byte_count; } in set_byte_count()
156 int64_t byte_count_; ///< bytes written since this object was created variable
H A Dproto_buffer_reader.h51 : byte_count_(0), backup_count_(0), status_() { in ProtoBufferReader()
91 byte_count_ += * size = (int)GRPC_SLICE_LENGTH(*slice_); in Next()
125 return byte_count_ - backup_count_; in ByteCount()
133 void set_byte_count(int64_t byte_count) { byte_count_ = byte_count; } in set_byte_count()
141 int64_t byte_count_; ///< total bytes read since object creation
/dports/devel/grpc/grpc-1.42.0/include/grpcpp/impl/codegen/
H A Dproto_buffer_writer.h65 byte_count_(0), in ProtoBufferWriter()
85 GPR_CODEGEN_ASSERT(byte_count_ < total_size_); in Next()
91 size_t remain = static_cast<size_t>(total_size_ - byte_count_); in Next()
112 byte_count_ += * size = static_cast<int>(GRPC_SLICE_LENGTH(slice_)); in Next()
139 byte_count_ -= count; in BackUp()
143 int64_t ByteCount() const override { return byte_count_; } in ByteCount()
151 void set_byte_count(int64_t byte_count) { byte_count_ = byte_count; } in set_byte_count()
158 int64_t byte_count_; ///< bytes written since this object was created variable
H A Dproto_buffer_reader.h53 : byte_count_(0), backup_count_(0), status_() { in ProtoBufferReader()
93 byte_count_ += * size = static_cast<int>(GRPC_SLICE_LENGTH(*slice_)); in Next()
126 int64_t ByteCount() const override { return byte_count_ - backup_count_; } in ByteCount()
133 void set_byte_count(int64_t byte_count) { byte_count_ = byte_count; } in set_byte_count()
141 int64_t byte_count_; ///< total bytes read since object creation
/dports/devel/py-grpcio-tools/grpcio-tools-1.43.0/grpc_root/include/grpcpp/impl/codegen/
H A Dproto_buffer_writer.h65 byte_count_(0), in ProtoBufferWriter()
85 GPR_CODEGEN_ASSERT(byte_count_ < total_size_); in Next()
91 size_t remain = static_cast<size_t>(total_size_ - byte_count_); in Next()
112 byte_count_ += * size = static_cast<int>(GRPC_SLICE_LENGTH(slice_)); in Next()
146 byte_count_ -= count; in BackUp()
150 int64_t ByteCount() const override { return byte_count_; } in ByteCount()
158 void set_byte_count(int64_t byte_count) { byte_count_ = byte_count; } in set_byte_count()
165 int64_t byte_count_; ///< bytes written since this object was created variable
H A Dproto_buffer_reader.h53 : byte_count_(0), backup_count_(0), status_() { in ProtoBufferReader()
93 byte_count_ += * size = static_cast<int>(GRPC_SLICE_LENGTH(*slice_)); in Next()
126 int64_t ByteCount() const override { return byte_count_ - backup_count_; } in ByteCount()
133 void set_byte_count(int64_t byte_count) { byte_count_ = byte_count; } in set_byte_count()
141 int64_t byte_count_; ///< total bytes read since object creation
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bstm/
H A Dbstm_time_block.cxx12 byte_count_ = length; in bstm_time_block()
36 byte_count_ = num_el * sizeof(uchar8) * sub_block_num_t_; in bstm_time_block()
39 time_trees_ = boxm2_array_1d<uchar8>( byte_count_ / sizeof(uchar8), (uchar8*) (buffer_)); in bstm_time_block()
54 byte_count_ = calc_byte_count(data); in bstm_time_block()
56 buffer_ = new char[byte_count_]; in bstm_time_block()
58 time_trees_ = boxm2_array_1d<uchar8>(byte_count_ / sizeof(uchar8) , (uchar8*) (buffer_)); in bstm_time_block()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/uuid/
H A Dsha1.hpp64 std::size_t byte_count_; member in boost::uuids::detail::sha1
81 byte_count_ = 0; in reset()
87 ++byte_count_; in process_byte()
163 std::size_t bit_count = byte_count_*8; in get_digest()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/url-classifier/
H A DRiceDeltaDecoder.cpp57 size_t byte_count_; member in __anon22d406a80111::BitBuffer
146 : bytes_(bytes), byte_count_(byte_count), byte_offset_(), bit_offset_() { in BitBuffer()
147 MOZ_ASSERT(static_cast<uint64_t>(byte_count_) <= in BitBuffer()
152 return (static_cast<uint64_t>(byte_count_) - byte_offset_) * 8 - bit_offset_; in RemainingBitCount()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/url-classifier/
H A DRiceDeltaDecoder.cpp57 size_t byte_count_; member in __anonc1f1b9360111::BitBuffer
146 : bytes_(bytes), byte_count_(byte_count), byte_offset_(), bit_offset_() { in BitBuffer()
147 MOZ_ASSERT(static_cast<uint64_t>(byte_count_) <= in BitBuffer()
152 return (static_cast<uint64_t>(byte_count_) - byte_offset_) * 8 - bit_offset_; in RemainingBitCount()
/dports/www/firefox/firefox-99.0/toolkit/components/url-classifier/
H A DRiceDeltaDecoder.cpp57 size_t byte_count_; member in __anonbd56d4510111::BitBuffer
146 : bytes_(bytes), byte_count_(byte_count), byte_offset_(), bit_offset_() { in BitBuffer()
147 MOZ_ASSERT(static_cast<uint64_t>(byte_count_) <= in BitBuffer()
152 return (static_cast<uint64_t>(byte_count_) - byte_offset_) * 8 - bit_offset_; in RemainingBitCount()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/url-classifier/
H A DRiceDeltaDecoder.cpp57 size_t byte_count_; member in __anond332ad1d0111::BitBuffer
146 : bytes_(bytes), byte_count_(byte_count), byte_offset_(), bit_offset_() { in BitBuffer()
147 MOZ_ASSERT(static_cast<uint64_t>(byte_count_) <= in BitBuffer()
152 return (static_cast<uint64_t>(byte_count_) - byte_offset_) * 8 - bit_offset_; in RemainingBitCount()
/dports/games/openclonk/openclonk-release-8.1-src/src/lib/
H A DSHA1.h72 std::size_t byte_count_; variable
89 byte_count_ = 0; in reset()
95 ++byte_count_; in process_byte()
171 std::size_t bit_count = byte_count_*8; in get_digest()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/url-classifier/
H A DRiceDeltaDecoder.cpp57 size_t byte_count_; member in __anon28a4d8980111::BitBuffer
155 : bytes_(bytes), byte_count_(byte_count), byte_offset_(), bit_offset_() { in BitBuffer()
156 MOZ_ASSERT(static_cast<uint64_t>(byte_count_) <= in BitBuffer()
161 return (static_cast<uint64_t>(byte_count_) - byte_offset_) * 8 - bit_offset_; in RemainingBitCount()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/url-classifier/
H A DRiceDeltaDecoder.cpp57 size_t byte_count_; member in __anon397412660111::BitBuffer
146 : bytes_(bytes), byte_count_(byte_count), byte_offset_(), bit_offset_() { in BitBuffer()
147 MOZ_ASSERT(static_cast<uint64_t>(byte_count_) <= in BitBuffer()
152 return (static_cast<uint64_t>(byte_count_) - byte_offset_) * 8 - bit_offset_; in RemainingBitCount()
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/base/
H A Dbitbuffer.cc77 : bytes_(bytes), byte_count_(byte_count), byte_offset_(), bit_offset_() { in BitBuffer()
78 RTC_DCHECK(static_cast<uint64_t>(byte_count_) <= in BitBuffer()
83 return (static_cast<uint64_t>(byte_count_) - byte_offset_) * 8 - bit_offset_; in RemainingBitCount()
212 if (byte_offset > byte_count_ || bit_offset > 7 || in Seek()
213 (byte_offset == byte_count_ && bit_offset > 0)) { in Seek()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/base/
H A Dbitbuffer.cc77 : bytes_(bytes), byte_count_(byte_count), byte_offset_(), bit_offset_() { in BitBuffer()
78 RTC_DCHECK(static_cast<uint64_t>(byte_count_) <= in BitBuffer()
83 return (static_cast<uint64_t>(byte_count_) - byte_offset_) * 8 - bit_offset_; in RemainingBitCount()
212 if (byte_offset > byte_count_ || bit_offset > 7 || in Seek()
213 (byte_offset == byte_count_ && bit_offset > 0)) { in Seek()
/dports/math/cvc4/CVC4-1.7/examples/hashsmt/
H A Dsha1.hpp82 std::size_t byte_count_; member in hashsmt::sha1
102 byte_count_ = 0; in reset()
108 ++byte_count_; in process_byte()
184 std::size_t bit_count = byte_count_*8; in get_digest()
/dports/lang/spidermonkey78/firefox-78.9.0/browser/components/translation/cld2/internal/
H A Dtote.h43 void AddBytes(int ibytes) {byte_count_ += ibytes;} in AddBytes()
46 int GetByteCount() const {return byte_count_;} in GetByteCount()
54 int byte_count_; // Bytes of text scored variable

12345