Home
last modified time | relevance | path

Searched defs:ringbuf (Results 1 – 5 of 5) sorted by relevance

/third_party/nghttp2/lib/
Dnghttp2_hd.c593 static int hd_ringbuf_init(nghttp2_hd_ringbuf *ringbuf, size_t bufsize, in hd_ringbuf_init()
608 static nghttp2_hd_entry *hd_ringbuf_get(nghttp2_hd_ringbuf *ringbuf, in hd_ringbuf_get()
614 static int hd_ringbuf_reserve(nghttp2_hd_ringbuf *ringbuf, size_t bufsize, in hd_ringbuf_reserve()
639 static void hd_ringbuf_free(nghttp2_hd_ringbuf *ringbuf, nghttp2_mem *mem) { in hd_ringbuf_free()
653 static int hd_ringbuf_push_front(nghttp2_hd_ringbuf *ringbuf, in hd_ringbuf_push_front()
669 static void hd_ringbuf_pop_back(nghttp2_hd_ringbuf *ringbuf) { in hd_ringbuf_pop_back()
/third_party/node/deps/nghttp2/lib/
Dnghttp2_hd.c588 static int hd_ringbuf_init(nghttp2_hd_ringbuf *ringbuf, size_t bufsize, in hd_ringbuf_init()
603 static nghttp2_hd_entry *hd_ringbuf_get(nghttp2_hd_ringbuf *ringbuf, in hd_ringbuf_get()
609 static int hd_ringbuf_reserve(nghttp2_hd_ringbuf *ringbuf, size_t bufsize, in hd_ringbuf_reserve()
634 static void hd_ringbuf_free(nghttp2_hd_ringbuf *ringbuf, nghttp2_mem *mem) { in hd_ringbuf_free()
648 static int hd_ringbuf_push_front(nghttp2_hd_ringbuf *ringbuf, in hd_ringbuf_push_front()
664 static void hd_ringbuf_pop_back(nghttp2_hd_ringbuf *ringbuf) { in hd_ringbuf_pop_back()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudiobasesink.c1726 GstAudioRingBuffer *ringbuf = sink->ringbuffer; in gst_audio_base_sink_get_alignment() local
1806 GstAudioRingBuffer *ringbuf; in gst_audio_base_sink_render() local
/third_party/gstreamer/gstplugins_good/ext/pulse/
Dpulsesink.c723 GstAudioRingBuffer *ringbuf; in gst_pulsering_stream_latency_cb() local
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs11852 let ringbuf: VecDeque<_> = (0..10).collect(); localVariable
11855 let ringbuf: VecDeque<_> = vec!["just", "one", "test", "more"].iter().cloned().collect(); localVariable