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

/freebsd-10.1-release/crypto/heimdal/lib/roken/
H A Dtsearch.c28 #define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var)) macro
/freebsd-10.1-release/contrib/libucl/src/
H A Ducl_internal.h103 #define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var)) macro
/freebsd-10.1-release/sys/sys/
H A Dcdefs.h607 #define __DECONST(type, var) ((type)(__uintptr_t)(const void *)(var)) macro
/freebsd-10.1-release/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal.h232 # define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var)) macro
/freebsd-10.1-release/sys/dev/nxge/
H A Dxge-osdep.h96 #define __DECONST(type, var) ((type)(uintrptr_t)(const void *)(var)) macro
/freebsd-10.1-release/sys/dev/vxge/
H A Dvxge-osdep.h118 #define __DECONST(type, var) ((type)(uintrptr_t)(const void *)(var)) macro
/freebsd-10.1-release/sys/dev/mwl/
H A Dmwlhal.c1468 #define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var)) macro

Completed in 163 milliseconds