Home
last modified time | relevance | path

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

12

/freebsd-14-stable/lib/libmd/i386/
HDrmd160.S19 #define ALIGN 4 macro
24 #define ALIGN 4 macro
33 #define ALIGN 4 macro
HDsha.S20 #define ALIGN 4 macro
25 #define ALIGN 4 macro
34 #define ALIGN 4 macro
/freebsd-14-stable/contrib/bionic-x86_64-string/
HDsse4-memcmp-slm.S42 # define ALIGN(n) .p2align n macro
69 # define ALIGN(n) .p2align n macro
HDavx2-memset-kbl.S40 # define ALIGN(n) .p2align n macro
HDsse2-memset-slm.S40 # define ALIGN(n) .p2align n macro
/freebsd-14-stable/contrib/xz/src/liblzma/check/
HDcrc64_x86.S68 # define ALIGN(pow2, abs) .align pow2 macro
70 # define ALIGN(pow2, abs) .align abs macro
HDcrc32_x86.S78 # define ALIGN(pow2, abs) .align pow2 macro
80 # define ALIGN(pow2, abs) .align abs macro
/freebsd-14-stable/sys/amd64/linux/
HDlinux_vdso.lds.s39 . = ALIGN(0x100); define
/freebsd-14-stable/sys/amd64/linux32/
HDlinux32_vdso.lds.s40 . = ALIGN(0x100); define
/freebsd-14-stable/sys/arm64/linux/
HDlinux_vdso.lds.s24 . = ALIGN(0x100); define
/freebsd-14-stable/sys/i386/linux/
HDlinux_vdso.lds.s40 . = ALIGN(0x100); define
/freebsd-14-stable/lib/libc/string/
HDstrchrnul.c29 #define ALIGN (sizeof(size_t)) macro
HDmemchr.c30 #define ALIGN (sizeof(size_t) - 1) macro
/freebsd-14-stable/sys/riscv/include/
HDparam.h66 #define ALIGN(p) _ALIGN(p) macro
/freebsd-14-stable/lib/libc/net/
HDgetifaddrs.c71 #define ALIGN(p) (((u_long)(p) + ALIGNBYTES) &~ ALIGNBYTES) macro
/freebsd-14-stable/sys/arm64/include/
HDparam.h73 #define ALIGN(p) _ALIGN(p) macro
/freebsd-14-stable/sys/arm/include/
HDparam.h80 #define ALIGN(p) _ALIGN(p) macro
/freebsd-14-stable/sys/i386/include/
HDparam.h71 #define ALIGN(p) _ALIGN(p) macro
/freebsd-14-stable/sys/powerpc/include/
HDparam.h92 #define ALIGN(p) _ALIGN(p) macro
/freebsd-14-stable/sys/amd64/include/
HDparam.h78 #define ALIGN(p) _ALIGN(p) macro
/freebsd-14-stable/sys/dev/mana/
HDgdma_util.h81 #define ALIGN(x, y) roundup2((x), (y)) macro
/freebsd-14-stable/sys/compat/linuxkpi/common/include/linux/
HDkernel.h124 #define ALIGN(x, y) roundup2((x), (y)) macro
/freebsd-14-stable/tests/atf_python/sys/net/
HDrtsock.py34 ALIGN = sizeof(c_long) variable in RtConst
/freebsd-14-stable/contrib/ofed/libmlx5/
HDqp.c414 #define ALIGN(x, log_a) ((((x) + (1 << (log_a)) - 1)) & ~((1 << (log_a)) - 1)) macro
/freebsd-14-stable/crypto/openssh/
HDdefines.h780 # define ALIGN(p) (((unsigned)p + ALIGNBYTES) & ~ALIGNBYTES) macro

12