Searched refs:align (Results 51 - 75 of 540) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libm/i386/src/
H A Dlog10l.s39 .align 4
H A Dlogl.s39 .align 4
H A Dlrint.s43 .align 4
H A Dlrintf.s43 .align 4
H A Dlrintl.s43 .align 4
H A Dscalbln.s40 .align 4
H A Dscalblnf.s40 .align 4
H A Dscalblnl.s41 .align 4
H A Dscalbn.s40 .align 4
H A Dscalbnf.s40 .align 4
H A Dscalbnl.s41 .align 4
H A Dtan.s50 .align 4
H A Dcos.s57 .align 4
H A Dsin.s57 .align 4
/illumos-gate/usr/src/lib/common/amd64/
H A Dcrt1.s53 .align 8
60 .align 8
67 .align 8
72 .align 8
180 .align 8
188 .align 8
/illumos-gate/usr/src/lib/libsocket/inet/
H A Dinet6_opt.c72 socklen_t len, uint_t align, void **databufp)
78 if (align > len ||
79 (align != 1 && align != 2 && align != 4 && align != 8) ||
94 remainder = (offset + 2 + len) % align;
98 padbytes = align - remainder;
71 inet6_opt_append(void *extbuf, socklen_t extlen, int offset, uint8_t type, socklen_t len, uint_t align, void **databufp) argument
/illumos-gate/usr/src/lib/c_synonyms/i386/
H A Dsynonyms.s30 .align 16; \
43 .align 16; \
/illumos-gate/usr/src/uts/sparc/os/
H A Ddoor_support.c85 door_final_sp(uintptr_t resultsp, size_t align, int datamodel) argument
89 return (P2ALIGN(resultsp - minframe, align));
/illumos-gate/usr/src/lib/common/i386/
H A Dcrti.s60 .align 16
77 .align 16
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dboot.s94 .align 4
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/
H A Dlm_vf.h6 #define aligned_u64 __declspec( align( 8 ) ) u64
/illumos-gate/usr/src/psm/stand/boot/sparc/sun4/sys/
H A Dprom_plat.h129 * associated with the align argument and the return value.
132 extern caddr_t prom_malloc(caddr_t virt, size_t size, uint_t align);
134 extern caddr_t prom_allocate_virt(uint_t align, size_t size);
138 extern int prom_allocate_phys(size_t size, uint_t align,
160 * identified by the arguments of name string "id", "size" and "align".
162 extern int prom_retain(char *id, size_t size, uint_t align,
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dmemcpy.s65 .s1algn:ldub [%o1], %o3 ! move 1 or 3 bytes to align it
67 stb %o3, [%o0] ! move a byte to align src
71 b .ald ! now go align dest
82 .aldst: andcc %o0, 3, %o5 ! align the destination address
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,
63 .align 32
/illumos-gate/usr/src/lib/libc/sparcv9/crt/
H A D__align_cpy_2.s52 .s1algn:lduh [%o1], %o3 ! move 2 or 6 bytes to align it
54 sth %o3, [%g5] ! move 2 bytes to align src
58 b .ald ! now go align dest
69 .aldst: andcc %g5, 6, %o5 ! align the destination address

Completed in 214 milliseconds

1234567891011>>