Home
last modified time | relevance | path

Searched defs:__DECONST (Results 1 – 2 of 2) sorted by relevance

/third_party/FreeBSD/stand/kshim/
Dbsd_kernel.h129 #define __DECONST(type, var) ((type)(__uintptr_t)(const void *)(var)) macro
/third_party/FreeBSD/sys/sys/
Dcdefs.h617 #define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var)) macro