Home
last modified time | relevance | path

Searched defs:ALIGN (Results 1 – 25 of 26) sorted by relevance

12

/titanic_41/usr/src/lib/libresolv2/include/
H A Dsunw_port_after.h105 #define ALIGN(x) (((uintptr_t)(x) + (sizeof (char *) - 1UL)) & \ macro
108 #define ALIGN(x) (((unsigned long)(x) + (sizeof (char *) - 1UL)) & \ macro
H A Dport_after.h299 #define ALIGN(p) (((uintptr_t)(p) + (sizeof(long) - 1)) & ~(sizeof(long) - 1)) macro
/titanic_41/usr/src/lib/libc/port/threads/
H A Dtls.c40 #define ALIGN 16 macro
42 #define ALIGN 8 macro
/titanic_41/usr/src/lib/libbc/libc/sys/common/
H A Dgetdents.c36 #define ALIGN 4 macro
/titanic_41/usr/src/lib/libc/port/gen/
H A Dmallint.h74 #define ALIGN 8 macro
98 #define ALIGN 16 macro
100 #define ALIGN 8 macro
H A Dnss_dbdefs.c57 #define ALIGN(x) ((((long)(x)) + sizeof (long) - 1) & ~(sizeof (long) - 1)) macro
/titanic_41/usr/src/cmd/sgs/libelf/common/
H A Dgetdata.c109 #define ALIGN(elf) ((elf->ed_class == ELFCLASS32) ? align32 : align64) macro
/titanic_41/usr/src/lib/watchmalloc/common/
H A Dmallint.h70 #define ALIGN 16 macro
72 #define ALIGN 8 macro
/titanic_41/usr/src/lib/libc/i386/crt/
H A D_rtld.c49 #define ALIGN(x, a) ((int)(x) & ~((int)(a) - 1)) macro
/titanic_41/usr/src/lib/libc/sparc/crt/
H A D_rtld.c50 #define ALIGN(x, a) ((uintptr_t)(x) & ~((a) - 1)) macro
/titanic_41/usr/src/cmd/spell/
H A Dmalloc.c58 #define ALIGN int macro
/titanic_41/usr/src/uts/common/sys/
H A Dkobj_impl.h113 #define ALIGN(x, a) ((a) == 0 ? (uintptr_t)(x) : \ macro
/titanic_41/usr/src/lib/libnsl/nss/
H A Dgetipnodeby.c1232 #define ALIGN(x) ((((long)(x)) + sizeof (long) - 1) & ~(sizeof (long) - 1)) macro
/titanic_41/usr/src/psm/stand/boot/common/
H A Dheap_kmem.c423 #define ALIGN 8 /* doubleword aligned .. */ macro
H A Dreadfile.c61 #define ALIGN(x, a) \ macro
/titanic_41/usr/src/uts/i86xpv/os/
H A Dxpv_panic.c64 #define ALIGN(x, a) ((a) == 0 ? (uintptr_t)(x) : \ macro
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/
H A Din.rdisc.c53 #define ALIGN(ptr) (ptr ? 0 : 0) macro
55 #define ALIGN(ptr) (ptr) macro
/titanic_41/usr/src/cmd/sgs/rtld.4.x/
H A Drtld.4.x.c48 #define ALIGN(x, a) ((int)(x) & ~((int)(a) - 1)) macro
/titanic_41/usr/src/lib/libtnf/
H A Dlibtnf.h106 #define ALIGN(n, a) \ macro
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_mip.h36 #define ALIGN(ptr) (ptr) macro
/titanic_41/usr/src/uts/sun4u/serengeti/os/
H A Dserengeti.c287 #define ALIGN(x, a) ((a) == 0 ? (uint64_t)(x) : \ macro
/titanic_41/usr/src/uts/sun4u/lw8/os/
H A Dlw8_platmod.c294 #define ALIGN(x, a) ((a) == 0 ? (uint64_t)(x) : \ macro
/titanic_41/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc.c137 #define ALIGN(x, a) ((((uintptr_t)(x) + ((uintptr_t)(a) - 1)) \ macro
/titanic_41/usr/src/cmd/sendmail/db/
H A Ddb_int.h54 #define ALIGN(value, bound) (((value) + (bound) - 1) & ~((bound) - 1)) macro
/titanic_41/usr/src/lib/libast/common/vmalloc/
H A Dvmhdr.h272 #define ALIGN sizeof(struct _align_s) macro

12