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

/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dalign.h26 typedef unsigned long ALIGN_INTEGRAL; typedef
29 #define ALIGN_INTEGRAL long macro
30 #define ALIGN_INTEGER(x) ((ALIGN_INTEGRAL)(x))
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dalign.h5 typedef unsigned long ALIGN_INTEGRAL; typedef
8 #define ALIGN_INTEGRAL long macro
9 #define ALIGN_INTEGER(x) ((ALIGN_INTEGRAL)(x))
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dalign.h26 typedef unsigned long ALIGN_INTEGRAL; typedef
29 #define ALIGN_INTEGRAL long macro
30 #define ALIGN_INTEGER(x) ((ALIGN_INTEGRAL)(x))
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dalign.h5 typedef unsigned long ALIGN_INTEGRAL; typedef
8 #define ALIGN_INTEGRAL long macro
9 #define ALIGN_INTEGER(x) ((ALIGN_INTEGRAL)(x))
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dalign.h26 typedef unsigned long ALIGN_INTEGRAL; typedef
29 #define ALIGN_INTEGRAL long macro
30 #define ALIGN_INTEGER(x) ((ALIGN_INTEGRAL)(x))
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dalign.h5 typedef unsigned long ALIGN_INTEGRAL; typedef
8 #define ALIGN_INTEGRAL long macro
9 #define ALIGN_INTEGER(x) ((ALIGN_INTEGRAL)(x))
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dalign.h26 typedef unsigned long ALIGN_INTEGRAL; typedef
29 #define ALIGN_INTEGRAL long macro
30 #define ALIGN_INTEGER(x) ((ALIGN_INTEGRAL)(x))
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dalign.h5 typedef unsigned long ALIGN_INTEGRAL; typedef
8 #define ALIGN_INTEGRAL long macro
9 #define ALIGN_INTEGER(x) ((ALIGN_INTEGRAL)(x))

Completed in 47 milliseconds