/freebsd/contrib/arm-optimized-routines/string/test/ |
H A D | stpcpy.c | 41 #define ALIGN 32 macro 45 static char wbuf[LEN + 3 * ALIGN]; 50 return (void *) (((uintptr_t) p + ALIGN - 1) & -ALIGN); in alignup() 67 if (len > LEN || dalign >= ALIGN || salign >= ALIGN) in test() 69 for (i = 0; i < len + ALIGN; i++) in test() 76 for (int i = 1; i <= ALIGN; i++) in test() 91 for (i = 0; i < len + ALIGN; i++) in test() 97 quoteat ("got", dst, len + ALIGN, i); in test() 98 quoteat ("want", want, len + ALIGN, i); in test() 107 sbuf = mte_mmap (LEN + 3 * ALIGN); in main() [all …]
|
H A D | strcpy.c | 39 #define ALIGN 32 macro 43 static char wbuf[LEN + 3 * ALIGN]; 48 return (void *) (((uintptr_t) p + ALIGN - 1) & -ALIGN); in alignup() 65 if (len > LEN || dalign >= ALIGN || salign >= ALIGN) in test() 67 for (i = 0; i < len + ALIGN; i++) in test() 74 for (int i = 1; i <= ALIGN; i++) in test() 89 for (i = 0; i < len + ALIGN; i++) in test() 95 quoteat ("got", dst, len + ALIGN, i); in test() 96 quoteat ("want", want, len + ALIGN, i); in test() 105 sbuf = mte_mmap (LEN + 3 * ALIGN); in main() [all …]
|
H A D | strlen.c | 43 #define ALIGN 32 macro 50 return (void *) (((uintptr_t) p + ALIGN - 1) & -ALIGN); in alignup() 62 if (len > LEN || align >= ALIGN) in test() 67 for (int i = 1; i <= ALIGN; i++) in test() 87 sbuf = mte_mmap (LEN + 3 * ALIGN); in main() 92 for (int a = 0; a < ALIGN; a++) in main()
|
H A D | strnlen.c | 42 #define ALIGN 32 macro 49 return (void *) (((uintptr_t) p + ALIGN - 1) & -ALIGN); in alignup() 62 if (len > LEN || align >= ALIGN) in test() 67 for (int i = 1; i <= ALIGN; i++) in test() 91 sbuf = mte_mmap (LEN + 3 * ALIGN); in main() 96 for (int a = 0; a < ALIGN; a++) in main()
|
H A D | memrchr.c | 39 #define ALIGN 32 macro 46 return (void *) (((uintptr_t) p + ALIGN) & -ALIGN); in alignup() 61 if (len > LEN || seekpos > LEN || align > ALIGN) in test() 66 for (int i = 0; i <= ALIGN; i++) in test() 89 sbuf = mte_mmap (LEN + 3 * ALIGN); in main() 94 for (int a = 0; a < ALIGN; a++) in main()
|
H A D | memchr.c | 41 #define ALIGN 32 macro 48 return (void *) (((uintptr_t) p + ALIGN - 1) & -ALIGN); in alignup() 63 if (len > LEN || seekpos > LEN || align > ALIGN) in test() 68 for (int i = 0; i <= ALIGN; i++) in test() 92 sbuf = mte_mmap (LEN + 3 * ALIGN); in main() 97 for (int a = 0; a < ALIGN; a++) in main()
|
H A D | strchr.c | 39 #define ALIGN 32 macro 46 return (void *) (((uintptr_t) p + ALIGN - 1) & -ALIGN); in alignup() 60 if (len > LEN || seekpos >= len || align >= ALIGN) in test() 65 for (int i = 1; i <= ALIGN; i++) in test() 102 sbuf = mte_mmap (LEN + 3 * ALIGN); in main() 107 for (int a = 0; a < ALIGN; a++) in main()
|
H A D | strrchr.c | 39 #define ALIGN 32 macro 46 return (void *) (((uintptr_t) p + ALIGN - 1) & -ALIGN); in alignup() 60 if (len > LEN || seekpos >= len || align >= ALIGN) in test() 65 for (int i = 1; i <= ALIGN; i++) in test() 102 sbuf = mte_mmap (LEN + 3 * ALIGN); in main() 107 for (int a = 0; a < ALIGN; a++) in main()
|
H A D | strchrnul.c | 43 #define ALIGN 32 macro 50 return (void *) (((uintptr_t) p + ALIGN - 1) & -ALIGN); in alignup() 64 if (len > LEN || seekpos >= len || align >= ALIGN) in test() 69 for (int i = 1; i <= ALIGN; i++) in test() 107 sbuf = mte_mmap (LEN + 3 * ALIGN); in main() 112 for (int a = 0; a < ALIGN; a++) in main()
|
/freebsd/stand/efi/loader/arch/i386/ |
H A D | i386.ldscript | 10 . = ALIGN(4096); 17 . = ALIGN(4096); 31 . = ALIGN(4096); 40 . = ALIGN(4096); 42 . = ALIGN(4096); 47 . = ALIGN(4096); 49 . = ALIGN(4096); 51 . = ALIGN(4096); 53 . = ALIGN(4096);
|
/freebsd/stand/kboot/kboot/arch/amd64/ |
H A D | amd64.ldscript | 10 . = ALIGN(4096); 15 . = ALIGN(4096); 22 . = ALIGN(4096); 36 . = ALIGN(4096); 45 . = ALIGN(4096); 47 . = ALIGN(4096); 54 . = ALIGN(4096); 56 . = ALIGN(4096); 58 . = ALIGN(4096);
|
/freebsd/stand/efi/loader/arch/amd64/ |
H A D | amd64.ldscript | 10 . = ALIGN(4096); 15 . = ALIGN(4096); 22 . = ALIGN(4096); 36 . = ALIGN(4096); 45 . = ALIGN(4096); 47 . = ALIGN(4096); 54 . = ALIGN(4096); 56 . = ALIGN(4096); 58 . = ALIGN(4096);
|
/freebsd/stand/kboot/kboot/arch/aarch64/ |
H A D | aarch64.ldscript | 10 . = ALIGN(4096); 15 . = ALIGN(4096); 22 . = ALIGN(4096); 36 . = ALIGN(4096); 45 . = ALIGN(4096); 47 . = ALIGN(4096); 54 . = ALIGN(4096); 56 . = ALIGN(4096); 58 . = ALIGN(4096);
|
/freebsd/stand/efi/loader/arch/arm64/ |
H A D | arm64.ldscript | 18 . = ALIGN(4096); 31 . = ALIGN(16); 38 . = ALIGN(16); 41 . = ALIGN(16); 49 . = ALIGN(16); 51 . = ALIGN(16); 66 . = ALIGN(16); 68 . = ALIGN(16);
|
/freebsd/stand/efi/loader/arch/riscv/ |
H A D | riscv.ldscript | 16 . = ALIGN(16); 27 . = ALIGN(16); 34 . = ALIGN(16); 37 . = ALIGN(16); 49 . = ALIGN(16); 51 . = ALIGN(16); 66 . = ALIGN(16); 68 . = ALIGN(16);
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | z_Windows_NT-586_asm.asm | 52 ALIGN 16 69 ALIGN 16 119 ALIGN 16 137 ALIGN 16 162 ALIGN 16 187 ALIGN 16 212 ALIGN 16 249 ALIGN 16 270 ALIGN 16 291 ALIGN 16 [all …]
|
/freebsd/sys/conf/ |
H A D | ldscript.arm | 63 . = ALIGN(4); 70 . = ALIGN(4); 77 . = ALIGN(0x10000); 83 . = ALIGN(64); 92 . = ALIGN(64); 97 . = ALIGN(64); 99 . = ALIGN(32 / 8); 141 . = ALIGN(32 / 8); 148 . = ALIGN(32 / 8);
|
H A D | ldscript.powerpc64le | 80 . = ALIGN(4096); 89 . = ALIGN(128); 94 . = ALIGN(128); 101 .toc1 : ALIGN(8) { *(.toc1) } 102 .opd : ALIGN(8) { KEEP (*(.opd)) } 103 .branch_lt : ALIGN(8) { *(.branch_lt) } 104 . = ALIGN(4096); 105 .got : ALIGN(8) { __tocbase = .; *(.got) } 106 .toc : ALIGN(8) { *(.toc) }
|
H A D | ldscript.powerpc64 | 80 . = ALIGN(4096); 89 . = ALIGN(128); 94 . = ALIGN(128); 101 .toc1 : ALIGN(8) { *(.toc1) } 102 .opd : ALIGN(8) { KEEP (*(.opd)) } 103 .branch_lt : ALIGN(8) { *(.branch_lt) } 104 . = ALIGN(4096); 105 .got : ALIGN(8) { __tocbase = .; *(.got) } 106 .toc : ALIGN(8) { *(.toc) }
|
H A D | ldscript.arm64 | 65 . = ALIGN(4); 80 . = ALIGN(0x1000) + (. & (0x1000 - 1)) ; 86 . = ALIGN(128); 95 . = ALIGN(128); 100 . = ALIGN(128); 102 . = ALIGN(32 / 8); 134 . = ALIGN(8); 138 . = ALIGN(16); 146 . = ALIGN(16);
|
H A D | ldscript.riscv | 66 . = ALIGN(0x1000) + (. & (0x1000 - 1)) ; 73 . = ALIGN(32 / 8); 105 . = ALIGN(8); 116 . = ALIGN(8); 125 . = ALIGN(8);
|
/freebsd/bin/sh/ |
H A D | memalloc.c | 127 #define SPACE(sp) ((char*)(sp) + ALIGN(sizeof(struct stack_block))) 144 allocsize = ALIGN(sizeof(struct stack_block)) + ALIGN(nbytes); in stnewblock() 162 nbytes = ALIGN(nbytes); in stalloc() 253 INT_MAX / 2 - ALIGN(sizeof(struct stack_block))) in growstackblock() 256 min += ALIGN(sizeof(struct stack_block)); in growstackblock() 275 newlen -= ALIGN(sizeof(struct stack_block)); in growstackblock()
|
/freebsd/contrib/bionic-x86_64-string/ |
H A D | sse2-memset-slm.S | 39 #ifndef ALIGN 40 # define ALIGN(n) .p2align n macro 87 ALIGN (4) 109 ALIGN (4) 126 ALIGN (4) 137 ALIGN (4)
|
H A D | avx2-memset-kbl.S | 39 #ifndef ALIGN 40 # define ALIGN(n) .p2align n macro 86 ALIGN (4) 116 ALIGN (4) 133 ALIGN (4) 144 ALIGN (4)
|
H A D | sse4-memcmp-slm.S | 41 #ifndef ALIGN 42 # define ALIGN(n) .p2align n macro 68 #ifndef ALIGN 69 # define ALIGN(n) .p2align n macro 98 ALIGN (4) 106 ALIGN (4) 354 ALIGN (4) 367 ALIGN (4) 399 ALIGN (4) 434 ALIGN (4) [all …]
|