/titanic_51/usr/src/lib/libast/i386/include/ast/ |
H A D | align.h | 26 typedef unsigned long ALIGN_INTEGRAL; typedef 29 #define ALIGN_INTEGRAL long macro 30 #define ALIGN_INTEGER(x) ((ALIGN_INTEGRAL)(x))
|
/titanic_51/usr/src/lib/libast/amd64/include/ast/ |
H A D | align.h | 26 typedef unsigned long ALIGN_INTEGRAL; typedef 29 #define ALIGN_INTEGRAL long macro 30 #define ALIGN_INTEGER(x) ((ALIGN_INTEGRAL)(x))
|
/titanic_51/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | align.h | 5 typedef unsigned long ALIGN_INTEGRAL; typedef 8 #define ALIGN_INTEGRAL long macro 9 #define ALIGN_INTEGER(x) ((ALIGN_INTEGRAL)(x))
|
/titanic_51/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | align.h | 5 typedef unsigned long ALIGN_INTEGRAL; typedef 8 #define ALIGN_INTEGRAL long macro 9 #define ALIGN_INTEGER(x) ((ALIGN_INTEGRAL)(x))
|
/titanic_51/usr/src/lib/libast/sparc/include/ast/ |
H A D | align.h | 26 typedef unsigned long ALIGN_INTEGRAL; typedef 29 #define ALIGN_INTEGRAL long macro 30 #define ALIGN_INTEGER(x) ((ALIGN_INTEGRAL)(x))
|
/titanic_51/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | align.h | 5 typedef unsigned long ALIGN_INTEGRAL; typedef 8 #define ALIGN_INTEGRAL long macro 9 #define ALIGN_INTEGER(x) ((ALIGN_INTEGRAL)(x))
|
/titanic_51/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | align.h | 5 typedef unsigned long ALIGN_INTEGRAL; typedef 8 #define ALIGN_INTEGRAL long macro 9 #define ALIGN_INTEGER(x) ((ALIGN_INTEGRAL)(x))
|
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | align.h | 26 typedef unsigned long ALIGN_INTEGRAL; typedef 29 #define ALIGN_INTEGRAL long macro 30 #define ALIGN_INTEGER(x) ((ALIGN_INTEGRAL)(x))
|
/titanic_51/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | align | 5 typedef unsigned long ALIGN_INTEGRAL; 8 #define ALIGN_INTEGRAL long 9 #define ALIGN_INTEGER(x) ((ALIGN_INTEGRAL)(x))
|
/titanic_51/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | align | 5 typedef unsigned long ALIGN_INTEGRAL; 8 #define ALIGN_INTEGRAL long 9 #define ALIGN_INTEGER(x) ((ALIGN_INTEGRAL)(x))
|
/titanic_51/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | align | 5 typedef unsigned long ALIGN_INTEGRAL; 8 #define ALIGN_INTEGRAL long 9 #define ALIGN_INTEGER(x) ((ALIGN_INTEGRAL)(x))
|
/titanic_51/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | align | 5 typedef unsigned long ALIGN_INTEGRAL; 8 #define ALIGN_INTEGRAL long 9 #define ALIGN_INTEGER(x) ((ALIGN_INTEGRAL)(x))
|
/titanic_51/usr/src/cmd/ast/libast/sparcv9/FEATURE/ |
H A D | align | 7 #define ALIGN_INTEGRAL uintptr_t
|
/titanic_51/usr/src/cmd/ast/libast/amd64/FEATURE/ |
H A D | align | 7 #define ALIGN_INTEGRAL uintptr_t
|
/titanic_51/usr/src/cmd/ast/libast/i386/FEATURE/ |
H A D | align | 7 #define ALIGN_INTEGRAL uintptr_t
|
/titanic_51/usr/src/cmd/ast/libast/sparc/FEATURE/ |
H A D | align | 7 #define ALIGN_INTEGRAL uintptr_t
|