/third_party/FreeBSD/stand/kshim/ |
D | bsd_busspace.c | 29 struct burst { struct 30 uint32_t dw0; 31 uint32_t dw1; 32 uint32_t dw2; 33 uint32_t dw3; 34 uint32_t dw4; 35 uint32_t dw5; 36 uint32_t dw6; 37 uint32_t dw7;
|
/third_party/libinput/src/ |
D | util-ratelimit.c | 34 ratelimit_init(struct ratelimit *r, uint64_t ival_us, unsigned int burst) in ratelimit_init()
|
D | util-ratelimit.h | 40 unsigned int burst; member
|
/third_party/iptables/include/linux/netfilter/ |
D | xt_hashlimit.h | 32 __u32 burst; /* Period multiplier for upper limit. */ member 56 __u32 burst; /* Period multiplier for upper limit. */ member 69 __u64 burst; /* Period multiplier for upper limit. */ member 83 __u64 burst; /* Period multiplier for upper limit. */ member
|
D | xt_limit.h | 15 __u32 burst; /* Period multiplier for upper limit. */ member
|
/third_party/ffmpeg/tools/ |
D | trasher.c | 66 int burst = 1 + ran() * (uint64_t) (abs(maxburst) - 1) / UINT32_MAX; in main() local
|
/third_party/libnl/python/netlink/route/qdisc/ |
D | htb.py | 75 def burst(self): member in HTBClass 80 def burst(self, value): member in HTBClass
|
/third_party/pulseaudio/src/pulsecore/ |
D | ratelimit.h | 29 unsigned burst; member
|
/third_party/nghttp2/src/ |
D | shrpx_rate_limit.cc | 41 RateLimit::RateLimit(struct ev_loop *loop, ev_io *w, size_t rate, size_t burst, in RateLimit()
|
D | shrpx_config.h | 817 size_t burst; member
|
/third_party/skia/third_party/externals/oboe/src/common/ |
D | QuirksManager.cpp | 45 int32_t burst = stream.getFramesPerBurst(); in clipBufferSize() local
|
/third_party/libnl/tests/ |
D | test-complex-HTB-with-hash-filters.c | 336 uint32_t burst, uint32_t cburst, in class_add_HTB() 396 uint32_t burst, uint32_t cburst in class_add_HTB_root()
|
/third_party/iptables/extensions/ |
D | libxt_hashlimit.c | 316 static uint64_t parse_burst(const char *burst, int revision) in parse_burst() 709 uint32_t burst = 0; in hashlimit_mt_check_v1() local 740 uint32_t burst = 0; in hashlimit_mt_check_v2() local 771 uint32_t burst = 0; in hashlimit_mt_check() local 845 static uint32_t print_bytes(uint64_t avg, uint64_t burst, const char *prefix) in print_bytes()
|
/third_party/skia/third_party/externals/oboe/tests/ |
D | testStreamOpen.cpp | 358 int32_t burst = mStream->getFramesPerBurst(); in TEST_F() local
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/ |
D | NativeAudioContext.cpp | 521 int32_t burst = outputStream->getFramesPerBurst(); in configureBuilder() local
|
/third_party/ffmpeg/libavfilter/ |
D | af_adeclick.c | 55 double burst; member
|
/third_party/iptables/iptables/ |
D | nft-shared.c | 557 __u32 burst = nftnl_expr_get_u32(e, NFTNL_EXPR_LIMIT_BURST); in nft_parse_limit() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | ieee802_11_common.h | 205 int burst; /* maximum burst time in 0.1 ms, i.e., 10 = 1 ms */ member
|
/third_party/libnl/include/linux-private/linux/ |
D | pkt_cls.h | 86 __u32 burst; member
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctputil.c | 422 sctp_log_maxburst(struct sctp_tcb *stcb, struct sctp_nets *net, int error, int burst, uint8_t from) in sctp_log_maxburst()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | ap_config.h | 196 int burst; /* maximum burst time in 0.1 ms, i.e., 10 = 1 ms */ member
|