Searched defs:__DECONST (Results 1 – 2 of 2) sorted by relevance
130 #define __DECONST(type, var) ((type)(__uintptr_t)(const void *)(var)) macro
641 #define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var)) macro