Home
last modified time | relevance | path

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

/freebsd/contrib/dma/
H A Ddfcompat.h9 #define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var)) macro
/freebsd/crypto/heimdal/lib/roken/
H A Dtsearch.c28 #define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var)) macro
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_macros.h26 # define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var)) macro
/freebsd/contrib/libder/libder/
H A Dlibder_private.h24 #define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var)) macro
/freebsd/tools/build/cross-build/include/common/sys/
H A Dcdefs.h247 #define __DECONST(type, var) ((type)(__uintptr_t)(const void *)(var)) macro
/freebsd/contrib/libucl/src/
H A Ducl_internal.h135 #define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var)) macro
/freebsd/sys/sys/
H A Dcdefs.h454 #define __DECONST(type, var) ((type)(__uintptr_t)(const void *)(var)) macro
/freebsd/sys/dev/mwl/
H A Dmwlhal.c1459 #define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var)) macro