Home
last modified time | relevance | path

Searched refs:__containerof (Results 1 – 3 of 3) sorted by relevance

/picolibc-latest/newlib/libc/include/sys/
Dcdefs.h549 #define __containerof(x, s, m) ({ \ macro
554 #define __containerof(x, s, m) \ macro
Dqueue.h398 __containerof((head)->stqh_last, \
596 __containerof((elm)->field.le_prev, \
832 (TAILQ_EMPTY(head) ? NULL : __containerof((head)->tqh_last, QUEUE_TYPEOF(type), field.tqe_next))
/picolibc-latest/newlib/
DChangeLog-20153051 * libc/include/sys/cdefs.h (__containerof): New define.
3080 (STAILQ_LAST): Use __containerof().