Home
last modified time | relevance | path

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

/dragonfly/libexec/dma/
H A Ddfcompat.h9 #define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var)) macro
/dragonfly/tools/tools/netrate/netperf/tcp_stream/
H A Dtcp_stream.c18 #define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var)) macro
/dragonfly/lib/libtcplay/
H A Dtcplay.h338 #define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var)) macro
/dragonfly/sys/sys/
H A Dcdefs.h534 #define __DECONST(type, var) ((type)(__uintptr_t)(const void *)(var)) macro