/titanic_41/usr/src/lib/libresolv2/include/ |
H A D | sunw_port_after.h | 105 #define ALIGN(x) (((uintptr_t)(x) + (sizeof (char *) - 1UL)) & \ macro 108 #define ALIGN(x) (((unsigned long)(x) + (sizeof (char *) - 1UL)) & \ macro
|
H A D | port_after.h | 299 #define ALIGN(p) (((uintptr_t)(p) + (sizeof(long) - 1)) & ~(sizeof(long) - 1)) macro
|
/titanic_41/usr/src/lib/libc/port/threads/ |
H A D | tls.c | 40 #define ALIGN 16 macro 42 #define ALIGN 8 macro
|
/titanic_41/usr/src/lib/libbc/libc/sys/common/ |
H A D | getdents.c | 36 #define ALIGN 4 macro
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | mallint.h | 74 #define ALIGN 8 macro 98 #define ALIGN 16 macro 100 #define ALIGN 8 macro
|
H A D | nss_dbdefs.c | 57 #define ALIGN(x) ((((long)(x)) + sizeof (long) - 1) & ~(sizeof (long) - 1)) macro
|
/titanic_41/usr/src/cmd/sgs/libelf/common/ |
H A D | getdata.c | 109 #define ALIGN(elf) ((elf->ed_class == ELFCLASS32) ? align32 : align64) macro
|
/titanic_41/usr/src/lib/watchmalloc/common/ |
H A D | mallint.h | 70 #define ALIGN 16 macro 72 #define ALIGN 8 macro
|
/titanic_41/usr/src/lib/libc/i386/crt/ |
H A D | _rtld.c | 49 #define ALIGN(x, a) ((int)(x) & ~((int)(a) - 1)) macro
|
/titanic_41/usr/src/lib/libc/sparc/crt/ |
H A D | _rtld.c | 50 #define ALIGN(x, a) ((uintptr_t)(x) & ~((a) - 1)) macro
|
/titanic_41/usr/src/cmd/spell/ |
H A D | malloc.c | 58 #define ALIGN int macro
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | kobj_impl.h | 113 #define ALIGN(x, a) ((a) == 0 ? (uintptr_t)(x) : \ macro
|
/titanic_41/usr/src/lib/libnsl/nss/ |
H A D | getipnodeby.c | 1232 #define ALIGN(x) ((((long)(x)) + sizeof (long) - 1) & ~(sizeof (long) - 1)) macro
|
/titanic_41/usr/src/psm/stand/boot/common/ |
H A D | heap_kmem.c | 423 #define ALIGN 8 /* doubleword aligned .. */ macro
|
H A D | readfile.c | 61 #define ALIGN(x, a) \ macro
|
/titanic_41/usr/src/uts/i86xpv/os/ |
H A D | xpv_panic.c | 64 #define ALIGN(x, a) ((a) == 0 ? (uintptr_t)(x) : \ macro
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/ |
H A D | in.rdisc.c | 53 #define ALIGN(ptr) (ptr ? 0 : 0) macro 55 #define ALIGN(ptr) (ptr) macro
|
/titanic_41/usr/src/cmd/sgs/rtld.4.x/ |
H A D | rtld.4.x.c | 48 #define ALIGN(x, a) ((int)(x) & ~((int)(a) - 1)) macro
|
/titanic_41/usr/src/lib/libtnf/ |
H A D | libtnf.h | 106 #define ALIGN(n, a) \ macro
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_mip.h | 36 #define ALIGN(ptr) (ptr) macro
|
/titanic_41/usr/src/uts/sun4u/serengeti/os/ |
H A D | serengeti.c | 287 #define ALIGN(x, a) ((a) == 0 ? (uint64_t)(x) : \ macro
|
/titanic_41/usr/src/uts/sun4u/lw8/os/ |
H A D | lw8_platmod.c | 294 #define ALIGN(x, a) ((a) == 0 ? (uint64_t)(x) : \ macro
|
/titanic_41/usr/src/lib/libmtmalloc/common/ |
H A D | mtmalloc.c | 137 #define ALIGN(x, a) ((((uintptr_t)(x) + ((uintptr_t)(a) - 1)) \ macro
|
/titanic_41/usr/src/cmd/sendmail/db/ |
H A D | db_int.h | 54 #define ALIGN(value, bound) (((value) + (bound) - 1) & ~((bound) - 1)) macro
|
/titanic_41/usr/src/lib/libast/common/vmalloc/ |
H A D | vmhdr.h | 272 #define ALIGN sizeof(struct _align_s) macro
|