/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_rst.c | 35 rs->delivered = 0; in ngtcp2_rs_init() 49 rst->delivered = 0; in ngtcp2_rst_init() 66 ent->rst.delivered = rst->delivered; in ngtcp2_rst_on_pkt_sent() 77 if (rst->app_limited && rst->delivered > rst->app_limited) { in ngtcp2_rst_on_ack_recv() 92 rs->delivered = rst->delivered - rs->prior_delivered; in ngtcp2_rst_on_ack_recv() 104 rate = rs->delivered * NGTCP2_SECONDS / rs->interval; in ngtcp2_rst_on_ack_recv() 118 rst->delivered += ent->pktlen; in ngtcp2_rst_update_rate_sample() 121 if (ent->rst.delivered > r in ngtcp2_rst_update_rate_sample() [all...] |
H A D | ngtcp2_rst.h | 45 uint64_t delivered; member 65 uint64_t delivered; member
|
H A D | ngtcp2_bbr.c | 281 cc->next_round_delivered = cc->rst->delivered; in bbr_update_round() 316 cc->congestion_recovery_next_round_delivered = cc->rst->delivered; in bbr_handle_recovery() 463 cc->rst->delivered < cc->initial_cwnd) { in bbr_set_cwnd() 651 uint64_t app_limited = cc->rst->delivered + cstat->bytes_in_flight; in bbr_handle_probe_rtt() 660 cc->next_round_delivered = cc->rst->delivered; in bbr_handle_probe_rtt()
|
H A D | ngtcp2_bbr2.c | 492 ngtcp2_max(bbr->inflight_latest, bbr->rst->rs.delivered); in bbr_update_latest_delivery_signals() 495 bbr->loss_round_delivered = bbr->rst->delivered; in bbr_update_latest_delivery_signals() 504 bbr->inflight_latest = bbr->rst->rs.delivered; in bbr_advance_latest_delivery_signals() 519 bbr->loss_round_delivered = bbr->rst->delivered; in bbr_update_congestion_signals() 601 bbr->next_round_delivered = bbr->rst->delivered; in bbr_start_round() 1044 if (bbr->rst->rs.delivered) { in bbr_check_probe_rtt() 1095 uint64_t app_limited = bbr->rst->delivered + cstat->bytes_in_flight; in bbr_mark_connection_app_limited() 1255 bbr->rst->delivered < bbr->initial_cwnd) { in bbr_set_cwnd() 1329 bbr->congestion_recovery_next_round_delivered = bbr->rst->delivered; in bbr_handle_recovery()
|
H A D | ngtcp2_rtb.h | 255 uint64_t delivered; member
|
H A D | ngtcp2_rtb.c | 1074 assert(cc_ack.pkt_delivered <= ent->rst.delivered); in ngtcp2_rtb_recv_ack() 1077 cc_ack.pkt_delivered = ent->rst.delivered; in ngtcp2_rtb_recv_ack()
|
H A D | ngtcp2_conn.c | 6847 * |rx_offset| has been delivered already. This function only passes 11509 conn->rst.app_limited = conn->rst.delivered + cstat->bytes_in_flight; in conn_write_vmsg_wrapper()
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/jsonrpc2/ |
H A D | handler.go | 30 // delivered set to true, and should not attempt to deliver the message. 31 Deliver(ctx context.Context, r *Request, delivered bool) bool 65 // Error is called with errors that cannot be delivered through the normal 66 // mechanisms, for instance a failure to process a notify cannot be delivered 95 func (EmptyHandler) Deliver(ctx context.Context, r *Request, delivered bool) bool { 126 func (defaultHandler) Deliver(ctx context.Context, r *Request, delivered bool) bool { 127 if delivered {
|
H A D | jsonrpc2.go | 378 delivered := false 380 if h.Deliver(reqCtx, req, delivered) { 381 delivered = true
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/ |
H A D | handler.go | 30 // delivered set to true, and should not attempt to deliver the message. 31 Deliver(ctx context.Context, r *Request, delivered bool) bool 65 // Error is called with errors that cannot be delivered through the normal 66 // mechanisms, for instance a failure to process a notify cannot be delivered 95 func (EmptyHandler) Deliver(ctx context.Context, r *Request, delivered bool) bool { 126 func (defaultHandler) Deliver(ctx context.Context, r *Request, delivered bool) bool { 127 if delivered {
|
H A D | jsonrpc2.go | 378 delivered := false 380 if h.Deliver(reqCtx, req, delivered) { 381 delivered = true
|
/third_party/spirv-tools/utils/vscode/src/lsp/jsonrpc2/ |
H A D | handler.go | 30 // delivered set to true, and should not attempt to deliver the message. 31 Deliver(ctx context.Context, r *Request, delivered bool) bool 65 // Error is called with errors that cannot be delivered through the normal 66 // mechanisms, for instance a failure to process a notify cannot be delivered 95 func (EmptyHandler) Deliver(ctx context.Context, r *Request, delivered bool) bool { 126 func (defaultHandler) Deliver(ctx context.Context, r *Request, delivered bool) bool { 127 if delivered {
|
H A D | jsonrpc2.go | 378 delivered := false 380 if h.Deliver(reqCtx, req, delivered) { 381 delivered = true
|
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/t/ |
H A D | safe.t | 27 $FAILURE = q{Program fragment at line 1 delivered error ``kill trapped by operation mask''}; 69 q{This should fail: Program fragment delivered error ``kill trapped by operation mask at template line 1.''};
|
/third_party/openssl/external/perl/Text-Template-1.56/t/ |
H A D | safe.t | 27 $FAILURE = q{Program fragment at line 1 delivered error ``kill trapped by operation mask''}; 69 q{This should fail: Program fragment delivered error ``kill trapped by operation mask at template line 1.''};
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/ |
H A D | tsclient.go | 38 func (h clientHandler) Deliver(ctx context.Context, r *jsonrpc2.Request, delivered bool) bool { 39 if delivered {
|
H A D | tsserver.go | 71 func (h serverHandler) Deliver(ctx context.Context, r *jsonrpc2.Request, delivered bool) bool { 72 if delivered {
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
H A D | tsclient.go | 38 func (h clientHandler) Deliver(ctx context.Context, r *jsonrpc2.Request, delivered bool) bool { 39 if delivered {
|
H A D | tsserver.go | 71 func (h serverHandler) Deliver(ctx context.Context, r *jsonrpc2.Request, delivered bool) bool { 72 if delivered {
|
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/ |
H A D | tsclient.go | 38 func (h clientHandler) Deliver(ctx context.Context, r *jsonrpc2.Request, delivered bool) bool { 39 if delivered {
|
H A D | tsserver.go | 71 func (h serverHandler) Deliver(ctx context.Context, r *jsonrpc2.Request, delivered bool) bool { 72 if delivered {
|
/third_party/libbpf/include/uapi/linux/ |
H A D | bpf.h | 3989 * The signal may be delivered to any of this process's threads. 4239 * will cause *skb* to be delivered to the specified socket. 6242 __u32 rate_delivered; /* saved rate sample: packets delivered */ 6272 __u32 delivered; /* Total data packets delivered incl. rexmits */ member
|
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 498 "Program fragment delivered error ``$err''"; 1242 Program fragment delivered error ``Illegal division by 0 at 1254 (3+4)*5 = Program fragment delivered error ``syntax error at template line 1''
|
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 498 "Program fragment delivered error ``$err''"; 1242 Program fragment delivered error ``Illegal division by 0 at 1254 (3+4)*5 = Program fragment delivered error ``syntax error at template line 1''
|