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

/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dalign.h35 #define ALIGN_ALIGN(x) ALIGN_ALIGN2(x)
40 #define ALIGN_ALIGN1(x) ALIGN_ALIGN2(x)
48 #define ALIGN_ALIGN2(x) ALIGN_TRUNC2((x)+15) macro
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dalign.h14 #define ALIGN_ALIGN(x) ALIGN_ALIGN2(x)
19 #define ALIGN_ALIGN1(x) ALIGN_ALIGN2(x)
27 #define ALIGN_ALIGN2(x) ALIGN_TRUNC2((x)+15) macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dalign.h35 #define ALIGN_ALIGN(x) ALIGN_ALIGN2(x)
40 #define ALIGN_ALIGN1(x) ALIGN_ALIGN2(x)
48 #define ALIGN_ALIGN2(x) ALIGN_TRUNC2((x)+3) macro
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dalign.h14 #define ALIGN_ALIGN(x) ALIGN_ALIGN2(x)
19 #define ALIGN_ALIGN1(x) ALIGN_ALIGN2(x)
27 #define ALIGN_ALIGN2(x) ALIGN_TRUNC2((x)+3) macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dalign.h35 #define ALIGN_ALIGN(x) ALIGN_ALIGN2(x)
40 #define ALIGN_ALIGN1(x) ALIGN_ALIGN2(x)
48 #define ALIGN_ALIGN2(x) ALIGN_TRUNC2((x)+7) macro
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dalign.h14 #define ALIGN_ALIGN(x) ALIGN_ALIGN2(x)
19 #define ALIGN_ALIGN1(x) ALIGN_ALIGN2(x)
27 #define ALIGN_ALIGN2(x) ALIGN_TRUNC2((x)+7) macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dalign.h35 #define ALIGN_ALIGN(x) ALIGN_ALIGN2(x)
40 #define ALIGN_ALIGN1(x) ALIGN_ALIGN2(x)
48 #define ALIGN_ALIGN2(x) ALIGN_TRUNC2((x)+15) macro
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dalign.h14 #define ALIGN_ALIGN(x) ALIGN_ALIGN2(x)
19 #define ALIGN_ALIGN1(x) ALIGN_ALIGN2(x)
27 #define ALIGN_ALIGN2(x) ALIGN_TRUNC2((x)+15) macro

Completed in 47 milliseconds