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

/illumos-gate/usr/src/cmd/sgs/include/i386/
H A Dmachdep_x86.h77 #define M_STRUNC(X) ((X) & ~(M_SEGSIZE - 1)) macro
/illumos-gate/usr/src/cmd/sgs/include/sparc/
H A Dmachdep_sparc.h73 #define M_STRUNC(X) ((X) & ~(M_SEGSIZE - 1)) macro

Completed in 58 milliseconds