Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/include/sys/
Dcdefs.h291 #define __alignof(x) __offsetof(struct { char __a; x __b; }, __b)
538 #define __offsetof(type, field) offsetof(type, field) macro
540 (__offsetof(type, end) - __offsetof(type, start))
551 __DEQUALIFY(s *, (const volatile char *)__x - __offsetof(s, m));\
555 __DEQUALIFY(s *, (const volatile char *)(x) - __offsetof(s, m))