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