/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/ |
D | user_queue.h | 184 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \ argument 189 #define SLIST_INSERT_HEAD(head, elm, field) do { \ argument 194 #define SLIST_NEXT(elm, field) ((elm)->field.sle_next) argument 196 #define SLIST_REMOVE(head, elm, type, field) do { \ argument 210 #define SLIST_REMOVE_AFTER(elm, field) do { \ argument 273 #define STAILQ_INSERT_AFTER(head, tqelm, elm, field) do { \ argument 279 #define STAILQ_INSERT_HEAD(head, elm, field) do { \ argument 285 #define STAILQ_INSERT_TAIL(head, elm, field) do { \ argument 297 #define STAILQ_NEXT(elm, field) ((elm)->field.stqe_next) argument 299 #define STAILQ_REMOVE(head, elm, type, field) do { \ argument [all …]
|
/third_party/FreeBSD/sys/sys/ |
D | queue.h | 206 #define QMD_SLIST_CHECK_PREVPTR(prevp, elm) do { \ argument 212 #define QMD_SLIST_CHECK_PREVPTR(prevp, elm) argument 261 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \ argument 266 #define SLIST_INSERT_HEAD(head, elm, field) do { \ argument 271 #define SLIST_NEXT(elm, field) ((elm)->field.sle_next) argument 273 #define SLIST_REMOVE(head, elm, type, field) do { \ argument 287 #define SLIST_REMOVE_AFTER(elm, field) do { \ argument 296 #define SLIST_REMOVE_PREVPTR(prevp, elm, field) do { \ argument 376 #define STAILQ_INSERT_AFTER(head, tqelm, elm, field) do { \ argument 382 #define STAILQ_INSERT_HEAD(head, elm, field) do { \ argument [all …]
|
D | tree.h | 87 #define SPLAY_LEFT(elm, field) (elm)->field.spe_left argument 88 #define SPLAY_RIGHT(elm, field) (elm)->field.spe_right argument 325 #define RB_LEFT(elm, field) (elm)->field.rbe_left argument 326 #define RB_RIGHT(elm, field) (elm)->field.rbe_right argument 327 #define RB_PARENT(elm, field) (elm)->field.rbe_parent argument 328 #define RB_COLOR(elm, field) (elm)->field.rbe_color argument 332 #define RB_SET(elm, parent, field) do { \ argument 347 #define RB_ROTATE_LEFT(head, elm, tmp, field) do { \ argument 367 #define RB_ROTATE_RIGHT(head, elm, tmp, field) do { \ argument
|
/third_party/libinput/src/ |
D | util-list.c | 42 list_insert(struct list *list, struct list *elm) in list_insert() 56 list_append(struct list *list, struct list *elm) in list_append() 70 list_remove(struct list *elm) in list_remove()
|
/third_party/libuv/include/uv/ |
D | tree.h | 82 #define SPLAY_LEFT(elm, field) (elm)->field.spe_left argument 83 #define SPLAY_RIGHT(elm, field) (elm)->field.spe_right argument 320 #define RB_LEFT(elm, field) (elm)->field.rbe_left argument 321 #define RB_RIGHT(elm, field) (elm)->field.rbe_right argument 322 #define RB_PARENT(elm, field) (elm)->field.rbe_parent argument 323 #define RB_COLOR(elm, field) (elm)->field.rbe_color argument 327 #define RB_SET(elm, parent, field) do { \ argument 342 #define RB_ROTATE_LEFT(head, elm, tmp, field) do { \ argument 362 #define RB_ROTATE_RIGHT(head, elm, tmp, field) do { \ argument
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_signature.c | 397 fill_signature_element(struct dxil_signature_element *elm, in fill_signature_element() 460 struct dxil_signature_element *elm, in fill_io_signature() 486 struct dxil_signature_element *elm = mod->inputs[num_inputs].elements; in get_input_signature_group() local 582 struct dxil_signature_element *elm = mod->outputs[num_outputs].elements; in get_output_signature() local
|
/third_party/glib/glib/tests/ |
D | queue.c | 82 check_max (gpointer elm, gpointer user_data) in check_max() 92 check_min (gpointer elm, gpointer user_data) in check_min() 122 delete_elm (gpointer elm, gpointer user_data) in delete_elm() 417 gpointer elm = g_queue_peek_nth (q, n); in random_test() local
|
/third_party/wayland_standard/src/ |
D | wayland-util.c | 44 wl_list_insert(struct wl_list *list, struct wl_list *elm) in wl_list_insert() 53 wl_list_remove(struct wl_list *elm) in wl_list_remove()
|
/third_party/weston/libweston/backend-drm/ |
D | drm.c | 133 wl_array_remove_uint32(struct wl_array *array, uint32_t elm) in wl_array_remove_uint32()
|
/third_party/weston/ivi-shell/ |
D | ivi-layout.c | 2196 wl_list_insert_before(struct wl_list *list, struct wl_list *elm) in wl_list_insert_before()
|
/third_party/node/src/ |
D | cares_wrap.cc | 1721 Local<Array> elm = in SetServers() local
|
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gstplaybin2.c | 4157 GstAVElement *elm = (GstAVElement *) avelement; in avelements_free() local
|
/third_party/gstreamer/gstplugins_bad/docs/plugins/ |
D | gst_plugins_cache.json | 32354 "elm": { object 33734 "elm": { object 36298 "elm": { object 39172 "elm": { object 40930 "elm": { object 42274 "elm": { object 43726 "elm": { object 45196 "elm": { object
|