Searched refs:__DEVOLATILE (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/Libc-1044.1.2/fbsdcompat/sys/
H A Dcdefs.h86 #ifndef __DEVOLATILE
87 #define __DEVOLATILE(type, var) ((type)(uintptr_t)(volatile void *)(var)) macro
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dcdefs.h303 #ifndef __DEVOLATILE
304 #define __DEVOLATILE(type, var) __CAST_AWAY_QUALIFIER(var, volatile, type) macro

Completed in 120 milliseconds