Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dmemblockq.c39 struct list_item { struct
40 struct list_item *next, *prev; argument
48 struct list_item *blocks, *blocks_tail; argument
/third_party/gstreamer/gstplugins_base/gst/videotestsrc/
Dgstvideotestsrc.c435 const GValue *list_item = gst_value_list_get_value (formats, index); in gst_video_test_src_src_fixate() local
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideoaggregator.c1481 const GValue *list_item = gst_value_list_get_value (formats, index); in gst_video_aggregator_caps_has_alpha() local
1534 const GValue *list_item = gst_value_list_get_value (formats, index); in _get_non_alpha_caps() local
/third_party/pcre2/pcre2/src/
Dpcre2_jit_compile.c3095 jump_list *list_item = sljit_alloc_memory(compiler, sizeof(jump_list)); in add_jump() local
3107 stub_list *list_item = sljit_alloc_memory(compiler, sizeof(stub_list)); in add_stub() local
3121 stub_list *list_item = common->stubs; in flush_stubs() local
/third_party/python/Objects/
Dlistobject.c440 list_item(PyListObject *a, Py_ssize_t i) in list_item() function