Searched defs:CAST_PTRINT (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/include/
H A Dsgs.h104 * CAST_PTRINT macro does this, and its use documents the fact that
108 #define CAST_PTRINT(cast, value) ((cast)(uintptr_t)value) macro
110 #define CAST_PTRINT(cast, value) ((cast)value) macro

Completed in 58 milliseconds