Home
last modified time | relevance | path

Searched refs:elm (Results 1 – 25 of 30) sorted by relevance

12

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_queue.h184 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \ argument
185 SLIST_NEXT((elm), field) = SLIST_NEXT((slistelm), field); \
186 SLIST_NEXT((slistelm), field) = (elm); \
189 #define SLIST_INSERT_HEAD(head, elm, field) do { \ argument
190 SLIST_NEXT((elm), field) = SLIST_FIRST((head)); \
191 SLIST_FIRST((head)) = (elm); \
194 #define SLIST_NEXT(elm, field) ((elm)->field.sle_next) argument
196 #define SLIST_REMOVE(head, elm, type, field) do { \ argument
197 QMD_SAVELINK(oldnext, (elm)->field.sle_next); \
198 if (SLIST_FIRST((head)) == (elm)) { \
[all …]
/third_party/libuv/include/uv/
Dtree.h82 #define SPLAY_LEFT(elm, field) (elm)->field.spe_left argument
83 #define SPLAY_RIGHT(elm, field) (elm)->field.spe_right argument
129 name##_SPLAY_FIND(struct name *head, struct type *elm) \
133 name##_SPLAY(head, elm); \
134 if ((cmp)(elm, (head)->sph_root) == 0) \
140 name##_SPLAY_NEXT(struct name *head, struct type *elm) \
142 name##_SPLAY(head, elm); \
143 if (SPLAY_RIGHT(elm, field) != NULL) { \
144 elm = SPLAY_RIGHT(elm, field); \
145 while (SPLAY_LEFT(elm, field) != NULL) { \
[all …]
/third_party/FreeBSD/sys/sys/
Dqueue.h207 #define QMD_SLIST_CHECK_PREVPTR(prevp, elm) do { \ argument
208 if (*(prevp) != (elm)) \
210 (prevp), *(prevp), (elm)); \
213 #define QMD_SLIST_CHECK_PREVPTR(prevp, elm) argument
262 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \ argument
263 SLIST_NEXT((elm), field) = SLIST_NEXT((slistelm), field); \
264 SLIST_NEXT((slistelm), field) = (elm); \
267 #define SLIST_INSERT_HEAD(head, elm, field) do { \ argument
268 SLIST_NEXT((elm), field) = SLIST_FIRST((head)); \
269 SLIST_FIRST((head)) = (elm); \
[all …]
Dtree.h87 #define SPLAY_LEFT(elm, field) (elm)->field.spe_left argument
88 #define SPLAY_RIGHT(elm, field) (elm)->field.spe_right argument
134 name##_SPLAY_FIND(struct name *head, struct type *elm) \
138 name##_SPLAY(head, elm); \
139 if ((cmp)(elm, (head)->sph_root) == 0) \
145 name##_SPLAY_NEXT(struct name *head, struct type *elm) \
147 name##_SPLAY(head, elm); \
148 if (SPLAY_RIGHT(elm, field) != NULL) { \
149 elm = SPLAY_RIGHT(elm, field); \
150 while (SPLAY_LEFT(elm, field) != NULL) { \
[all …]
/third_party/libinput/src/
Dutil-list.c42 list_insert(struct list *list, struct list *elm) in list_insert() argument
46 assert(((elm->next == NULL && elm->prev == NULL) || list_empty(elm)) || in list_insert()
49 elm->prev = list; in list_insert()
50 elm->next = list->next; in list_insert()
51 list->next = elm; in list_insert()
52 elm->next->prev = elm; in list_insert()
56 list_append(struct list *list, struct list *elm) in list_append() argument
60 assert(((elm->next == NULL && elm->prev == NULL) || list_empty(elm)) || in list_append()
63 elm->next = list; in list_append()
64 elm->prev = list->prev; in list_append()
[all …]
Dutil-list.h76 void list_insert(struct list *list, struct list *elm);
80 void list_append(struct list *list, struct list *elm);
89 void list_remove(struct list *elm);
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_signature.c491 fill_signature_element(struct dxil_signature_element *elm, in fill_signature_element() argument
495 memset(elm, 0, sizeof(struct dxil_signature_element)); in fill_signature_element()
496 elm->stream = semantic->stream; in fill_signature_element()
498 elm->semantic_index = semantic->index + row; in fill_signature_element()
499 elm->system_value = (uint32_t) prog_semantic_from_kind(semantic->kind, semantic->rows, row); in fill_signature_element()
500 elm->comp_type = (uint32_t) semantic->comp_type; in fill_signature_element()
501 elm->reg = semantic->start_row + row; in fill_signature_element()
504 elm->mask = (uint8_t) (((1 << semantic->cols) - 1) << semantic->start_col); in fill_signature_element()
505 elm->min_precision = DXIL_MIN_PREC_DEFAULT; in fill_signature_element()
663 struct dxil_signature_element *elm = &mod->outputs[num_outputs].elements[i]; in process_output_signature() local
[all …]
/third_party/freetype/builds/atari/
Ddeflinejoiner.awk23 junk, elm )
25 elm = -1
29 elm = shift( array )
30 } while ( 0 > elm );
32 return elm
/third_party/flutter/skia/third_party/externals/freetype/builds/atari/
Ddeflinejoiner.awk23 junk, elm )
25 elm = -1
29 elm = shift( array )
30 } while ( 0 > elm );
32 return elm
/third_party/skia/third_party/externals/freetype/builds/atari/
Ddeflinejoiner.awk23 junk, elm )
25 elm = -1
29 elm = shift( array )
30 } while ( 0 > elm );
32 return elm
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
Deventhistory.cpp85 elm = new EventListModel(parent); in EventHistory()
86 eventListView->setModel(elm); in EventHistory()
93 delete elm; in ~EventHistory()
119 elm->addEvent(msg.getTimestamp().toString("yyyy-MM-dd hh:mm:ss.zzz"), in addEvent()
Deventhistory.h54 EventListModel *elm;
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
Deventhistory.cpp85 elm = new EventListModel(parent); in EventHistory()
86 eventListView->setModel(elm); in EventHistory()
93 delete elm; in ~EventHistory()
119 elm->addEvent(msg.getTimestamp().toString("yyyy-MM-dd hh:mm:ss.zzz"), in addEvent()
Deventhistory.h54 EventListModel *elm;
/third_party/node/test/fixtures/wpt/FileAPI/blob/
DBlob-constructor-dom.window.js46 var elm = document.createElement("div");
47 elm.setAttribute("foo", "bar");
48 return new Blob(elm.attributes);
/third_party/FatFs/
DREADME.OpenSource8 "Upstream URL" : "http://elm-chan.org/fsw/ff/00index_e.html",
/third_party/node/src/
Dcares_wrap.cc1721 Local<Array> elm = in SetServers() local
1724 CHECK(elm->Get(env->context(), in SetServers()
1726 CHECK(elm->Get(env->context(), 1).ToLocalChecked()->IsString()); in SetServers()
1727 CHECK(elm->Get(env->context(), in SetServers()
1730 int fam = elm->Get(env->context(), 0) in SetServers()
1733 elm->Get(env->context(), 1).ToLocalChecked()); in SetServers()
1734 int port = elm->Get(env->context(), 2) in SetServers()
/third_party/python/Lib/distutils/
Ddist.py618 value = [elm.strip() for elm in value.split(',')]
/third_party/python/Lib/test/
Dtest_minidom.py1096 (pi, text, elm) = root.childNodes
1100 text.nextSibling is elm and
1102 elm.nextSibling is None and
1103 elm.previousSibling is text, "testSiblings")
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstplaybin3.c3367 GstAVElement *elm = (GstAVElement *) avelement;
3369 if (elm->dec)
3370 gst_object_unref (elm->dec);
3371 if (elm->sink)
3372 gst_object_unref (elm->sink);
3373 g_slice_free (GstAVElement, elm);
Dgstplaybin2.c4910 GstAVElement *elm = (GstAVElement *) avelement; local
4912 if (elm->dec)
4913 gst_object_unref (elm->dec);
4914 if (elm->sink)
4915 gst_object_unref (elm->sink);
4916 g_slice_free (GstAVElement, elm);
/third_party/protobuf/docs/
Dthird_party.md40 * Elm: https://github.com/tiziano88/elm-protobuf
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/
DTransliterator_Kanji_English.txt2306 枌>'[variety of elm with small seeds]';
2480 楡>'[elm tree]';
2498 #"榉>'[type of elm]'",
/third_party/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt1843 枌 < variety\-of\-elm\-with\-small\-seeds;
3171 䓋 < elm\-seeds\-\-\-\-used\-as\-food;
10184 䕋 < of\-elm\-group;
10620 榉 < type\-of\-elm;
14421 榆 < elm\-tree;
21336 榆樹 < elm;
35961 榆樹 > elm;
37182 枌 > variety\-of\-elm\-with\-small\-seeds;
38161 䓋 > elm\-seeds\-\-\-\-used\-as\-food;
42883 䕋 > of\-elm\-group;
[all …]
/third_party/icu/icu4c/source/data/misc/
DsupplementalData.txt5416 "elm",

12