Searched refs:align (Results 126 - 150 of 532) sorted by relevance

1234567891011>>

/freebsd-9.3-release/lib/libc/powerpc64/
H A DSYS.h38 .align 2; \
44 .align 2; \
64 .align 2; \
82 .align 2; \
/freebsd-9.3-release/sys/arm/arm/
H A Dexception.S57 .align 0
123 .align 0
158 .align 0
235 .align 0
H A Dvectors.S47 .align 0
100 .align 0
/freebsd-9.3-release/sys/boot/ia64/ski/
H A Dstart.S61 .align 16
/freebsd-9.3-release/sys/dev/usb/
H A Dusb_busdma.c347 * NOTE: If the "align" parameter has a value of 1 the DMA-tag will
352 usb_size_t size, usb_size_t align)
358 /* alignment */ align,
365 /* nsegments */ (align == 1 && size > 1) ?
367 /* maxsegsz */ (align == 1 && size > USB_PAGE_SIZE) ?
490 usb_size_t size, usb_size_t align)
500 if (align != 1) {
506 while (align < size) {
507 align *= 2;
508 if (align
351 usb_dma_tag_create(struct usb_dma_tag *udt, usb_size_t size, usb_size_t align) argument
489 usb_pc_alloc_mem(struct usb_page_cache *pc, struct usb_page *pg, usb_size_t size, usb_size_t align) argument
767 usb_dma_tag_find(struct usb_dma_parent_tag *udpt, usb_size_t size, usb_size_t align) argument
[all...]
H A Dusb_busdma.h130 usb_size_t align; member in struct:usb_dma_tag
142 usb_size_t size, usb_size_t align);
144 usb_size_t size, usb_size_t align);
/freebsd-9.3-release/contrib/binutils/ld/
H A Dmri.c42 etree_type *align; member in struct:section_name_struct
80 etree_type *align,
90 (*ptr)->align = align;
192 etree_type *align = 0; local
199 align = aptr->align;
210 align, subalign, NULL, 0);
76 mri_add_to_list(struct section_name_struct **list, const char *name, etree_type *vma, const char *zalias, etree_type *align, etree_type *subalign) argument
/freebsd-9.3-release/contrib/compiler-rt/lib/arm/
H A Dbswapdi2.S17 .align 2
H A Ddivmodsi4.S25 .align 3
H A Ddivsi3.S24 .align 3
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Deabi-ci.asm113 .align 2
121 .align 2
H A Ddarwin-tramp.asm41 .align LOG2_GPR_BYTES
111 .align 2
132 .align LOG2_GPR_BYTES
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dcli-out.c59 int width, enum ui_align align,
221 enum ui_align align,
232 if ((align != ui_noalign) && string)
239 if (align == ui_right)
241 else if (align == ui_left)
262 if (align != ui_noalign)
266 /* This is the only field function that does not align */
270 int width, enum ui_align align,
281 if (align != ui_noalign)
218 cli_field_string(struct ui_out *uiout, int fldno, int width, enum ui_align align, const char *fldname, const char *string) argument
269 cli_field_fmt(struct ui_out *uiout, int fldno, int width, enum ui_align align, const char *fldname, const char *format, va_list args) argument
H A Dui-out.h92 enum ui_align align, const char *col_name,
113 enum ui_align align, const char *fldname,
202 enum ui_align align, const char *col_name,
213 enum ui_align align,
216 enum ui_align align,
219 enum ui_align align,
223 enum ui_align align,
/freebsd-9.3-release/contrib/gdb/gdb/tui/
H A Dtui-out.c61 int width, enum ui_align align,
231 enum ui_align align,
253 if ((align != ui_noalign) && string)
260 if (align == ui_right)
262 else if (align == ui_left)
283 if (align != ui_noalign)
287 /* This is the only field function that does not align */
291 int width, enum ui_align align,
303 if (align != ui_noalign)
228 tui_field_string(struct ui_out *uiout, int fldno, int width, enum ui_align align, const char *fldname, const char *string) argument
290 tui_field_fmt(struct ui_out *uiout, int fldno, int width, enum ui_align align, const char *fldname, const char *format, va_list args) argument
/freebsd-9.3-release/lib/csu/mips/
H A Dcrti.S5 .align 4
29 .align 4
/freebsd-9.3-release/lib/libc/amd64/string/
H A Dstrcmp.S44 .align 4
58 .align 4
/freebsd-9.3-release/lib/libc/arm/sys/
H A Dbrk.S46 .align 0
92 .align 2
/freebsd-9.3-release/lib/libc/i386/string/
H A Dswab.S59 .align 2,0x90
69 .align 2,0x90
H A Dstrncmp.S64 .align 2,0x90
157 .align 2,0x90
163 .align 2,0x90
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-malloc.h152 uint32_t align; member in struct:cvmx_zone
191 * @param align alignment of buffers (must be power of 2)
201 cvmx_zone_t cvmx_zone_create_from_arena(char *name, uint32_t elem_size, uint32_t num_elem, uint32_t align,
/freebsd-9.3-release/lib/libc/net/
H A Dip6opt.c398 socklen_t len, u_int8_t align, void **databufp)
417 * The align parameter must have a value of 1, 2, 4, or 8.
418 * The align value can not exceed the value of len.
420 if (align != 1 && align != 2 && align != 4 && align != 8)
422 if (align > len)
427 if (currentlen % align)
428 padlen = align
397 inet6_opt_append(void *extbuf, socklen_t extlen, int offset, u_int8_t type, socklen_t len, u_int8_t align, void **databufp) argument
[all...]
/freebsd-9.3-release/lib/libelf/
H A Dlibelf_align.c40 struct align { struct
66 static struct align malign[ELF_T_NUM] = {
117 static struct align falign[ELF_T_NUM] = {
/freebsd-9.3-release/sys/dev/qlxgb/
H A Dqla_def.h200 /* note that align has to be a power of 2 */
201 #define QL_ALIGN(size, align) (size + (align - 1)) & ~(align - 1);
/freebsd-9.3-release/contrib/gcc/
H A Dvarasm.c517 int align)
520 ASM_OUTPUT_ALIGN (file, floor_log2 (align / BITS_PER_UNIT));
655 unsigned HOST_WIDE_INT align ATTRIBUTE_UNUSED,
663 && align <= 256
679 if (align < modesize)
680 align = modesize;
697 (int) (align / 8));
711 unsigned HOST_WIDE_INT align ATTRIBUTE_UNUSED,
719 && modesize <= align
720 && align >
514 asm_output_aligned_bss(FILE *file, tree decl ATTRIBUTE_UNUSED, const char *name, unsigned HOST_WIDE_INT size, int align) argument
839 unsigned int align = DECL_ALIGN (decl); local
1342 int align; local
1539 assemble_align(int align) argument
2139 int align; local
2252 assemble_integer(rtx x, unsigned int size, unsigned int align, int force) argument
2295 assemble_real(REAL_VALUE_TYPE d, enum machine_mode mode, unsigned int align) argument
2321 assemble_integer (GEN_INT (data[0]), MIN (nunits, units_per), align, 1); local
2329 assemble_integer (GEN_INT (data[i]), MIN (nunits, units_per), align, 1); local
2753 unsigned int align; local
2922 assemble_constant_contents(tree exp, const char *label, unsigned int align) argument
2946 unsigned int align; local
3021 unsigned int align; local
3183 unsigned int align; local
3315 output_constant_pool_2(enum machine_mode mode, rtx x, unsigned int align) argument
3362 output_constant_pool_1(struct constant_descriptor_rtx *desc, unsigned int align) argument
3975 output_constant(tree exp, unsigned HOST_WIDE_INT size, unsigned int align) argument
4089 output_constant (TREE_REALPART (exp), thissize / 2, align); local
4120 output_constant (TREE_VALUE (link), elt_size, align); local
4197 output_constructor(tree exp, unsigned HOST_WIDE_INT size, unsigned int align) argument
5535 default_elf_select_section(tree decl, int reloc, unsigned HOST_WIDE_INT align) argument
5724 default_elf_select_rtx_section(enum machine_mode mode, rtx x, unsigned HOST_WIDE_INT align) argument
[all...]

Completed in 247 milliseconds

1234567891011>>