Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/unix/sysv/linux/x86/
Dtst-cet-property-dep-2.S34 # define ALIGN 3 macro
36 # define ALIGN 2 macro
/glibc-2.36/sysdeps/generic/
Dtst-file-align.h20 #define ALIGN 0x200000 macro
/glibc-2.36/sysdeps/nios2/
Dtst-file-align.h20 #define ALIGN 0x8000 macro
/glibc-2.36/sysdeps/microblaze/
Dtst-file-align.h20 #define ALIGN 0x8000 macro
Dasm-syntax.h20 #define ALIGN(log) .align 1<<log macro
/glibc-2.36/sysdeps/alpha/
Dtst-file-align.h20 #define ALIGN 0x10000 macro
/glibc-2.36/sysdeps/s390/
Dasm-syntax.h21 #define ALIGN(log) .align 1<<log macro
/glibc-2.36/sysdeps/i386/
Dasm-syntax.h21 #define ALIGN(log) .align 1<<log macro
/glibc-2.36/sysdeps/ia64/
Dmemccpy.S57 # define ALIGN(n) { nop 0 } macro
59 # define ALIGN(n) .align n macro
Dmemmove.S58 # define ALIGN(n) { nop 0 } macro
60 # define ALIGN(n) .align n macro
Dmemcpy.S107 # define ALIGN(n) { nop 0 } macro
109 # define ALIGN(n) .align n macro
/glibc-2.36/sysdeps/arm/armv7/multiarch/
Dmemcpy_impl.S62 #define ALIGN(addr, align) addr:align macro
/glibc-2.36/io/
Dfts.c70 #define ALIGN(p) (((unsigned long int) (p) + ALIGNBYTES) & ~ALIGNBYTES) macro
/glibc-2.36/nscd/
Dnscd-client.h207 #define ALIGN 16 macro
/glibc-2.36/sysdeps/ia64/fpu/
Dlibm_support.h730 #define ALIGN(n) __declspec(align(n)) macro
732 #define ALIGN(n) macro