Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/include/lib/libc/sys/
A Dcdefs.h236 #define __alignof(x) __offsetof(struct { char __a; x __b; }, __b)
467 #define __offsetof(type, field) __builtin_offsetof(type, field) macro
470 #define __offsetof(type, field) \ macro
473 #define __offsetof(type, field) \ macro
480 (__offsetof(type, end) - __offsetof(type, start))
491 __DEQUALIFY(s *, (const volatile char *)__x - __offsetof(s, m));\
495 __DEQUALIFY(s *, (const volatile char *)(x) - __offsetof(s, m))

Completed in 4 milliseconds