Searched refs:ALIGN (Results 51 - 75 of 110) sorted by relevance

12345

/freebsd-11.0-release/contrib/gcc/config/rs6000/
H A Drs6000.h505 local store. TYPE is the data type, and ALIGN is the alignment
507 #define LOCAL_ALIGNMENT(TYPE, ALIGN) \
511 && SPE_VECTOR_MODE (TYPE_MODE (TYPE))) ? 64 : ALIGN)
540 #define CONSTANT_ALIGNMENT(EXP, ALIGN) \
542 && (ALIGN) < BITS_PER_WORD \
544 : (ALIGN))
549 #define DATA_ALIGNMENT(TYPE, ALIGN) \
554 && (ALIGN) < BITS_PER_WORD ? BITS_PER_WORD : (ALIGN))
563 #define SLOW_UNALIGNED_ACCESS(MODE, ALIGN) \
[all...]
/freebsd-11.0-release/contrib/gcc/config/i386/
H A Dcygming.h259 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
260 asm_output_aligned_bss ((FILE), (DECL), (NAME), (SIZE), (ALIGN))
H A Di386.h676 and ALIGN is the alignment that the object would ordinarily have.
680 If this macro is not defined, then ALIGN is used.
686 #define CONSTANT_ALIGNMENT(EXP, ALIGN) ix86_constant_alignment ((EXP), (ALIGN))
689 variable. TYPE is the data type, and ALIGN is the alignment that
693 If this macro is not defined, then ALIGN is used.
700 #define DATA_ALIGNMENT(TYPE, ALIGN) ix86_data_alignment ((TYPE), (ALIGN))
703 variable. TYPE is the data type, and ALIGN is the alignment that
707 If this macro is not defined, then ALIGN i
[all...]
/freebsd-11.0-release/contrib/gcc/config/sparc/
H A Dsparc.h645 /* ALIGN FRAMES on double word boundaries */
686 #define CONSTANT_ALIGNMENT(EXP, ALIGN) \
688 && (ALIGN) < FASTEST_ALIGNMENT) \
689 ? FASTEST_ALIGNMENT : (ALIGN))
692 #define DATA_ALIGNMENT(TYPE, ALIGN) \
695 && (ALIGN) < FASTEST_ALIGNMENT ? FASTEST_ALIGNMENT : (ALIGN))
2371 NAME whose size is SIZE bytes and alignment is ALIGN bytes.
2374 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
2376 ASM_OUTPUT_ALIGNED_LOCAL (FILE, NAME, SIZE, ALIGN); \
[all...]
/freebsd-11.0-release/contrib/dtc/
H A Dfdtdump.c18 #define ALIGN(x, a) (((x) + ((a) - 1)) & ~((a) - 1)) macro
19 #define PALIGN(p, a) ((void *)(ALIGN((unsigned long)(p), (a))))
H A Ddata.c236 int newlen = ALIGN(d.len, align);
H A Ddtc.h68 #define ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) macro
H A Dsrcpos.c229 ALIGN(current_srcfile->colno, TAB_SIZE);
/freebsd-11.0-release/usr.sbin/nscd/agents/
H A Dgroup.c85 p = (char *)ALIGN(p);
102 p = (char *)ALIGN(p);
H A Dservices.c88 p = (char *)ALIGN(p);
105 p = (char *)ALIGN(p);
/freebsd-11.0-release/contrib/ofed/management/infiniband-diags/src/
H A Dibroute.c106 int n = 0, chunks = ALIGN(nports + 1, 16) / 16;
198 chunks = ALIGN(nports + 1, 16) / 16;
325 endblock = ALIGN(endlid, IB_SMP_DATA_SIZE) / IB_SMP_DATA_SIZE;
/freebsd-11.0-release/lib/libc/net/
H A Dgetnetnamadr.c300 len = (char *)ALIGN(buf) - buf;
316 cp = (char *)ALIGN(buf) + numptr * sizeof(char *);
325 nptr->n_aliases = (char **)ALIGN(buf);
H A Dgetprotoent.c304 len = (char *)ALIGN(buf) - buf;
319 cp = (char *)ALIGN(buf) + numptr * sizeof(char *);
328 pptr->p_aliases = (char **)ALIGN(buf);
H A Dgethostnamadr.c105 len = (char *)ALIGN(buf) - buf;
124 ptr = (char **)ALIGN(buf);
125 cp = (char *)ALIGN(buf) + nptr * sizeof(char *);
/freebsd-11.0-release/crypto/openssl/crypto/perlasm/
H A Dx86masm.pl91 .text\$ SEGMENT ALIGN(64) 'CODE'
104 $func="ALIGN\t16\n".$nmdecor.$func."\tPROC";
172 { push(@out,"ALIGN\t$_[0]\n"); }
/freebsd-11.0-release/contrib/gcc/
H A Dc-pragma.c66 #define SET_GLOBAL_ALIGNMENT(ALIGN) (maximum_field_alignment = *(alignment_stack == NULL \
68 : &alignment_stack->alignment) = (ALIGN))
128 #define SET_GLOBAL_ALIGNMENT(ALIGN) (maximum_field_alignment = (ALIGN))
/freebsd-11.0-release/contrib/gcc/config/mips/
H A Dmips.h1132 and ALIGN is the alignment that the object would ordinarily have.
1136 If this macro is not defined, then ALIGN is used.
1142 #define CONSTANT_ALIGNMENT(EXP, ALIGN) \
1144 && (ALIGN) < BITS_PER_WORD ? BITS_PER_WORD : (ALIGN))
1147 variable. TYPE is the data type, and ALIGN is the alignment that
1151 If this macro is not defined, then ALIGN is used.
1159 #define DATA_ALIGNMENT(TYPE, ALIGN) \
1160 ((((ALIGN) < BITS_PER_WORD) \
1163 || TREE_CODE (TYPE) == RECORD_TYPE)) ? BITS_PER_WORD : (ALIGN))
[all...]
/freebsd-11.0-release/contrib/gcc/config/ia64/
H A Dia64.h216 TYPE is the data type, and ALIGN is the alignment that the object
220 #define DATA_ALIGNMENT(TYPE, ALIGN) \
223 && (ALIGN) < BITS_PER_WORD ? BITS_PER_WORD : (ALIGN))
226 is being placed in memory. CONSTANT is the constant and ALIGN is the
230 #define CONSTANT_ALIGNMENT(EXP, ALIGN) \
232 && (ALIGN) < BITS_PER_WORD ? BITS_PER_WORD : (ALIGN))
/freebsd-11.0-release/contrib/gcc/config/
H A Ddarwin.h643 #define ASM_OUTPUT_ALIGNED_DECL_LOCAL(FILE, DECL, NAME, SIZE, ALIGN) \
650 floor_log2 ((ALIGN) / BITS_PER_UNIT)); \
/freebsd-11.0-release/crypto/openssl/crypto/aes/asm/
H A Daes-parisc.pl68 .SUBSPA \$CODE\$,QUAD=0,ALIGN=8,ACCESS=0x2C,CODE_ONLY
71 .ALIGN 64
183 .ALIGN 16
348 .ALIGN 16
438 .ALIGN 64
540 .ALIGN 16
652 .ALIGN 16
817 .ALIGN 16
907 .ALIGN 64
/freebsd-11.0-release/contrib/ofed/management/libibmad/src/
H A Ddump.c738 f->def_dump_fn(buf, bufsz, val, ALIGN(f->bitlen, 8) / 8);
781 return _mad_dump(f->def_dump_fn, name ? name : f->name, val, valsz ? valsz : ALIGN(f->bitlen, 8) / 8);
/freebsd-11.0-release/release/picobsd/tinyware/msh/
H A Dsh1.c795 #define ALIGN (sizeof(int)-1) macro
816 while ((int)sbrk(0) & ALIGN)
/freebsd-11.0-release/crypto/openssl/crypto/sha/asm/
H A Dsha512-parisc.pl163 .SUBSPA \$CODE\$,QUAD=0,ALIGN=8,ACCESS=0x2C,CODE_ONLY
165 .ALIGN 64
231 .ALIGN 64
359 .ALIGN 64
/freebsd-11.0-release/contrib/gcc/config/arm/
H A Darm.h483 #define CONSTANT_ALIGNMENT(EXP, ALIGN) \
485 && (ALIGN) < BITS_PER_WORD * CONSTANT_ALIGNMENT_FACTOR) \
486 ? BITS_PER_WORD * CONSTANT_ALIGNMENT_FACTOR : (ALIGN))
2074 #define SLOW_UNALIGNED_ACCESS(MODE, ALIGN) 1
/freebsd-11.0-release/usr.sbin/ndp/
H A Dndp.c428 sdl = (struct sockaddr_dl *)(ALIGN(sin->sin6_len) + (char *)sin);
517 sdl = (struct sockaddr_dl *)(ALIGN(sin->sin6_len) + (char *)sin);
607 sdl = (struct sockaddr_dl *)((char *)sin + ALIGN(sin->sin6_len));

Completed in 212 milliseconds

12345