Searched refs:__DEQUALIFY (Results 1 – 1 of 1) sorted by relevance
491 __DEQUALIFY(s *, (const volatile char *)__x - __offsetof(s, m));\495 __DEQUALIFY(s *, (const volatile char *)(x) - __offsetof(s, m))630 #ifndef __DEQUALIFY631 #define __DEQUALIFY(type, var) ((type)(__uintptr_t)(const volatile void *)(var)) macro