/titanic_51/usr/src/lib/libast/i386/include/ast/ |
H A D | align.h | 34 #define ALIGN_BOUND ALIGN_BOUND2 39 #define ALIGN_BOUND1 ALIGN_BOUND2 47 #define ALIGN_BOUND2 4 macro
|
/titanic_51/usr/src/lib/libast/amd64/include/ast/ |
H A D | align.h | 34 #define ALIGN_BOUND ALIGN_BOUND2 39 #define ALIGN_BOUND1 ALIGN_BOUND2 47 #define ALIGN_BOUND2 16 macro
|
/titanic_51/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | align.h | 13 #define ALIGN_BOUND ALIGN_BOUND2 18 #define ALIGN_BOUND1 ALIGN_BOUND2 26 #define ALIGN_BOUND2 16 macro
|
/titanic_51/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | align.h | 13 #define ALIGN_BOUND ALIGN_BOUND2 18 #define ALIGN_BOUND1 ALIGN_BOUND2 26 #define ALIGN_BOUND2 4 macro
|
/titanic_51/usr/src/lib/libast/sparc/include/ast/ |
H A D | align.h | 34 #define ALIGN_BOUND ALIGN_BOUND2 39 #define ALIGN_BOUND1 ALIGN_BOUND2 47 #define ALIGN_BOUND2 8 macro
|
/titanic_51/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | align.h | 13 #define ALIGN_BOUND ALIGN_BOUND2 18 #define ALIGN_BOUND1 ALIGN_BOUND2 26 #define ALIGN_BOUND2 16 macro
|
/titanic_51/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | align.h | 13 #define ALIGN_BOUND ALIGN_BOUND2 18 #define ALIGN_BOUND1 ALIGN_BOUND2 26 #define ALIGN_BOUND2 8 macro
|
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | align.h | 34 #define ALIGN_BOUND ALIGN_BOUND2 39 #define ALIGN_BOUND1 ALIGN_BOUND2 47 #define ALIGN_BOUND2 16 macro
|
/titanic_51/usr/src/cmd/ast/libast/sparcv9/FEATURE/ |
H A D | align | 12 #define ALIGN_BOUND ALIGN_BOUND2 17 #define ALIGN_BOUND1 ALIGN_BOUND2 25 #define ALIGN_BOUND2 16
|
/titanic_51/usr/src/cmd/ast/libast/amd64/FEATURE/ |
H A D | align | 12 #define ALIGN_BOUND ALIGN_BOUND2 17 #define ALIGN_BOUND1 ALIGN_BOUND2 25 #define ALIGN_BOUND2 16
|
/titanic_51/usr/src/cmd/ast/libast/i386/FEATURE/ |
H A D | align | 12 #define ALIGN_BOUND ALIGN_BOUND2 17 #define ALIGN_BOUND1 ALIGN_BOUND2 25 #define ALIGN_BOUND2 4
|
/titanic_51/usr/src/cmd/ast/libast/sparc/FEATURE/ |
H A D | align | 12 #define ALIGN_BOUND ALIGN_BOUND2 17 #define ALIGN_BOUND1 ALIGN_BOUND2 25 #define ALIGN_BOUND2 8
|
/titanic_51/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | align | 13 #define ALIGN_BOUND ALIGN_BOUND2 18 #define ALIGN_BOUND1 ALIGN_BOUND2 26 #define ALIGN_BOUND2 4
|
/titanic_51/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | align | 13 #define ALIGN_BOUND ALIGN_BOUND2 18 #define ALIGN_BOUND1 ALIGN_BOUND2 26 #define ALIGN_BOUND2 16
|
/titanic_51/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | align | 13 #define ALIGN_BOUND ALIGN_BOUND2 18 #define ALIGN_BOUND1 ALIGN_BOUND2 26 #define ALIGN_BOUND2 16
|
/titanic_51/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | align | 13 #define ALIGN_BOUND ALIGN_BOUND2 18 #define ALIGN_BOUND1 ALIGN_BOUND2 26 #define ALIGN_BOUND2 8
|
/titanic_51/usr/src/lib/libast/common/comp/ |
H A D | regcmp.c | 43 char buf[ALIGN_BOUND2]; 53 if (data || (size = roundof(size, ALIGN_BOUND2)) > (re->buf + re->size - re->cur)) in block() 166 re->size = n + ALIGN_BOUND2 - sizeof(Regex_t); in regcmp()
|
H A D | regexp.c | 47 if (data || (size = roundof(size, ALIGN_BOUND2)) > (env->buf + env->size - env->cur)) in block()
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | regcmp.c | 43 char buf[ALIGN_BOUND2]; 53 if (data || (size = roundof(size, ALIGN_BOUND2)) > (re->buf + re->size - re->cur)) in block() 173 re->size = n + ALIGN_BOUND2 - sizeof(Regex_t); in regcmp()
|
H A D | regexp.c | 47 if (data || (size = roundof(size, ALIGN_BOUND2)) > (env->buf + env->size - env->cur)) in block()
|