Searched refs:align (Results 151 - 175 of 540) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/uts/sun4/ml/
H A Dcpc_hwreg.s72 .align 16
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpcisch_asm.s46 .align VIS_BLOCKSIZE
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dmemccpy.s71 .align 4
79 .align 4
H A Dstrncat.s73 .align 4
92 .align 4
100 .align 4
119 .align 4
132 .align 4
146 .align 4
H A Dstrcat.s69 .align 4
88 .align 4
93 .align 4
109 .align 4
120 .align 4
/illumos-gate/usr/src/lib/libc/i386/fp/
H A D__xgetRD.s33 .align 4
44 .align 4
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrcmp.s54 ! If it is not, it attempts to align it and then checks the
56 ! align s2, this also happens and then the compare begins. Otherwise,
61 .align 32
97 nop ! align loop to 16-byte boundary
98 nop ! align loop to 16-byte boundary
146 nop ! align loop on 16-byte boundary
147 nop ! align loop on 16-byte boundary
148 nop ! align loop on 16-byte boundary
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dieee_funcl.s49 .align 16
70 .align 16
90 .align 16
107 .align 16
115 .align 16
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dieee_funcl.s49 .align 4
70 .align 4
91 .align 4
108 .align 4
115 .align 4
H A Dlround.s35 .align 4
94 .align 4
H A Dround.s35 .align 4
92 .align 4
H A Droundl.s35 .align 4
92 .align 4
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dboot_a.out.s73 .align 4
115 .align 4
/illumos-gate/usr/src/uts/sparc/krtld/
H A Dkobj_isa.c87 addr = (caddr_t)((uintptr_t)addr & -8l); /* sparc needs 8-byte align */
123 if (shp->sh_addralign > pp->align)
124 pp->align = shp->sh_addralign;
/illumos-gate/usr/src/uts/intel/amd64/krtld/
H A Dkobj_isa.c107 if (shp->sh_addralign > pp->align)
108 pp->align = shp->sh_addralign;
/illumos-gate/usr/src/uts/intel/ia32/krtld/
H A Dkobj_isa.c107 if (shp->sh_addralign > pp->align)
108 pp->align = shp->sh_addralign;
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dkmem.c81 size_t align, /* required object alignment */
100 uc = umem_cache_create(name, bufsize, align,
78 kmem_cache_create( char *name, size_t bufsize, size_t align, int (*constructor)(void *, void *, int), void (*destructor)(void *, void *), void (*reclaim)(void *), void *private, vmem_t *vmp, int kcflags) argument
/illumos-gate/usr/src/boot/sys/boot/efi/loader/arch/arm/
H A Dstart.S54 .align 3
185 .align 3
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dstrncat.s70 .align 4
89 .align 4
99 .align 4
118 .align 4
131 .align 4
145 .align 4
H A D_divdi3.s163 .align 16
175 .align 16
243 .align 16
254 .align 16
260 .align 16
/illumos-gate/usr/src/cmd/mdb/sparc/v9/kmdb/
H A Dkaif_handlers.s248 .align 8
254 .align 32*4 /* force length to 32 instr. */
298 .align 8
302 .align 32*4 /* force length to 32 instr. */
321 .align 8
325 .align 32*4 /* force length to 32 instr. */
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_salloc.c70 __db_shalloc(p, len, align, retp)
72 size_t len, align;
79 * We never allocate less than the size of a struct __data, align
80 * to less than a size_t boundary, or align to something that's not
85 align = align <= sizeof(size_t) ?
86 sizeof(size_t) : ALIGN(align, sizeof(size_t));
101 rp = (u_int8_t *)((ALIGNTYPE)rp & ~(align - 1));
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dasmacros.h120 * ALTENTRY() has to align because it is before a corresponding ENTRY().
121 * ENTRY() has to align to because there may be no ALTENTRY() before it.
217 .align 4 ; \
222 2:.align 4 ; \
224 4:.align 4 ; \
229 .align 4 ; \
234 2:.align 4 ; \
236 4:.align 4 ; \
/illumos-gate/usr/src/lib/libc/i386_hwcap1/gen/
H A Dmemset.s66 / align address to 64 byte boundaries.
71 andl $63, %esi / bytes to align to 64 byte align addr
73 addl $64, %esi / needed to align
74 andl $63, %esi / to 64 byte align addr
104 .align 16
131 .align 16
/illumos-gate/usr/src/lib/libldap5/sources/pr/md/unix/
H A Dos_SunOS_amd64.s95 .align 4
111 .align 4
128 / .align 4
141 .align 4
156 .align 4
173 .align 4
206 .align 4

Completed in 195 milliseconds

1234567891011>>