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