Home
last modified time | relevance | path

Searched refs:new_elem (Results 1 – 25 of 578) sorted by relevance

12345678910>>...24

/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/tmc/
H A Dtmc_tree_build.F622 new_elem%conf_n_acc(new_elem%parent%conf( &
658 new_elem%mv_next_conf = MODULO(new_elem%mv_conf, SIZE(new_elem%conf)) + 1
677 new_elem%mv_next_conf = new_elem%mv_conf
684 new_elem%conf(new_elem%mv_conf)%elem => &
685 new_elem%conf(new_elem%mv_conf + 1)%elem
706 IF (new_elem%conf_n_acc(new_elem%conf(new_elem%mv_conf)%elem%sub_tree_nr)) THEN
741 new_elem%conf(new_elem%mv_conf)%elem%move_type, new_elem%mv_conf)
768 new_elem%stat = new_elem%conf(new_elem%mv_conf)%elem%stat
778 new_elem%stat = new_elem%conf(new_elem%mv_conf)%elem%stat
798 new_elem%conf(new_elem%mv_conf)%elem%stat = &
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/tmc/
H A Dtmc_tree_build.F625 new_elem%conf_n_acc(new_elem%parent%conf( &
661 new_elem%mv_next_conf = MODULO(new_elem%mv_conf, SIZE(new_elem%conf)) + 1
681 new_elem%mv_next_conf = new_elem%mv_conf
688 new_elem%conf(new_elem%mv_conf)%elem => &
689 new_elem%conf(new_elem%mv_conf + 1)%elem
710 IF (new_elem%conf_n_acc(new_elem%conf(new_elem%mv_conf)%elem%sub_tree_nr)) THEN
745 new_elem%conf(new_elem%mv_conf)%elem%move_type, new_elem%mv_conf)
772 new_elem%stat = new_elem%conf(new_elem%mv_conf)%elem%stat
782 new_elem%stat = new_elem%conf(new_elem%mv_conf)%elem%stat
802 new_elem%conf(new_elem%mv_conf)%elem%stat = &
[all …]
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dlist.c42 if (new_elem == NULL) { in NewCVListElem()
47 new_elem->obj = obj; in NewCVListElem()
49 return new_elem; in NewCVListElem()
73 list->anchor.prev = new_elem; in ListAppend()
88 list->anchor.next = new_elem; in ListPrepend()
127 new_elem->prev = elem; in ListInsertAfter()
128 new_elem->next->prev = new_elem; in ListInsertAfter()
129 new_elem->prev->next = new_elem; in ListInsertAfter()
145 new_elem->next = elem; in ListInsertBefore()
146 new_elem->next->prev = new_elem; in ListInsertBefore()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/src/
H A Dzrtp_iface_cache.c119 if (new_elem) { in zrtp_def_cache_set_verified()
173 if (!new_elem) in cache_put()
306 if (new_elem) { in zrtp_def_cache_set_presh_counter()
330 if (new_elem) { in zrtp_def_cache_get_presh_counter()
502 if (!new_elem) { in zrtp_cache_user_init()
549 if (!new_elem) { in zrtp_cache_user_init()
785 if (!new_elem) { in put_name()
792 zrtp_memset(new_elem->name, 0, sizeof(new_elem->name)); in put_name()
793 zrtp_memcpy(new_elem->name, name->buffer, new_elem->name_length); in put_name()
864 if (new_elem) { in zrtp_def_cache_get_since()
[all …]
/dports/sysutils/fusefs-smbnetfs/smbnetfs-0.6.1/src/
H A Dlist.h48 if ((new_elem->next != NULL) || (new_elem->prev != NULL)) __builtin_trap(); in insert_to_list_after()
50 new_elem->next = elem->next; in insert_to_list_after()
51 new_elem->prev = elem; in insert_to_list_after()
52 elem->next->prev = new_elem; in insert_to_list_after()
53 elem->next = new_elem; in insert_to_list_after()
60 if ((new_elem->next != NULL) || (new_elem->prev != NULL)) __builtin_trap(); in insert_to_list_before()
62 new_elem->next = elem; in insert_to_list_before()
63 new_elem->prev = elem->prev; in insert_to_list_before()
64 elem->prev->next = new_elem; in insert_to_list_before()
65 elem->prev = new_elem; in insert_to_list_before()
[all …]
/dports/print/tex-xdvik/xdvik-22.87/texk/xdvik/
H A Ddl_list.c17 struct dl_list *new_elem = xmalloc(sizeof *new_elem); in dl_list_insert() local
18 new_elem->item = item; in dl_list_insert()
19 new_elem->next = NULL; in dl_list_insert()
23 list = new_elem; in dl_list_insert()
30 new_elem->prev = ptr; in dl_list_insert()
35 ptr->next = new_elem; in dl_list_insert()
37 return new_elem; in dl_list_insert()
57 struct dl_list *new_elem = xmalloc(sizeof *new_elem); in dl_list_push_front() local
63 new_elem->next = list; in dl_list_push_front()
64 list->prev = new_elem; in dl_list_push_front()
[all …]
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/gst/camerabin2/
H A Dcamerabingeneral.c75 GstElement * new_elem, const gchar * dstpad) in gst_camerabin_add_element_full() argument
80 g_return_val_if_fail (new_elem, FALSE); in gst_camerabin_add_element_full()
89 gst_object_unref (new_elem); in gst_camerabin_add_element_full()
117 g_return_val_if_fail (new_elem, FALSE); in gst_camerabin_try_add_element()
122 gst_bin_add (GST_BIN (bin), new_elem); in gst_camerabin_try_add_element()
131 gst_object_ref (new_elem); in gst_camerabin_try_add_element()
132 gst_bin_remove (bin, new_elem); in gst_camerabin_try_add_element()
159 GstElement *new_elem; in gst_camerabin_create_and_add_element() local
165 if (!new_elem) { in gst_camerabin_create_and_add_element()
170 new_elem = NULL; in gst_camerabin_create_and_add_element()
[all …]
/dports/multimedia/gstreamer1-plugins-msdk/gst-plugins-bad-1.16.2/gst/camerabin2/
H A Dcamerabingeneral.c75 GstElement * new_elem, const gchar * dstpad) in gst_camerabin_add_element_full() argument
80 g_return_val_if_fail (new_elem, FALSE); in gst_camerabin_add_element_full()
89 gst_object_unref (new_elem); in gst_camerabin_add_element_full()
117 g_return_val_if_fail (new_elem, FALSE); in gst_camerabin_try_add_element()
122 gst_bin_add (GST_BIN (bin), new_elem); in gst_camerabin_try_add_element()
131 gst_object_ref (new_elem); in gst_camerabin_try_add_element()
132 gst_bin_remove (bin, new_elem); in gst_camerabin_try_add_element()
159 GstElement *new_elem; in gst_camerabin_create_and_add_element() local
165 if (!new_elem) { in gst_camerabin_create_and_add_element()
170 new_elem = NULL; in gst_camerabin_create_and_add_element()
[all …]
/dports/multimedia/gstreamer1-plugins-resindvd/gst-plugins-bad-1.16.2/gst/camerabin2/
H A Dcamerabingeneral.c75 GstElement * new_elem, const gchar * dstpad) in gst_camerabin_add_element_full() argument
80 g_return_val_if_fail (new_elem, FALSE); in gst_camerabin_add_element_full()
89 gst_object_unref (new_elem); in gst_camerabin_add_element_full()
117 g_return_val_if_fail (new_elem, FALSE); in gst_camerabin_try_add_element()
122 gst_bin_add (GST_BIN (bin), new_elem); in gst_camerabin_try_add_element()
131 gst_object_ref (new_elem); in gst_camerabin_try_add_element()
132 gst_bin_remove (bin, new_elem); in gst_camerabin_try_add_element()
159 GstElement *new_elem; in gst_camerabin_create_and_add_element() local
165 if (!new_elem) { in gst_camerabin_create_and_add_element()
170 new_elem = NULL; in gst_camerabin_create_and_add_element()
[all …]
/dports/multimedia/gstreamer1-plugins-openh264/gst-plugins-bad-1.16.2/gst/camerabin2/
H A Dcamerabingeneral.c75 GstElement * new_elem, const gchar * dstpad) in gst_camerabin_add_element_full() argument
80 g_return_val_if_fail (new_elem, FALSE); in gst_camerabin_add_element_full()
89 gst_object_unref (new_elem); in gst_camerabin_add_element_full()
117 g_return_val_if_fail (new_elem, FALSE); in gst_camerabin_try_add_element()
122 gst_bin_add (GST_BIN (bin), new_elem); in gst_camerabin_try_add_element()
131 gst_object_ref (new_elem); in gst_camerabin_try_add_element()
132 gst_bin_remove (bin, new_elem); in gst_camerabin_try_add_element()
159 GstElement *new_elem; in gst_camerabin_create_and_add_element() local
165 if (!new_elem) { in gst_camerabin_create_and_add_element()
170 new_elem = NULL; in gst_camerabin_create_and_add_element()
[all …]
/dports/multimedia/gstreamer1-plugins-mplex/gst-plugins-bad-1.16.2/gst/camerabin2/
H A Dcamerabingeneral.c75 GstElement * new_elem, const gchar * dstpad) in gst_camerabin_add_element_full() argument
80 g_return_val_if_fail (new_elem, FALSE); in gst_camerabin_add_element_full()
89 gst_object_unref (new_elem); in gst_camerabin_add_element_full()
117 g_return_val_if_fail (new_elem, FALSE); in gst_camerabin_try_add_element()
122 gst_bin_add (GST_BIN (bin), new_elem); in gst_camerabin_try_add_element()
131 gst_object_ref (new_elem); in gst_camerabin_try_add_element()
132 gst_bin_remove (bin, new_elem); in gst_camerabin_try_add_element()
159 GstElement *new_elem; in gst_camerabin_create_and_add_element() local
165 if (!new_elem) { in gst_camerabin_create_and_add_element()
170 new_elem = NULL; in gst_camerabin_create_and_add_element()
[all …]
/dports/multimedia/gstreamer1-plugins-rtmp/gst-plugins-bad-1.16.2/gst/camerabin2/
H A Dcamerabingeneral.c75 GstElement * new_elem, const gchar * dstpad) in gst_camerabin_add_element_full() argument
80 g_return_val_if_fail (new_elem, FALSE); in gst_camerabin_add_element_full()
89 gst_object_unref (new_elem); in gst_camerabin_add_element_full()
117 g_return_val_if_fail (new_elem, FALSE); in gst_camerabin_try_add_element()
122 gst_bin_add (GST_BIN (bin), new_elem); in gst_camerabin_try_add_element()
131 gst_object_ref (new_elem); in gst_camerabin_try_add_element()
132 gst_bin_remove (bin, new_elem); in gst_camerabin_try_add_element()
159 GstElement *new_elem; in gst_camerabin_create_and_add_element() local
165 if (!new_elem) { in gst_camerabin_create_and_add_element()
170 new_elem = NULL; in gst_camerabin_create_and_add_element()
[all …]
/dports/multimedia/gstreamer1-plugins-ttml/gst-plugins-bad-1.16.2/gst/camerabin2/
H A Dcamerabingeneral.c75 GstElement * new_elem, const gchar * dstpad) in gst_camerabin_add_element_full() argument
80 g_return_val_if_fail (new_elem, FALSE); in gst_camerabin_add_element_full()
89 gst_object_unref (new_elem); in gst_camerabin_add_element_full()
117 g_return_val_if_fail (new_elem, FALSE); in gst_camerabin_try_add_element()
122 gst_bin_add (GST_BIN (bin), new_elem); in gst_camerabin_try_add_element()
131 gst_object_ref (new_elem); in gst_camerabin_try_add_element()
132 gst_bin_remove (bin, new_elem); in gst_camerabin_try_add_element()
159 GstElement *new_elem; in gst_camerabin_create_and_add_element() local
165 if (!new_elem) { in gst_camerabin_create_and_add_element()
170 new_elem = NULL; in gst_camerabin_create_and_add_element()
[all …]
/dports/multimedia/gstreamer1-plugins-smoothstreaming/gst-plugins-bad-1.16.2/gst/camerabin2/
H A Dcamerabingeneral.c75 GstElement * new_elem, const gchar * dstpad) in gst_camerabin_add_element_full() argument
80 g_return_val_if_fail (new_elem, FALSE); in gst_camerabin_add_element_full()
89 gst_object_unref (new_elem); in gst_camerabin_add_element_full()
117 g_return_val_if_fail (new_elem, FALSE); in gst_camerabin_try_add_element()
122 gst_bin_add (GST_BIN (bin), new_elem); in gst_camerabin_try_add_element()
131 gst_object_ref (new_elem); in gst_camerabin_try_add_element()
132 gst_bin_remove (bin, new_elem); in gst_camerabin_try_add_element()
159 GstElement *new_elem; in gst_camerabin_create_and_add_element() local
165 if (!new_elem) { in gst_camerabin_create_and_add_element()
170 new_elem = NULL; in gst_camerabin_create_and_add_element()
[all …]
/dports/multimedia/gstreamer1-plugins-dts/gst-plugins-bad-1.16.2/gst/camerabin2/
H A Dcamerabingeneral.c75 GstElement * new_elem, const gchar * dstpad) in gst_camerabin_add_element_full() argument
80 g_return_val_if_fail (new_elem, FALSE); in gst_camerabin_add_element_full()
89 gst_object_unref (new_elem); in gst_camerabin_add_element_full()
117 g_return_val_if_fail (new_elem, FALSE); in gst_camerabin_try_add_element()
122 gst_bin_add (GST_BIN (bin), new_elem); in gst_camerabin_try_add_element()
131 gst_object_ref (new_elem); in gst_camerabin_try_add_element()
132 gst_bin_remove (bin, new_elem); in gst_camerabin_try_add_element()
159 GstElement *new_elem; in gst_camerabin_create_and_add_element() local
165 if (!new_elem) { in gst_camerabin_create_and_add_element()
170 new_elem = NULL; in gst_camerabin_create_and_add_element()
[all …]
/dports/multimedia/gstreamer1-plugins-dash/gst-plugins-bad-1.16.2/gst/camerabin2/
H A Dcamerabingeneral.c75 GstElement * new_elem, const gchar * dstpad) in gst_camerabin_add_element_full() argument
80 g_return_val_if_fail (new_elem, FALSE); in gst_camerabin_add_element_full()
89 gst_object_unref (new_elem); in gst_camerabin_add_element_full()
117 g_return_val_if_fail (new_elem, FALSE); in gst_camerabin_try_add_element()
122 gst_bin_add (GST_BIN (bin), new_elem); in gst_camerabin_try_add_element()
131 gst_object_ref (new_elem); in gst_camerabin_try_add_element()
132 gst_bin_remove (bin, new_elem); in gst_camerabin_try_add_element()
159 GstElement *new_elem; in gst_camerabin_create_and_add_element() local
165 if (!new_elem) { in gst_camerabin_create_and_add_element()
170 new_elem = NULL; in gst_camerabin_create_and_add_element()
[all …]
/dports/multimedia/gstreamer1-plugins-assrender/gst-plugins-bad-1.16.2/gst/camerabin2/
H A Dcamerabingeneral.c75 GstElement * new_elem, const gchar * dstpad) in gst_camerabin_add_element_full() argument
80 g_return_val_if_fail (new_elem, FALSE); in gst_camerabin_add_element_full()
89 gst_object_unref (new_elem); in gst_camerabin_add_element_full()
117 g_return_val_if_fail (new_elem, FALSE); in gst_camerabin_try_add_element()
122 gst_bin_add (GST_BIN (bin), new_elem); in gst_camerabin_try_add_element()
131 gst_object_ref (new_elem); in gst_camerabin_try_add_element()
132 gst_bin_remove (bin, new_elem); in gst_camerabin_try_add_element()
159 GstElement *new_elem; in gst_camerabin_create_and_add_element() local
165 if (!new_elem) { in gst_camerabin_create_and_add_element()
170 new_elem = NULL; in gst_camerabin_create_and_add_element()
[all …]
/dports/multimedia/gstreamer1-plugins-aom/gst-plugins-bad-1.16.2/gst/camerabin2/
H A Dcamerabingeneral.c75 GstElement * new_elem, const gchar * dstpad) in gst_camerabin_add_element_full() argument
80 g_return_val_if_fail (new_elem, FALSE); in gst_camerabin_add_element_full()
89 gst_object_unref (new_elem); in gst_camerabin_add_element_full()
117 g_return_val_if_fail (new_elem, FALSE); in gst_camerabin_try_add_element()
122 gst_bin_add (GST_BIN (bin), new_elem); in gst_camerabin_try_add_element()
131 gst_object_ref (new_elem); in gst_camerabin_try_add_element()
132 gst_bin_remove (bin, new_elem); in gst_camerabin_try_add_element()
159 GstElement *new_elem; in gst_camerabin_create_and_add_element() local
165 if (!new_elem) { in gst_camerabin_create_and_add_element()
170 new_elem = NULL; in gst_camerabin_create_and_add_element()
[all …]
/dports/multimedia/gstreamer1-plugins-bad/gst-plugins-bad-1.16.2/gst/camerabin2/
H A Dcamerabingeneral.c75 GstElement * new_elem, const gchar * dstpad) in gst_camerabin_add_element_full() argument
80 g_return_val_if_fail (new_elem, FALSE); in gst_camerabin_add_element_full()
89 gst_object_unref (new_elem); in gst_camerabin_add_element_full()
117 g_return_val_if_fail (new_elem, FALSE); in gst_camerabin_try_add_element()
122 gst_bin_add (GST_BIN (bin), new_elem); in gst_camerabin_try_add_element()
131 gst_object_ref (new_elem); in gst_camerabin_try_add_element()
132 gst_bin_remove (bin, new_elem); in gst_camerabin_try_add_element()
159 GstElement *new_elem; in gst_camerabin_create_and_add_element() local
165 if (!new_elem) { in gst_camerabin_create_and_add_element()
170 new_elem = NULL; in gst_camerabin_create_and_add_element()
[all …]
/dports/multimedia/gstreamer1-plugins-libde265/gst-plugins-bad-1.16.2/gst/camerabin2/
H A Dcamerabingeneral.c75 GstElement * new_elem, const gchar * dstpad) in gst_camerabin_add_element_full() argument
80 g_return_val_if_fail (new_elem, FALSE); in gst_camerabin_add_element_full()
89 gst_object_unref (new_elem); in gst_camerabin_add_element_full()
117 g_return_val_if_fail (new_elem, FALSE); in gst_camerabin_try_add_element()
122 gst_bin_add (GST_BIN (bin), new_elem); in gst_camerabin_try_add_element()
131 gst_object_ref (new_elem); in gst_camerabin_try_add_element()
132 gst_bin_remove (bin, new_elem); in gst_camerabin_try_add_element()
159 GstElement *new_elem; in gst_camerabin_create_and_add_element() local
165 if (!new_elem) { in gst_camerabin_create_and_add_element()
170 new_elem = NULL; in gst_camerabin_create_and_add_element()
[all …]
/dports/multimedia/gstreamer1-plugins-hls/gst-plugins-bad-1.16.2/gst/camerabin2/
H A Dcamerabingeneral.c75 GstElement * new_elem, const gchar * dstpad) in gst_camerabin_add_element_full() argument
80 g_return_val_if_fail (new_elem, FALSE); in gst_camerabin_add_element_full()
89 gst_object_unref (new_elem); in gst_camerabin_add_element_full()
117 g_return_val_if_fail (new_elem, FALSE); in gst_camerabin_try_add_element()
122 gst_bin_add (GST_BIN (bin), new_elem); in gst_camerabin_try_add_element()
131 gst_object_ref (new_elem); in gst_camerabin_try_add_element()
132 gst_bin_remove (bin, new_elem); in gst_camerabin_try_add_element()
159 GstElement *new_elem; in gst_camerabin_create_and_add_element() local
165 if (!new_elem) { in gst_camerabin_create_and_add_element()
170 new_elem = NULL; in gst_camerabin_create_and_add_element()
[all …]
/dports/multimedia/gstreamer1-plugins-kate/gst-plugins-bad-1.16.2/gst/camerabin2/
H A Dcamerabingeneral.c75 GstElement * new_elem, const gchar * dstpad) in gst_camerabin_add_element_full() argument
80 g_return_val_if_fail (new_elem, FALSE); in gst_camerabin_add_element_full()
89 gst_object_unref (new_elem); in gst_camerabin_add_element_full()
117 g_return_val_if_fail (new_elem, FALSE); in gst_camerabin_try_add_element()
122 gst_bin_add (GST_BIN (bin), new_elem); in gst_camerabin_try_add_element()
131 gst_object_ref (new_elem); in gst_camerabin_try_add_element()
132 gst_bin_remove (bin, new_elem); in gst_camerabin_try_add_element()
159 GstElement *new_elem; in gst_camerabin_create_and_add_element() local
165 if (!new_elem) { in gst_camerabin_create_and_add_element()
170 new_elem = NULL; in gst_camerabin_create_and_add_element()
[all …]
/dports/multimedia/gstreamer1-plugins-mpeg2enc/gst-plugins-bad-1.16.2/gst/camerabin2/
H A Dcamerabingeneral.c75 GstElement * new_elem, const gchar * dstpad) in gst_camerabin_add_element_full() argument
80 g_return_val_if_fail (new_elem, FALSE); in gst_camerabin_add_element_full()
89 gst_object_unref (new_elem); in gst_camerabin_add_element_full()
117 g_return_val_if_fail (new_elem, FALSE); in gst_camerabin_try_add_element()
122 gst_bin_add (GST_BIN (bin), new_elem); in gst_camerabin_try_add_element()
131 gst_object_ref (new_elem); in gst_camerabin_try_add_element()
132 gst_bin_remove (bin, new_elem); in gst_camerabin_try_add_element()
159 GstElement *new_elem; in gst_camerabin_create_and_add_element() local
165 if (!new_elem) { in gst_camerabin_create_and_add_element()
170 new_elem = NULL; in gst_camerabin_create_and_add_element()
[all …]
/dports/audio/gstreamer1-plugins-gme/gst-plugins-bad-1.16.2/gst/camerabin2/
H A Dcamerabingeneral.c75 GstElement * new_elem, const gchar * dstpad) in gst_camerabin_add_element_full() argument
80 g_return_val_if_fail (new_elem, FALSE); in gst_camerabin_add_element_full()
89 gst_object_unref (new_elem); in gst_camerabin_add_element_full()
117 g_return_val_if_fail (new_elem, FALSE); in gst_camerabin_try_add_element()
122 gst_bin_add (GST_BIN (bin), new_elem); in gst_camerabin_try_add_element()
131 gst_object_ref (new_elem); in gst_camerabin_try_add_element()
132 gst_bin_remove (bin, new_elem); in gst_camerabin_try_add_element()
159 GstElement *new_elem; in gst_camerabin_create_and_add_element() local
165 if (!new_elem) { in gst_camerabin_create_and_add_element()
170 new_elem = NULL; in gst_camerabin_create_and_add_element()
[all …]
/dports/audio/gstreamer1-plugins-sndfile/gst-plugins-bad-1.16.2/gst/camerabin2/
H A Dcamerabingeneral.c75 GstElement * new_elem, const gchar * dstpad) in gst_camerabin_add_element_full() argument
80 g_return_val_if_fail (new_elem, FALSE); in gst_camerabin_add_element_full()
89 gst_object_unref (new_elem); in gst_camerabin_add_element_full()
117 g_return_val_if_fail (new_elem, FALSE); in gst_camerabin_try_add_element()
122 gst_bin_add (GST_BIN (bin), new_elem); in gst_camerabin_try_add_element()
131 gst_object_ref (new_elem); in gst_camerabin_try_add_element()
132 gst_bin_remove (bin, new_elem); in gst_camerabin_try_add_element()
159 GstElement *new_elem; in gst_camerabin_create_and_add_element() local
165 if (!new_elem) { in gst_camerabin_create_and_add_element()
170 new_elem = NULL; in gst_camerabin_create_and_add_element()
[all …]

12345678910>>...24