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

1234567891011>>

/freebsd-9.3-release/contrib/ofed/libmlx4/src/
H A Dbuf.c66 buf->length = align(size, page_size);
/freebsd-9.3-release/contrib/ofed/libmthca/src/
H A Dbuf.c64 ret = posix_memalign(&buf->buf, page_size, align(size, page_size));
/freebsd-9.3-release/crypto/openssl/crypto/
H A Dx86_64cpuid.pl54 .align 16
67 .align 16
108 .align 16
118 .align 16
/freebsd-9.3-release/sys/boot/arm/uboot/
H A Dstart.S81 .align 4
/freebsd-9.3-release/sys/boot/ia64/common/
H A Dcopy.c186 uint64_t align; local
192 align = (type == LOAD_ELF) ? IA64_PBVM_PAGE_SIZE : CACHE_LINE_SIZE;
193 return ((addr + align - 1) & ~(align - 1));
/freebsd-9.3-release/lib/libc/ia64/gen/
H A D__divsi3.S38 .align 32
40 .align 32
H A D__udivsi3.S38 .align 32
40 .align 32
/freebsd-9.3-release/lib/libc/mips/string/
H A Dbzero.S58 PTR_SUBU a3, zero, a0 # compute # bytes to word align address
62 REG_SHI zero, 0(a0) # clear 1, 2, or 3 bytes to align
/freebsd-9.3-release/lib/libc/sparc64/sys/
H A Dsbrk.S52 .align 8
/freebsd-9.3-release/libexec/rtld-elf/arm/
H A Drtld_start.S36 .align 0
69 .align 0
/freebsd-9.3-release/sys/libkern/ia64/
H A D__divsi3.S37 .align 32
39 .align 32
H A D__udivsi3.S37 .align 32
39 .align 32
/freebsd-9.3-release/sys/powerpc/aim/
H A Dlocore32.S84 .align 4
96 .align 4
/freebsd-9.3-release/usr.sbin/kgzip/
H A Dkgzld.c44 #define align(x, y) (((x) + (y) - 1) & ~((y) - 1)) macro
82 sprintf(addr, "%#x", align(kh->dload + kh->dsize, 0x1000));
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dcrtbegin.asm31 .align 8
36 .align 8
41 .align 8
60 .align 8
126 .align 32
210 .align 32
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Deabi.asm46 .align 2
118 .align 2
124 .align 2
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-sctp.c174 u_int16_t align; local
186 align=chunkLength % 4;
187 if (align != 0)
188 align = 4 - align;
190 nextChunk = (const void *) (chunkEnd + align);
/freebsd-9.3-release/sys/kern/
H A Dkern_sharedpage.c65 shared_page_alloc_locked(int size, int align) argument
69 res = roundup(shared_page_free, align);
78 shared_page_alloc(int size, int align) argument
83 res = shared_page_alloc_locked(size, align);
89 shared_page_fill(int size, int align, const void *data) argument
94 res = shared_page_alloc_locked(size, align);
/freebsd-9.3-release/contrib/gcc/
H A Dcfgexpand.c158 unsigned int align; local
160 align = DECL_ALIGN (decl);
161 align = LOCAL_ALIGNMENT (TREE_TYPE (decl), align);
162 if (align > PREFERRED_STACK_BOUNDARY)
163 align = PREFERRED_STACK_BOUNDARY;
164 if (cfun->stack_alignment_needed < align)
165 cfun->stack_alignment_needed = align;
167 return align / BITS_PER_UNIT;
174 alloc_stack_frame_space (HOST_WIDE_INT size, HOST_WIDE_INT align) argument
524 HOST_WIDE_INT align; local
592 HOST_WIDE_INT size, offset, align; local
959 int align = PREFERRED_STACK_BOUNDARY / BITS_PER_UNIT; local
1075 HOST_WIDE_INT align = PREFERRED_STACK_BOUNDARY / BITS_PER_UNIT; local
[all...]
H A Dexplow.c691 unsigned align = 0;
694 align = BITS_PER_UNIT;
696 align = DECL_ALIGN (SYMBOL_REF_DECL (x));
699 align = BITS_PER_UNIT;
715 align = MIN (sa, ca);
718 align = MEM_ALIGN (x);
720 if (align)
721 mark_reg_pointer (temp, align);
889 int align = PREFERRED_STACK_BOUNDARY / BITS_PER_UNIT;
891 if (align
687 unsigned align = 0; local
883 int align = PREFERRED_STACK_BOUNDARY / BITS_PER_UNIT; local
1147 int align = PREFERRED_STACK_BOUNDARY / BITS_PER_UNIT; local
[all...]
/freebsd-9.3-release/contrib/groff/src/preproc/eqn/
H A Dpile.cpp62 switch (col.align) {
78 switch (col.align) {
171 switch (p[i]->align) {
187 switch (p[i]->align) {
259 column::column(box *pp) : box_list(pp), align(CENTER_ALIGN), space(0)
265 align = a;
276 switch (align) {
/freebsd-9.3-release/contrib/groff/src/devices/grohtml/
H A Dhtml-table.cpp85 char align; local
101 align = *s;
112 if (last->alignment != align || last->position != total)
126 char align; local
141 align = *s;
159 last->alignment = align;
344 out->put_string("<tr valign=\"top\" align=\"left\"");
445 .put_string("%\" align=center>")
451 .put_string("%\" align=right>")
492 out->put_string("<tr valign=\"top\" align
514 add_column(int coln, int hstart, int hend, char align) argument
547 insert_column(int coln, int hstart, int hend, char align) argument
596 modify_column(cols *c, int hstart, int hend, char align) argument
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/bn/asm/
H A Dx86_64-mont.pl48 .align 16
114 .align 4
136 .align 4
177 .align 16
192 .align 16
/freebsd-9.3-release/sys/ia64/ia64/
H A Dphysmem.c191 ia64_physmem_alloc(vm_size_t len, vm_size_t align) argument
216 if ((pa & (align - 1)) == 0) {
226 if ((pa & (align - 1)) == 0) {
244 pa = (base + align - 1) & ~(align - 1);
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-ppc.h130 int align;
183 symbol_get_tc (dest)->align = symbol_get_tc (src)->align; \
129 int align; member in struct:ppc_tc_sy

Completed in 236 milliseconds

1234567891011>>