HomeSort by: relevance | last modified time | path
    Searched defs:__DECONST (Results 1 - 3 of 3) sorted by relevancy

  /src/share/examples/refuse/ian/libfetch/
free2net.h 36 #define __DECONST(t, a) (t) __UNCONST(a)
  /src/sys/external/bsd/libnv/dist/
nv_compat.h 51 #ifndef __DECONST
52 #define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var))
  /src/sys/external/isc/atheros_hal/dist/
ah_internal.h 51 #ifndef __DECONST
52 #define __DECONST(type, var) ((type)(unsigned long)(const void *)(var))

Completed in 14 milliseconds