Home
last modified time | relevance | path

Searched refs:tqe_prev (Results 1 – 18 of 18) sorted by relevance

/external/ipsec-tools/src/include-glibc/sys/
Dqueue.h332 struct type **tqe_prev; /* address of previous next element */ \
359 TAILQ_NEXT((elm), field)->field.tqe_prev = \
364 (elm)->field.tqe_prev = &TAILQ_NEXT((listelm), field); \
368 (elm)->field.tqe_prev = (listelm)->field.tqe_prev; \
370 *(listelm)->field.tqe_prev = (elm); \
371 (listelm)->field.tqe_prev = &TAILQ_NEXT((elm), field); \
376 TAILQ_FIRST((head))->field.tqe_prev = \
381 (elm)->field.tqe_prev = &TAILQ_FIRST((head)); \
386 (elm)->field.tqe_prev = (head)->tqh_last; \
397 (*(((struct headname *)((elm)->field.tqe_prev))->tqh_last))
[all …]
/external/libevent/compat/sys/
Dqueue.h287 struct type **tqe_prev; /* address of previous next element */ \
300 (*(((struct headname *)((elm)->field.tqe_prev))->tqh_last))
324 (head)->tqh_first->field.tqe_prev = \
329 (elm)->field.tqe_prev = &(head)->tqh_first; \
334 (elm)->field.tqe_prev = (head)->tqh_last; \
341 (elm)->field.tqe_next->field.tqe_prev = \
346 (elm)->field.tqe_prev = &(listelm)->field.tqe_next; \
350 (elm)->field.tqe_prev = (listelm)->field.tqe_prev; \
352 *(listelm)->field.tqe_prev = (elm); \
353 (listelm)->field.tqe_prev = &(elm)->field.tqe_next; \
[all …]
/external/cronet/third_party/libevent/compat/sys/
Dqueue.h287 struct type **tqe_prev; /* address of previous next element */ \
300 (*(((struct headname *)((elm)->field.tqe_prev))->tqh_last))
324 (head)->tqh_first->field.tqe_prev = \
329 (elm)->field.tqe_prev = &(head)->tqh_first; \
334 (elm)->field.tqe_prev = (head)->tqh_last; \
341 (elm)->field.tqe_next->field.tqe_prev = \
346 (elm)->field.tqe_prev = &(listelm)->field.tqe_next; \
350 (elm)->field.tqe_prev = (listelm)->field.tqe_prev; \
352 *(listelm)->field.tqe_prev = (elm); \
353 (listelm)->field.tqe_prev = &(elm)->field.tqe_next; \
[all …]
/external/iperf3/src/
Dqueue.h318 struct type **tqe_prev; /* address of previous next element */ \
331 (*(((struct headname *)((elm)->field.tqe_prev))->tqh_last))
355 (head)->tqh_first->field.tqe_prev = \
360 (elm)->field.tqe_prev = &(head)->tqh_first; \
365 (elm)->field.tqe_prev = (head)->tqh_last; \
372 (elm)->field.tqe_next->field.tqe_prev = \
377 (elm)->field.tqe_prev = &(listelm)->field.tqe_next; \
381 (elm)->field.tqe_prev = (listelm)->field.tqe_prev; \
383 *(listelm)->field.tqe_prev = (elm); \
384 (listelm)->field.tqe_prev = &(elm)->field.tqe_next; \
[all …]
/external/openthread/third_party/tcplp/bsdtcp/sys/
Dqueue.h557 struct type **tqe_prev; /* address of previous next element */ \
564 class type **tqe_prev; /* address of previous next element */ \
574 TAILQ_FIRST((head))->field.tqe_prev != \
586 TAILQ_NEXT((elm), field)->field.tqe_prev != \
592 if (*(elm)->field.tqe_prev != (elm)) \
605 (head2)->tqh_first->field.tqe_prev = (head1)->tqh_last; \
666 TAILQ_NEXT((elm), field)->field.tqe_prev = \
673 (elm)->field.tqe_prev = &TAILQ_NEXT((listelm), field); \
680 (elm)->field.tqe_prev = (listelm)->field.tqe_prev; \
682 *(listelm)->field.tqe_prev = (elm); \
[all …]
/external/libiio/src/iiod/
Dqueue.h380 qual type *qual *tqe_prev; /* address of previous next element */\
394 (head)->tqh_first->field.tqe_prev = \
399 (elm)->field.tqe_prev = &(head)->tqh_first; \
404 (elm)->field.tqe_prev = (head)->tqh_last; \
411 (elm)->field.tqe_next->field.tqe_prev = \
416 (elm)->field.tqe_prev = &(listelm)->field.tqe_next; \
420 (elm)->field.tqe_prev = (listelm)->field.tqe_prev; \
422 *(listelm)->field.tqe_prev = (elm); \
423 (listelm)->field.tqe_prev = &(elm)->field.tqe_next; \
428 (elm)->field.tqe_next->field.tqe_prev = \
[all …]
/external/cronet/third_party/libevent/
Devent-internal.h83 (elm)->field.tqe_prev = (listelm)->field.tqe_prev; \
85 *(listelm)->field.tqe_prev = (elm); \
86 (listelm)->field.tqe_prev = &(elm)->field.tqe_next; \
Devhttp.h194 struct evhttp_request **tqe_prev;
Devent.h207 struct type **tqe_prev; /* address of previous next element */ \
/external/libevent/
Devent-internal.h394 (elm)->field.tqe_prev = (listelm)->field.tqe_prev; \
396 *(listelm)->field.tqe_prev = (elm); \
397 (listelm)->field.tqe_prev = &(elm)->field.tqe_next; \
Dutil-internal.h239 EVUTIL_ASSERT(nextp == elm1->field.tqe_prev); \
/external/libevent/include/event2/
Dkeyvalq_struct.h41 struct type **tqe_prev; /* address of previous next element */ \
Drpc_struct.h47 struct type **tqe_prev; /* address of previous next element */ \
Dhttp_struct.h63 struct evhttp_request **tqe_prev;
Devent_struct.h74 struct type **tqe_prev; /* address of previous next element */ \
/external/openthread/third_party/tcplp/bsdtcp/
Dtcp_var.h115 struct sackhole **tqe_prev; /* address of previous next element */ member
/external/libabigail/tests/data/test-diff-dwarf-abixml/
DPR25409-librte_bus_dpaa.so.20.0.abi3210 …<var-decl name='tqe_prev' type-id='type-id-388' visibility='default' filepath='../../dpdk/drivers/…
3248 …<var-decl name='tqe_prev' type-id='type-id-391' visibility='default' filepath='../../dpdk/drivers/…
3342 …<var-decl name='tqe_prev' type-id='type-id-437' visibility='default' filepath='../../dpdk/lib/libr…
3375 …<var-decl name='tqe_prev' type-id='type-id-442' visibility='default' filepath='../../dpdk/lib/libr…
3403 …<var-decl name='tqe_prev' type-id='type-id-448' visibility='default' filepath='../../dpdk/lib/libr…
3474 …<var-decl name='tqe_prev' type-id='type-id-458' visibility='default' filepath='../../dpdk/lib/libr…
/external/libabigail/tests/data/test-abidiff/
Dtest-PR18166-libtirpc.so.abi1152 …<var-decl name='tqe_prev' type-id='type-id-199' visibility='default' filepath='/home/max/src/v6/li…