/third_party/libinput/src/ |
D | util-ratelimit.c | 34 ratelimit_init(struct ratelimit *r, uint64_t ival_us, unsigned int burst) in ratelimit_init() argument 38 r->burst = burst; in ratelimit_init() 61 if (r->interval <= 0 || r->burst <= 0) in ratelimit_test() 74 if (r->num < r->burst) { in ratelimit_test() 76 return (++r->num == r->burst) ? RATELIMIT_THRESHOLD in ratelimit_test()
|
D | util-ratelimit.h | 40 unsigned int burst; member 44 void ratelimit_init(struct ratelimit *r, uint64_t ival_us, unsigned int burst);
|
/third_party/nghttp2/lib/ |
D | nghttp2_ratelim.c | 28 void nghttp2_ratelim_init(nghttp2_ratelim *rl, uint64_t burst, uint64_t rate) { in nghttp2_ratelim_init() argument 29 rl->val = rl->burst = burst; in nghttp2_ratelim_init() 50 rl->val = rl->burst; in nghttp2_ratelim_update() 58 rl->val = rl->burst; in nghttp2_ratelim_update() 64 rl->val = nghttp2_min(rl->val, rl->burst); in nghttp2_ratelim_update()
|
D | nghttp2_ratelim.h | 36 uint64_t burst; member 47 void nghttp2_ratelim_init(nghttp2_ratelim *rl, uint64_t burst, uint64_t rate);
|
D | nghttp2_option.c | 135 uint64_t burst, uint64_t rate) { in nghttp2_option_set_stream_reset_rate_limit() argument 137 option->stream_reset_burst = burst; in nghttp2_option_set_stream_reset_rate_limit()
|
/third_party/ffmpeg/tools/ |
D | trasher.c | 66 int burst = 1 + ran() * (uint64_t) (abs(maxburst) - 1) / UINT32_MAX; in main() local 71 burst = -maxburst; in main() 73 if (pos + burst > length) in main() 76 while (burst--) { in main()
|
/third_party/FreeBSD/stand/kshim/ |
D | bsd_busspace.c | 29 struct burst { struct 200 enum { BURST = sizeof(struct burst) / 4 }; in bus_space_read_region_4() 205 *(struct burst *)datap = *((/* volatile */ struct burst *)h); in bus_space_read_region_4() 222 enum { BURST = sizeof(struct burst) / 4 }; in bus_space_write_region_4() 227 *((/* volatile */ struct burst *)h) = *(struct burst *)datap; in bus_space_write_region_4()
|
/third_party/pulseaudio/src/pulsecore/ |
D | ratelimit.h | 29 unsigned burst; member 37 .burst = (_burst), \ 47 r->burst = (_burst); \
|
D | ratelimit.c | 47 pa_assert(r->burst > 0); in pa_ratelimit_test() 63 if (r->n_printed <= r->burst) in pa_ratelimit_test()
|
/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() argument 47 burst_(burst), in RateLimit() 48 avail_(burst), in RateLimit()
|
D | shrpx_rate_limit.h | 42 RateLimit(struct ev_loop *loop, ev_io *w, size_t rate, size_t burst,
|
/third_party/skia/third_party/externals/oboe/src/common/ |
D | QuirksManager.cpp | 45 int32_t burst = stream.getFramesPerBurst(); in clipBufferSize() local 46 int32_t minSize = bottomMargin * burst; in clipBufferSize() 51 int32_t maxSize = stream.getBufferCapacityInFrames() - (topMargin * burst); in clipBufferSize()
|
D | README.md | 21 The adapter contains one burst of frames, from getFramesPerBurst(). But if the app specifies a
|
/third_party/nghttp2/doc/bash_completion/ |
D | nghttpx | 11 … --read-rate --read-burst --write-rate --write-burst --worker-read-rate --worker-read-burst --work…
|
/third_party/nghttp2/tests/ |
D | nghttp2_ratelim_test.c | 39 CU_ASSERT(1000 == rl.burst); in test_nghttp2_ratelim_update()
|
/third_party/skia/third_party/externals/oboe/tests/ |
D | testStreamOpen.cpp | 358 int32_t burst = mStream->getFramesPerBurst(); in TEST_F() local 360 ASSERT_LE(bufferSize, burst * 3); in TEST_F()
|
/third_party/skia/third_party/externals/oboe/docs/ |
D | OpenSLESMigration.md | 96 An audio stream's burst size, given by `AudioStream::getFramesPerBurst()`, is important because it … 104 …ut audio devices, it still needs to know [sensible default values for the burst to be used with Op… 164 …r `numBuffers` to set the audio stream's buffer size as a multiple of the burst size. For example:…
|
/third_party/ffmpeg/libavfilter/ |
D | af_adeclick.c | 55 double burst; member 103 …{ "burst", "set burst fusion", OFFSET(burst), AV_OPT_TYPE_DOUBLE, {.dbl=2}, 0, 10, AF … 104 …{ "b", "set burst fusion", OFFSET(burst), AV_OPT_TYPE_DOUBLE, {.dbl=2}, 0, 10, AF … 156 s->nb_burst_samples = s->window_size * s->burst / 1000.; in config_input()
|
/third_party/skia/third_party/externals/oboe/samples/hello-oboe/ |
D | README.md | 13 **Buffer size:** Choose the buffer size in bursts. A burst is an array of audio frames read by the …
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/docs/ |
D | AutomatedTesting.md | 115 in.burst.frames = 96 124 out.burst.frames = 96
|
/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 522 builder.setBufferCapacityInFrames(2 * burst); in configureBuilder()
|
/third_party/skia/third_party/externals/oboe/docs/notes/ |
D | disconnect.md | 6 This is convenient but can cause problems because the new device may have different burst sizes and…
|
/third_party/libbpf/include/uapi/linux/ |
D | pkt_cls.h | 86 __u32 burst; member
|
/third_party/popt/tests/test3-data/ |
D | 03.input | 150 # number of packets to burst during each probe
|
/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
|