Searched refs:align (Results 226 - 250 of 540) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libtnf/
H A Dabi.c453 size_t ref_size, align; local
472 align = (ref_size == 4)? 4: _tnf_get_align(tnf, type_elt);
475 offset = ALIGN(offset, align);
531 size_t ref_size, align; local
550 align = (ref_size == 4)? 4: _tnf_get_align(tnf, type_elt);
553 offset = ALIGN(offset, align);
H A Dinfo.c184 info->align = _tnf_get_align(tnf, tag);
370 size_t ref_size, align; local
388 align = INFO_ALIGN(elt_info); /* XXX */
391 offset = ALIGN(offset, align);
/illumos-gate/usr/src/uts/sun4u/opl/ml/
H A Ddrmach_asm.s80 .align 8
144 .align 32
151 .align 8
169 .align 8
184 .align 32
258 .align 32
/illumos-gate/usr/src/boot/sys/boot/usb/
H A Dusb_busdma_loader.c206 usb_size_t size, usb_size_t align)
213 if (align != 1) {
214 ptr = malloc(size + align, XXX, XXX);
218 rem = (-((uintptr_t)ptr)) & (align - 1);
233 pc->ismultiseg = (align == 1);
397 udt->align = 0;
205 usb_pc_alloc_mem(struct usb_page_cache *pc, struct usb_page *pg, usb_size_t size, usb_size_t align) argument
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_locore.s109 .align 16
121 .align MMU_PAGESIZE
128 .align PTR24_ALIGN ! alignment for mutex.
138 .align 64
143 .align 4
153 .align 4
159 .align 16
167 .align 8
172 .align 4
181 .align
[all...]
H A Dtrap_table.s130 .align 32
137 .align 32
151 .align 32
166 .align 32
185 .align 32
209 .align 32
221 .align 32
235 .align 32
246 .align 32
253 .align 3
[all...]
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dstrchr.s68 .align 16 / align loop for max performance
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dhypot.s36 .align 4
134 .align 4
H A Dnextafterl.s35 .align 4
184 .align 4
H A Dnexttowardl.s35 .align 4
184 .align 4
H A D__reduction.s87 .align 4
H A Dilogbf.s36 .align 8
89 .align 4
H A Dlog.s94 .align 4
H A Dlog10.s94 .align 4
H A Dremainder.s80 .align 4
H A Dremquo.s68 .align 4
/illumos-gate/usr/src/lib/libmvec/amd64/src/
H A D__vsqrtf.S63 .align 16
91 .align 16
/illumos-gate/usr/src/lib/brand/shared/brand/i386/
H A Dhandler.s34 .align 16;
60 .align 16
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dsun4x_standalloc.c238 resalloc(enum RESOURCES type, size_t bytes, caddr_t virthint, int align) argument
275 vaddr = (caddr_t)prom_alloc(virthint, bytes, align);
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi.h124 uint32_t align; member in struct:_rt_buf
156 uint64_t align; member in struct:_rtrace
/illumos-gate/usr/src/cmd/ztest/
H A Dzloop.bash170 align=$(((RANDOM % 2) * 3 + 9))
179 zopt="$zopt -a $align"
/illumos-gate/usr/src/uts/sun4/vm/
H A Dvm_dep.c265 * phase from an "align" boundary and there is space for a "redzone"-sized
272 size_t align, size_t redzone, size_t off)
277 ASSERT(align == 0 ? off == 0 : off < align);
278 ASSERT(ISP2(align));
279 ASSERT(align == 0 || align >= PAGESIZE);
340 if (align > 1) {
343 tlo = (caddr_t)P2PHASEUP((uintptr_t)tlo, align, off);
271 valid_va_range_aligned(caddr_t *basep, size_t *lenp, size_t minlen, int dir, size_t align, size_t redzone, size_t off) argument
/illumos-gate/usr/src/lib/efcode/gp2/
H A Dgp2.c203 fstack_t portid, bar, align, type, size_hi, size_lo; local
212 align = POP(DS);
218 fc_int2cell(portid), fc_int2cell(bar), fc_int2cell(align),
227 (int)bar, (int)align, (int)type, (int)size_hi, (int)size_lo,
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dwschr.s40 .align 8 / accounts for .loop alignment and prolog
/illumos-gate/usr/src/lib/libc/sparcv9/crt/
H A D__align_cpy_8.s86 .align 32

Completed in 203 milliseconds

1234567891011>>