Searched refs:SLIST_FIRST (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dcompat-queue.h125 #define SLIST_FIRST(head) ((head)->slh_first) macro
128 for ((var) = SLIST_FIRST((head)); \
133 for ((var) = SLIST_FIRST((head)); \
138 for ((varp) = &SLIST_FIRST((head)); \
143 SLIST_FIRST((head)) = NULL; \
152 SLIST_NEXT((elm), field) = SLIST_FIRST((head)); \
153 SLIST_FIRST((head)) = (elm); \
159 if (SLIST_FIRST((head)) == (elm)) { \
163 struct type *curelm = SLIST_FIRST((head)); \
172 SLIST_FIRST((hea
[all...]
H A Derrwarn.c201 first = SLIST_FIRST(&errwarns->errwarns);
437 we = SLIST_FIRST(&errwarns->errwarns);
H A Dsymrec.c453 non_table_symrec *sym = SLIST_FIRST(&symtab->non_table_syms);
H A Dinttree.c514 np = SLIST_FIRST(&stuffToFree);
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_queue.h166 #define SLIST_FIRST(head) ((head)->slh_first) macro
169 for ((var) = SLIST_FIRST((head)); \
174 for ((var) = SLIST_FIRST((head)); \
179 for ((varp) = &SLIST_FIRST((head)); \
184 SLIST_FIRST((head)) = NULL; \
193 SLIST_NEXT((elm), field) = SLIST_FIRST((head)); \
194 SLIST_FIRST((head)) = (elm); \
201 if (SLIST_FIRST((head)) == (elm)) { \
205 struct type *curelm = SLIST_FIRST((head)); \
219 SLIST_FIRST((hea
[all...]
H A Duser_mbuf.c581 p = SLIST_FIRST(&m->m_pkthdr.tags);
/external/ipsec-tools/src/include-glibc/sys/
H A Dqueue.h127 #define SLIST_FIRST(head) ((head)->slh_first) macro
130 for ((var) = SLIST_FIRST((head)); \
135 SLIST_FIRST((head)) = NULL; \
144 SLIST_NEXT((elm), field) = SLIST_FIRST((head)); \
145 SLIST_FIRST((head)) = (elm); \
151 if (SLIST_FIRST((head)) == (elm)) { \
155 struct type *curelm = SLIST_FIRST((head)); \
164 SLIST_FIRST((head)) = SLIST_NEXT(SLIST_FIRST((head)), field); \
/external/chromium_org/third_party/libevent/compat/sys/
H A Dqueue.h106 #define SLIST_FIRST(head) ((head)->slh_first) macro
108 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head))
112 for((var) = SLIST_FIRST(head); \
120 SLIST_FIRST(head) = SLIST_END(head); \
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/listfmts/nasm/
H A Dnasm-listfmt.c286 last_hist = SLIST_FIRST(&reloc_hist);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
H A Dwin64-except.c119 code = SLIST_FIRST(&info->codes);

Completed in 223 milliseconds