Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/sys/
Dcdefs.h507 __DEQUALIFY(s *, (const volatile char *)__x - __offsetof(s, m));\
511 __DEQUALIFY(s *, (const volatile char *)(x) - __offsetof(s, m))
648 #ifndef __DEQUALIFY
649 #define __DEQUALIFY(type, var) ((type)(uintptr_t)(const volatile void *)(var)) macro