Home
last modified time | relevance | path

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

12

/illumos-gate/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
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dtls.c40 #define ALIGN 16 macro
42 #define ALIGN 8 macro
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmallint.h72 #define ALIGN 8 macro
96 #define ALIGN 16 macro
98 #define ALIGN 8 macro
H A Dfts.c57 #define ALIGN(p) (((unsigned long)(p) + ALIGNBYTES) & ~ALIGNBYTES) macro
H A Dnss_dbdefs.c57 #define ALIGN(x) ((((long)(x)) + sizeof (long) - 1) & ~(sizeof (long) - 1)) macro
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dgetdata.c107 #define ALIGN(elf) ((elf->ed_class == ELFCLASS32) ? align32 : align64) macro
/illumos-gate/usr/src/lib/watchmalloc/common/
H A Dmallint.h68 #define ALIGN 16 macro
70 #define ALIGN 8 macro
/illumos-gate/usr/src/lib/libc/i386/crt/
H A D_rtld.c49 #define ALIGN(x, a) ((int)(x) & ~((int)(a) - 1)) macro
/illumos-gate/usr/src/lib/libc/sparc/crt/
H A D_rtld.c50 #define ALIGN(x, a) ((uintptr_t)(x) & ~((a) - 1)) macro
/illumos-gate/usr/src/boot/sys/i386/include/
H A Dparam.h72 #define ALIGN(p) _ALIGN(p) macro
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dparam.h79 #define ALIGN(p) _ALIGN(p) macro
/illumos-gate/usr/src/uts/common/sys/
H A Dkobj_impl.h114 #define ALIGN(x, a) ((a) == 0 ? (uintptr_t)(x) : \ macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmmopen.c46 #define ALIGN sizeof(struct _align_s) macro
H A Dvmhdr.h235 #define ALIGN sizeof(struct _align_s) macro
/illumos-gate/usr/src/psm/stand/boot/common/
H A Dheap_kmem.c421 #define ALIGN 8 /* doubleword aligned .. */ macro
H A Dreadfile.c57 #define ALIGN(x, a) \ macro
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxpv_panic.c63 #define ALIGN(x, a) ((a) == 0 ? (uintptr_t)(x) : \ macro
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dgetipnodeby.c1262 #define ALIGN(x) ((((long)(x)) + sizeof (long) - 1) & ~(sizeof (long) - 1)) macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_mip.h34 #define ALIGN(ptr) (ptr) macro
/illumos-gate/usr/src/uts/sun4u/lw8/os/
H A Dlw8_platmod.c294 #define ALIGN(x, a) ((a) == 0 ? (uint64_t)(x) : \ macro
/illumos-gate/usr/src/uts/sun4u/serengeti/os/
H A Dserengeti.c287 #define ALIGN(x, a) ((a) == 0 ? (uint64_t)(x) : \ macro
/illumos-gate/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc.c137 #define ALIGN(x, a) ((((uintptr_t)(x) + ((uintptr_t)(a) - 1)) \ macro
/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb_int.h54 #define ALIGN(value, bound) (((value) + (bound) - 1) & ~((bound) - 1)) macro
/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch.h351 #define ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) macro

12