/external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
D | test_spin_lock.c | 35 int credit; member 51 volatile int credit = 0, max_credit = 100, pkt_len = 64; in bpf_sping_lock_test() local 84 q->credit += CREDIT_PER_NS(curtime - q->lasttime, q->rate); in bpf_sping_lock_test() 86 if (q->credit > max_credit) in bpf_sping_lock_test() 87 q->credit = max_credit; in bpf_sping_lock_test() 88 q->credit -= pkt_len; in bpf_sping_lock_test() 89 credit = q->credit; in bpf_sping_lock_test()
|
/external/libwebsockets/minimal-examples/http-client/minimal-http-client-h2-rxflow/ |
D | README.md | 4 receive flow control using h2 tx credit. 26 -f <initial credit>|Indicate we will manually manage tx credit and set a new connection-specific in… 33 [2019/12/26 13:33:00:5087] N: system_notify_cb: manual peer tx credit 1024
|
/external/kernel-headers/original/uapi/linux/netfilter_bridge/ |
D | ebt_limit.h | 21 __u32 credit; member
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
D | xt_limit.h | 20 __u32 credit; /* moved to xt_limit_priv */ member
|
/external/iptables/include/linux/netfilter/ |
D | xt_limit.h | 19 __u32 credit; /* moved to xt_limit_priv */ member
|
/external/rust/crates/clap/.github/ |
D | CONTRIBUTING.md | 5 …amples) directory, or file an issue and tell me. I'm all about giving credit where credit is due :) 101 …amples) directory, or file an issue and tell me. I'm all about giving credit where credit is due :)
|
/external/libwebsockets/lib/roles/h2/ |
D | http2.c | 175 pps->u.update_window.credit = bump; in lws_h2_update_peer_txcredit() 187 pps->u.update_window.credit = bump; in lws_h2_update_peer_txcredit() 725 *q++ = pps->u.update_window.credit >> 24; in lws_h2_do_pps_send() 726 *q++ = pps->u.update_window.credit >> 16; in lws_h2_do_pps_send() 727 *q++ = pps->u.update_window.credit >> 8; in lws_h2_do_pps_send() 728 *q = pps->u.update_window.credit; in lws_h2_do_pps_send() 731 (int)pps->u.update_window.credit); in lws_h2_do_pps_send() 865 (int)pps->u.update_window.credit); in lws_h2_do_pps_send() 866 *p++ = (pps->u.update_window.credit >> 24) & 0x7f; /* 31b */ in lws_h2_do_pps_send() 867 *p++ = pps->u.update_window.credit >> 16; in lws_h2_do_pps_send() [all …]
|
D | private-lib-roles-h2.h | 228 uint32_t credit; member
|
/external/cblas/ |
D | LICENSE | 4 only ask that proper credit be given to the authors.
|
/external/fonttools/Lib/fontTools/ufoLib/ |
D | validators.py | 358 for credit in value["credits"]: 359 if not genericDictValidator(credit, dictPrototype): 361 if "dir" in credit and credit.get("dir") not in ("ltr", "rtl"):
|
/external/google-styleguide/ |
D | LICENSE | 170 must, to the extent practicable, remove from the Collection any credit 173 practicable, remove from the Adaptation any credit as required by 189 a credit identifying the use of the Work in the Adaptation (e.g., 191 based on original Work by Original Author"). The credit required by 194 a minimum such credit will appear, if a credit for all contributing 198 use the credit required by this Section for the purpose of attribution
|
/external/libwebsockets/ |
D | README.md | 165 ## Improvements on tx credit 168 ie, define the size of the first incoming data and hand out more tx credit 172 The only RFC-compatible way to acheive this is set the initial tx credit to 174 do this rather than automatically manage the credit by setting a new flag 175 LCCSCF_H2_MANUAL_RXFLOW and indicating the initial tx credit for that stream 178 peer credit for a connection. This api can be used without knowing if the
|
/external/fdlibm/ |
D | changes | 3 credit for bug report goes to andrew_johnson@uk.ibm.com
|
/external/rust/crates/bencher/ |
D | README.rst | 62 credit is due to:
|
/external/ImageMagick/ |
D | ChangeLog | 1177 exceeded, and timeouts (credit to OSS Fuzz). 1214 exceeded, and timeouts (credit to OSS Fuzz). 1332 exceeded, and timeouts (credit to OSS Fuzz). 1339 exceeded, and timeouts (credit to OSS Fuzz). 1376 exceeded, and timeouts (credit to OSS Fuzz). 1398 exceeded, and timeouts (credit to OSS Fuzz). 1418 exceeded, and timeouts (credit to OSS Fuzz). 1429 exceeded, and timeouts (credit to OSS Fuzz). 1436 exceeded, and timeouts (credit to OSS Fuzz). 1447 exceeded, and timeouts (credit to OSS Fuzz). [all …]
|
/external/curl/docs/ |
D | CONTRIBUTE.md | 45 patch/code to us. We will credit you for your changes as far as possible, to 46 give credit but also to keep a trace back to who made what changes. Please 226 [Reported-by: John Doe - credit the reporter] 227 [whatever-else-by: credit all helpers, finders, doers]
|
D | SECURITY-PROCESS.md | 59 when the release is out and make sure to credit all contributors properly.
|
/external/llvm/docs/HistoricalNotes/ |
D | 2000-11-18-EarlyDesignIdeas.txt | 68 remembered later. Just giving credit where its due...
|
/external/llvm-project/llvm/docs/HistoricalNotes/ |
D | 2000-11-18-EarlyDesignIdeas.txt | 68 remembered later. Just giving credit where its due...
|
/external/python/dateutil/ |
D | RELEASING | 9 [ ] Update NEWS with list of changes, giving credit to contributors.
|
/external/guava/ |
D | CONTRIBUTING.md | 64 and, when the change is synced out, give the pull request author credit for the
|
/external/tensorflow/tensorflow/python/autograph/ |
D | CONTRIBUTING.md | 37 repository (with credit to the original author) and closes the pull request.
|
/external/rust/crates/crossbeam-channel/ |
D | LICENSE-THIRD-PARTY | 207 must, to the extent practicable, remove from the Collection any credit 210 practicable, remove from the Adaptation any credit as required by 226 a credit identifying the use of the Work in the Adaptation (e.g., 228 based on original Work by Original Author"). The credit required by 231 a minimum such credit will appear, if a credit for all contributing 235 use the credit required by this Section for the purpose of attribution
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | SECURITY.md | 60 workarounds, when the release is out and make sure to credit all
|
/external/mesa3d/docs/relnotes/ |
D | 3.5 | 21 the credit for that.
|