Searched defs:__DECONST (Results 1 – 5 of 5) sorted by relevance
36 #define __DECONST(t, a) (t) __UNCONST(a) macro
52 #define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var)) macro
30 #define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var)) macro
755 #define __DECONST(a, b) __UNCONST(b) macro
52 #define __DECONST(type, var) ((type)(unsigned long)(const void *)(var)) macro