Searched defs:ALIGN (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-current/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-current/lib/libmd/i386/
H A Drmd160.S19 #define ALIGN 4 define
24 #define ALIGN 4 define
33 #define ALIGN 4 define
H A Dsha.S20 #define ALIGN 4 define
25 #define ALIGN 4 define
34 #define ALIGN 4 define
/freebsd-current/contrib/arm-optimized-routines/string/test/
H A Dstrchr.c39 #define ALIGN 32 macro
H A Dstrrchr.c39 #define ALIGN 32 macro
H A Dstrlen.c43 #define ALIGN 32 macro
H A Dstpcpy.c41 #define ALIGN 32 macro
[all...]
H A Dstrchrnul.c43 #define ALIGN 32 macro
H A Dmemrchr.c39 #define ALIGN 32 macro
H A Dmemchr.c41 #define ALIGN 32 macro
H A Dstrcpy.c39 #define ALIGN 32 macro
[all...]
H A Dstrnlen.c42 #define ALIGN 32 macro
/freebsd-current/contrib/cortex-strings/src/arm/
H A Dmemcpy.S71 #define ALIGN(addr, align) addr,:align define
73 #define ALIGN(addr, align) addr:align define
/freebsd-current/contrib/arm-optimized-routines/string/arm/
H A Dmemcpy.S49 #define ALIGN(addr, align) addr,:align define
51 #define ALIGN(addr, align) addr:align define
/freebsd-current/sys/riscv/include/
H A Dparam.h64 #define ALIGN(p) _ALIGN(p) macro
/freebsd-current/lib/libc/net/
H A Dgetifaddrs.c71 #define ALIGN(p) (((u_long)(p) + ALIGNBYTES) &~ ALIGNBYTES) macro
/freebsd-current/sys/arm64/include/
H A Dparam.h71 #define ALIGN(p) _ALIGN(p) macro
/freebsd-current/sys/arm/include/
H A Dparam.h78 #define ALIGN(p) _ALIGN(p) macro
/freebsd-current/contrib/arm-optimized-routines/networking/test/
H A Dchksum.c35 #define ALIGN(x, y) (((x) + (y) - 1) & ~((y) - 1)) macro
/freebsd-current/sys/dev/mana/
H A Dgdma_util.h80 #undef ALIGN macro
81 #define ALIGN(x, y) roundup2((x), (y)) macro
/freebsd-current/sys/powerpc/include/
H A Dparam.h90 #define ALIGN(p) _ALIGN(p) macro
/freebsd-current/sys/i386/include/
H A Dparam.h69 #define ALIGN(p) _ALIGN(p) macro
/freebsd-current/sys/amd64/include/
H A Dparam.h76 #define ALIGN(p) _ALIGN(p) macro
/freebsd-current/contrib/ofed/libmlx5/
H A Dqp.c413 #undef ALIGN macro
414 #define ALIGN(x, log_a) ((((x) + (1 << (log_a)) - 1)) & ~((1 << (log_a)) - 1)) macro

Completed in 201 milliseconds

12