/dports/cad/iverilog/verilog-11.0/ |
H A D | net_event.cc | 34 probes_ = 0; in NetEvent() 45 while (probes_) { in ~NetEvent() 47 delete probes_; in ~NetEvent() 48 probes_ = tmp; in ~NetEvent() 73 NetEvProbe*cur = probes_; in nprobe() 84 NetEvProbe*cur = probes_; in probe() 94 NetEvProbe*cur = probes_; in probe() 130 if (probes_ == 0) in find_similar_event() 275 enext_ = event_->probes_; in NetEvProbe() 276 event_->probes_ = this; in NetEvProbe() [all …]
|
H A D | netlist.h | 3410 NetEvProbe*probes_; variable
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/remote_bitrate_estimator/ |
H A D | remote_bitrate_estimator_abs_send_time.cc | 118 for (std::list<Probe>::const_iterator it = probes_.begin(); in ComputeClusters() 119 it != probes_.end(); ++it) { in ComputeClusters() 186 if (probes_.size() >= kMaxProbePackets) in ProcessClusters() 187 probes_.pop_front(); in ProcessClusters() 213 probes_.clear(); in ProcessClusters() 303 if (!probes_.empty()) { in IncomingPacketInfo() 304 send_delta_ms = send_time_ms - probes_.back().send_time_ms; in IncomingPacketInfo() 305 recv_delta_ms = arrival_time_ms - probes_.back().recv_time_ms; in IncomingPacketInfo() 312 probes_.push_back(Probe(send_time_ms, arrival_time_ms, payload_size)); in IncomingPacketInfo()
|
H A D | remote_bitrate_estimator_abs_send_time.h | 135 std::list<Probe> probes_; variable
|
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/remote_bitrate_estimator/ |
H A D | remote_bitrate_estimator_abs_send_time.cc | 119 for (std::list<Probe>::const_iterator it = probes_.begin(); in ComputeClusters() 120 it != probes_.end(); ++it) { in ComputeClusters() 187 if (probes_.size() >= kMaxProbePackets) in ProcessClusters() 188 probes_.pop_front(); in ProcessClusters() 214 probes_.clear(); in ProcessClusters() 304 if (!probes_.empty()) { in IncomingPacketInfo() 305 send_delta_ms = send_time_ms - probes_.back().send_time_ms; in IncomingPacketInfo() 306 recv_delta_ms = arrival_time_ms - probes_.back().recv_time_ms; in IncomingPacketInfo() 313 probes_.push_back(Probe(send_time_ms, arrival_time_ms, payload_size)); in IncomingPacketInfo()
|
H A D | remote_bitrate_estimator_abs_send_time.h | 141 std::list<Probe> probes_; variable
|
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/remote_bitrate_estimator/ |
H A D | remote_bitrate_estimator_abs_send_time.cc | 118 for (std::list<Probe>::const_iterator it = probes_.begin(); in ComputeClusters() 119 it != probes_.end(); ++it) { in ComputeClusters() 186 if (probes_.size() >= kMaxProbePackets) in ProcessClusters() 187 probes_.pop_front(); in ProcessClusters() 213 probes_.clear(); in ProcessClusters() 303 if (!probes_.empty()) { in IncomingPacketInfo() 304 send_delta_ms = send_time_ms - probes_.back().send_time_ms; in IncomingPacketInfo() 305 recv_delta_ms = arrival_time_ms - probes_.back().recv_time_ms; in IncomingPacketInfo() 312 probes_.push_back(Probe(send_time_ms, arrival_time_ms, payload_size)); in IncomingPacketInfo()
|
H A D | remote_bitrate_estimator_abs_send_time.h | 135 std::list<Probe> probes_; variable
|
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/remote_bitrate_estimator/ |
H A D | remote_bitrate_estimator_abs_send_time.cc | 103 for (std::list<Probe>::const_iterator it = probes_.begin(); in ComputeClusters() 104 it != probes_.end(); in ComputeClusters() 175 if (probes_.size() >= kMaxProbePackets) in ProcessClusters() 176 probes_.pop_front(); in ProcessClusters() 201 probes_.clear(); in ProcessClusters() 291 if (!probes_.empty()) { in IncomingPacketInfo() 292 send_delta_ms = send_time_ms - probes_.back().send_time_ms; in IncomingPacketInfo() 293 recv_delta_ms = arrival_time_ms - probes_.back().recv_time_ms; in IncomingPacketInfo() 300 probes_.push_back(Probe(send_time_ms, arrival_time_ms, payload_size)); in IncomingPacketInfo()
|
H A D | remote_bitrate_estimator_abs_send_time.h | 127 std::list<Probe> probes_; variable
|
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/remote_bitrate_estimator/ |
H A D | remote_bitrate_estimator_abs_send_time.cc | 106 for (std::list<Probe>::const_iterator it = probes_.begin(); in ComputeClusters() 107 it != probes_.end(); in ComputeClusters() 172 if (probes_.size() >= kMaxProbePackets) in ProcessClusters() 173 probes_.pop_front(); in ProcessClusters() 198 probes_.clear(); in ProcessClusters() 296 if (!probes_.empty()) { in IncomingPacketInfo() 297 send_delta_ms = send_time_ms - probes_.back().send_time_ms; in IncomingPacketInfo() 298 recv_delta_ms = arrival_time_ms - probes_.back().recv_time_ms; in IncomingPacketInfo() 305 probes_.push_back(Probe(send_time_ms, arrival_time_ms, payload_size)); in IncomingPacketInfo()
|
H A D | remote_bitrate_estimator_abs_send_time.h | 130 std::list<Probe> probes_; variable
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/remote_bitrate_estimator/ |
H A D | remote_bitrate_estimator_abs_send_time.cc | 118 for (std::list<Probe>::const_iterator it = probes_.begin(); in ComputeClusters() 119 it != probes_.end(); ++it) { in ComputeClusters() 186 if (probes_.size() >= kMaxProbePackets) in ProcessClusters() 187 probes_.pop_front(); in ProcessClusters() 213 probes_.clear(); in ProcessClusters() 303 if (!probes_.empty()) { in IncomingPacketInfo() 304 send_delta_ms = send_time_ms - probes_.back().send_time_ms; in IncomingPacketInfo() 305 recv_delta_ms = arrival_time_ms - probes_.back().recv_time_ms; in IncomingPacketInfo() 312 probes_.push_back(Probe(send_time_ms, arrival_time_ms, payload_size)); in IncomingPacketInfo()
|
H A D | remote_bitrate_estimator_abs_send_time.h | 141 std::list<Probe> probes_; variable
|
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/remote_bitrate_estimator/ |
H A D | remote_bitrate_estimator_abs_send_time.cc | 103 for (std::list<Probe>::const_iterator it = probes_.begin(); in ComputeClusters() 104 it != probes_.end(); in ComputeClusters() 175 if (probes_.size() >= kMaxProbePackets) in ProcessClusters() 176 probes_.pop_front(); in ProcessClusters() 201 probes_.clear(); in ProcessClusters() 291 if (!probes_.empty()) { in IncomingPacketInfo() 292 send_delta_ms = send_time_ms - probes_.back().send_time_ms; in IncomingPacketInfo() 293 recv_delta_ms = arrival_time_ms - probes_.back().recv_time_ms; in IncomingPacketInfo() 300 probes_.push_back(Probe(send_time_ms, arrival_time_ms, payload_size)); in IncomingPacketInfo()
|
H A D | remote_bitrate_estimator_abs_send_time.h | 127 std::list<Probe> probes_; variable
|
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/remote_bitrate_estimator/ |
H A D | remote_bitrate_estimator_abs_send_time.cc | 103 for (std::list<Probe>::const_iterator it = probes_.begin(); in ComputeClusters() 104 it != probes_.end(); in ComputeClusters() 175 if (probes_.size() >= kMaxProbePackets) in ProcessClusters() 176 probes_.pop_front(); in ProcessClusters() 201 probes_.clear(); in ProcessClusters() 291 if (!probes_.empty()) { in IncomingPacketInfo() 292 send_delta_ms = send_time_ms - probes_.back().send_time_ms; in IncomingPacketInfo() 293 recv_delta_ms = arrival_time_ms - probes_.back().recv_time_ms; in IncomingPacketInfo() 300 probes_.push_back(Probe(send_time_ms, arrival_time_ms, payload_size)); in IncomingPacketInfo()
|
H A D | remote_bitrate_estimator_abs_send_time.h | 127 std::list<Probe> probes_; variable
|
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/remote_bitrate_estimator/ |
H A D | remote_bitrate_estimator_abs_send_time.cc | 197 std::list<Probe> probes_; member in webrtc::RemoteBitrateEstimatorAbsSendTimeImpl 232 for (std::list<Probe>::const_iterator it = probes_.begin(); in ComputeClusters() 233 it != probes_.end(); in ComputeClusters() 297 if (probes_.size() >= kMaxProbePackets) in ProcessClusters() 298 probes_.pop_front(); in ProcessClusters() 320 probes_.clear(); in ProcessClusters() 389 if (!probes_.empty()) { in IncomingPacketInfo() 390 send_delta_ms = send_time_ms - probes_.back().send_time_ms; in IncomingPacketInfo() 391 recv_delta_ms = arrival_time_ms - probes_.back().recv_time_ms; in IncomingPacketInfo() 398 probes_.push_back(Probe(send_time_ms, arrival_time_ms, payload_size)); in IncomingPacketInfo()
|
/dports/www/h2o-devel/h2o-dcc7134/h2o.xcodeproj/ |
H A D | project.pbxproj | 331 …E95EBCDA228117620022C32D /* probes_.h in Headers */ = {isa = PBXBuildFile; fileRef = E95EBCD922811… 1163 …E95EBCD9228117620022C32D /* probes_.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode… 2019 E95EBCD9228117620022C32D /* probes_.h */, 2935 E95EBCDA228117620022C32D /* probes_.h in Headers */,
|