Searched refs:__offsetof (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/include/
H A Dstddef.h65 #define offsetof(type, member) __offsetof(type, member)
/barrelfish-master/include/sys/
H A Dcdefs.h253 #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))
H A Dtypes.h292 #define offsetof(type, field) __offsetof(type, field)
/barrelfish-master/usr/drivers/megaraid/
H A Dqueue.h293 ((char *)((head)->stqh_last) - __offsetof(struct type, field))))

Completed in 44 milliseconds