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

12

/freebsd-current/contrib/arm-optimized-routines/networking/test/
H A Dchksum.c35 #define ALIGN(x, y) (((x) + (y) - 1) & ~((y) - 1)) macro
/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/contrib/arm-optimized-routines/string/test/
H A Dmemchr.c41 #define ALIGN 32 macro
H A Dmemrchr.c39 #define ALIGN 32 macro
H A Dstpcpy.c41 #define ALIGN 32 macro
[all...]
H A Dstrchr.c39 #define ALIGN 32 macro
H A Dstrchrnul.c43 #define ALIGN 32 macro
H A Dstrcpy.c39 #define ALIGN 32 macro
[all...]
H A Dstrlen.c43 #define ALIGN 32 macro
H A Dstrnlen.c42 #define ALIGN 32 macro
H A Dstrrchr.c39 #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/ofed/libibmad/
H A Dmad.h1822 #define ALIGN(l, size) (((l) + ((size) - 1)) / (size) * (size)) 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
/freebsd-current/crypto/openssh/
H A Ddefines.h754 # define ALIGN(p) (((unsigned)p + ALIGNBYTES) & ~ALIGNBYTES) macro
/freebsd-current/lib/libc/net/
H A Dgetifaddrs.c71 #define ALIGN(p) (((u_long)(p) + ALIGNBYTES) &~ ALIGNBYTES) macro
/freebsd-current/lib/libc/string/
H A Dmemchr.c30 #define ALIGN (sizeof(size_t) - 1) macro
H A Dstrchrnul.c29 #define ALIGN (sizeof(size_t)) 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/sys/amd64/include/
H A Dparam.h76 #define ALIGN(p) _ALIGN(p) macro
/freebsd-current/sys/arm/include/
H A Dparam.h78 #define ALIGN(p) _ALIGN(p) macro
/freebsd-current/sys/arm64/include/
H A Dparam.h71 #define ALIGN(p) _ALIGN(p) macro
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h120 #undef ALIGN macro
121 #define ALIGN(x, y) roundup2((x), (y)) macro
/freebsd-current/sys/dev/mana/
H A Dgdma_util.h80 #undef ALIGN macro
81 #define ALIGN(x, y) roundup2((x), (y)) macro

Completed in 303 milliseconds

12