Searched refs:__DEQUALIFY (Results 1 – 2 of 2) sorted by relevance
551 __DEQUALIFY(s *, (const volatile char *)__x - __offsetof(s, m));\555 __DEQUALIFY(s *, (const volatile char *)(x) - __offsetof(s, m))685 #ifndef __DEQUALIFY686 #define __DEQUALIFY(type, var) ((type)(__uintptr_t)(const volatile void *)(var)) macro
3052 (__DEQUALIFY): Likewise.