/freebsd/lib/libmd/i386/ |
H A D | rmd160.S | 19 #define ALIGN 4 macro 24 #define ALIGN 4 macro 33 #define ALIGN 4 macro
|
H A D | sha.S | 20 #define ALIGN 4 macro 25 #define ALIGN 4 macro 34 #define ALIGN 4 macro
|
/freebsd/contrib/bionic-x86_64-string/ |
H A D | sse4-memcmp-slm.S | 42 # define ALIGN(n) .p2align n macro 69 # define ALIGN(n) .p2align n macro
|
H A D | avx2-memset-kbl.S | 40 # define ALIGN(n) .p2align n macro
|
H A D | sse2-memset-slm.S | 40 # define ALIGN(n) .p2align n macro
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | z_Linux_asm.S | 57 .macro ALIGN macro 80 .macro ALIGN size macro 117 .macro ALIGN macro 137 .macro ALIGN size macro 155 .macro ALIGN size macro
|
/freebsd/lib/libc/string/ |
H A D | strchrnul.c | 29 #define ALIGN (sizeof(size_t)) macro
|
H A D | memchr.c | 30 #define ALIGN (sizeof(size_t) - 1) macro
|
/freebsd/contrib/arm-optimized-routines/string/test/ |
H A D | strlen.c | 43 #define ALIGN 32 macro
|
H A D | strchr.c | 39 #define ALIGN 32 macro
|
H A D | strrchr.c | 39 #define ALIGN 32 macro
|
H A D | strnlen.c | 42 #define ALIGN 32 macro
|
H A D | strchrnul.c | 43 #define ALIGN 32 macro
|
H A D | memchr.c | 41 #define ALIGN 32 macro
|
H A D | memrchr.c | 39 #define ALIGN 32 macro
|
H A D | strcpy.c | 39 #define ALIGN 32 macro
|
H A D | stpcpy.c | 41 #define ALIGN 32 macro
|
/freebsd/sys/riscv/include/ |
H A D | param.h | 64 #define ALIGN(p) _ALIGN(p) macro
|
/freebsd/lib/libc/net/ |
H A D | getifaddrs.c | 71 #define ALIGN(p) (((u_long)(p) + ALIGNBYTES) &~ ALIGNBYTES) macro
|
/freebsd/contrib/arm-optimized-routines/string/arm/ |
H A D | memcpy.S | 49 #define ALIGN(addr, align) addr,:align macro 51 #define ALIGN(addr, align) addr:align macro
|
/freebsd/contrib/cortex-strings/src/arm/ |
H A D | memcpy.S | 71 #define ALIGN(addr, align) addr,:align macro 73 #define ALIGN(addr, align) addr:align macro
|
/freebsd/sys/arm/include/ |
H A D | param.h | 74 #define ALIGN(p) _ALIGN(p) macro
|
/freebsd/sys/arm64/include/ |
H A D | param.h | 71 #define ALIGN(p) _ALIGN(p) macro
|
/freebsd/sys/i386/include/ |
H A D | param.h | 69 #define ALIGN(p) _ALIGN(p) macro
|
/freebsd/sys/powerpc/include/ |
H A D | param.h | 90 #define ALIGN(p) _ALIGN(p) macro
|