Home
last modified time | relevance | path

Searched refs:__offsetof (Results 1 – 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/sys/
Dcdefs.h258 #define __alignof(x) __offsetof(struct { char __a; x __b; }, __b)
483 #define __offsetof(type, field) __builtin_offsetof(type, field) macro
486 #define __offsetof(type, field) \ macro
489 #define __offsetof(type, field) \ macro
496 (__offsetof(type, end) - __offsetof(type, start))
507 __DEQUALIFY(s *, (const volatile char *)__x - __offsetof(s, m));\
511 __DEQUALIFY(s *, (const volatile char *)(x) - __offsetof(s, m))
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_queue.h295 ((char *)((head)->stqh_last) - __offsetof(struct type, field))))