Home
last modified time | relevance | path

Searched defs:__DECONST (Results 1 – 7 of 7) 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/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.h601 #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