Home
last modified time | relevance | path

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

/bionic/libc/arch-x86_64/string/
Dsse4-memcmp-slm.S42 # define ALIGN(n) .p2align n macro
69 # define ALIGN(n) .p2align n macro
Dsse2-memset-slm.S42 # define ALIGN(n) .p2align n macro
/bionic/libc/upstream-openbsd/android/include/
Dopenbsd-compat.h61 #define ALIGN(p) (((uintptr_t)(p) + ALIGNBYTES) &~ ALIGNBYTES) macro
/bionic/libc/dns/net/
Dsethostent.c59 #define ALIGN(p) (((uintptr_t)(p) + ALIGNBYTES) &~ ALIGNBYTES) macro
Dgethnamaddr.c79 #define ALIGN(p) (((uintptr_t)(p) + ALIGNBYTES) &~ ALIGNBYTES) macro
/bionic/libc/arch-x86/silvermont/string/
Dsse2-memset-slm.S42 # define ALIGN(n) .p2align n macro
/bionic/libc/arch-x86/atom/string/
Dsse2-memset-atom.S38 # define ALIGN(n) .p2align n macro
/bionic/libc/bionic/
Dfts.c56 #define ALIGN(p) (((uintptr_t)(p) + ALIGNBYTES) &~ ALIGNBYTES) macro
/bionic/libc/stdio/
Dstdio.cpp51 #define ALIGN(p) (((uintptr_t)(p) + ALIGNBYTES) &~ ALIGNBYTES) macro