Searched refs:__DEQUALIFY (Results 1 – 1 of 1) sorted by relevance
507 __DEQUALIFY(s *, (const volatile char *)__x - __offsetof(s, m));\511 __DEQUALIFY(s *, (const volatile char *)(x) - __offsetof(s, m))648 #ifndef __DEQUALIFY649 #define __DEQUALIFY(type, var) ((type)(uintptr_t)(const volatile void *)(var)) macro