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

/freebsd-11-stable/contrib/dma/
H A Ddfcompat.h9 #define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var)) macro
/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_macros.h52 # define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var)) macro
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dtsearch.c28 #define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var)) macro
/freebsd-11-stable/sys/dev/nxge/
H A Dxge-osdep.h96 #define __DECONST(type, var) ((type)(uintrptr_t)(const void *)(var)) macro
/freebsd-11-stable/contrib/libucl/src/
H A Ducl_internal.h105 #define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var)) macro
/freebsd-11-stable/sys/sys/
H A Dcdefs.h645 #define __DECONST(type, var) ((type)(__uintptr_t)(const void *)(var)) macro
/freebsd-11-stable/sys/dev/vxge/
H A Dvxge-osdep.h118 #define __DECONST(type, var) ((type)(uintrptr_t)(const void *)(var)) macro
/freebsd-11-stable/sys/dev/mwl/
H A Dmwlhal.c1459 #define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var)) macro

Completed in 109 milliseconds