Home
last modified time | relevance | path

Searched refs:ALIGN_ROUND (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dalign10 #define ALIGN_ROUND(x,y) ALIGN_POINTER(ALIGN_INTEGER((x)+(y)-1)&~((y)-1))
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dalign10 #define ALIGN_ROUND(x,y) ALIGN_POINTER(ALIGN_INTEGER((x)+(y)-1)&~((y)-1))
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dalign10 #define ALIGN_ROUND(x,y) ALIGN_POINTER(ALIGN_INTEGER((x)+(y)-1)&~((y)-1))
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dalign10 #define ALIGN_ROUND(x,y) ALIGN_POINTER(ALIGN_INTEGER((x)+(y)-1)&~((y)-1))