Home
last modified time | relevance | path

Searched defs:ALIGN (Results 1 – 25 of 34) sorted by relevance

12

/freebsd/lib/libmd/i386/
H A Drmd160.S19 #define ALIGN 4 macro
24 #define ALIGN 4 macro
33 #define ALIGN 4 macro
H A Dsha.S20 #define ALIGN 4 macro
25 #define ALIGN 4 macro
34 #define ALIGN 4 macro
/freebsd/contrib/bionic-x86_64-string/
H A Dsse4-memcmp-slm.S42 # define ALIGN(n) .p2align n macro
69 # define ALIGN(n) .p2align n macro
H A Davx2-memset-kbl.S40 # define ALIGN(n) .p2align n macro
H A Dsse2-memset-slm.S40 # define ALIGN(n) .p2align n macro
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_asm.S57 .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 Dstrchrnul.c29 #define ALIGN (sizeof(size_t)) macro
H A Dmemchr.c30 #define ALIGN (sizeof(size_t) - 1) macro
/freebsd/contrib/arm-optimized-routines/string/test/
H A Dstrlen.c43 #define ALIGN 32 macro
H A Dstrchr.c39 #define ALIGN 32 macro
H A Dstrrchr.c39 #define ALIGN 32 macro
H A Dstrnlen.c42 #define ALIGN 32 macro
H A Dstrchrnul.c43 #define ALIGN 32 macro
H A Dmemchr.c41 #define ALIGN 32 macro
H A Dmemrchr.c39 #define ALIGN 32 macro
H A Dstrcpy.c39 #define ALIGN 32 macro
H A Dstpcpy.c41 #define ALIGN 32 macro
/freebsd/sys/riscv/include/
H A Dparam.h64 #define ALIGN(p) _ALIGN(p) macro
/freebsd/lib/libc/net/
H A Dgetifaddrs.c71 #define ALIGN(p) (((u_long)(p) + ALIGNBYTES) &~ ALIGNBYTES) macro
/freebsd/contrib/arm-optimized-routines/string/arm/
H A Dmemcpy.S49 #define ALIGN(addr, align) addr,:align macro
51 #define ALIGN(addr, align) addr:align macro
/freebsd/contrib/cortex-strings/src/arm/
H A Dmemcpy.S71 #define ALIGN(addr, align) addr,:align macro
73 #define ALIGN(addr, align) addr:align macro
/freebsd/sys/arm/include/
H A Dparam.h74 #define ALIGN(p) _ALIGN(p) macro
/freebsd/sys/arm64/include/
H A Dparam.h71 #define ALIGN(p) _ALIGN(p) macro
/freebsd/sys/i386/include/
H A Dparam.h69 #define ALIGN(p) _ALIGN(p) macro
/freebsd/sys/powerpc/include/
H A Dparam.h90 #define ALIGN(p) _ALIGN(p) macro

12