Searched defs:__DECONST (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/Libc-1044.1.2/fbsdcompat/sys/
H A Dcdefs.h83 #define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var)) macro
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dtsearch.c28 #define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var)) macro
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dcdefs.h300 #define __DECONST(type, var) __CAST_AWAY_QUALIFIER(var, const, type) macro

Completed in 275 milliseconds