Searched defs:ALIGNED (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/config/pa/ |
H A D | pa-pro-end.h | 63 #define ASM_OUTPUT_ALIGNED_COMMON(FILE, NAME, SIZE, ALIGNED) \ argument 73 #define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGNED) \ argument
|
H A D | pa.h | 1892 #define ASM_OUTPUT_ALIGNED_COMMON(FILE, NAME, SIZE, ALIGNED) \ argument 1901 #define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGNED) \ argument
|
/openbsd/gnu/llvm/compiler-rt/lib/msan/ |
H A D | msan.cpp | 60 ALIGNED(16) THREADLOCAL u64 __msan_va_arg_tls[kMsanParamTlsSize / sizeof(u64)]; variable 63 ALIGNED(16) variable
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_internal_defs.h | 218 # define ALIGNED(x) __declspec(align(x)) macro 232 # define ALIGNED(x) __attribute__((aligned(x))) macro
|
H A D | sanitizer_allocator_primary32.h | 281 struct ALIGNED(SANITIZER_CACHE_LINE_SIZE) SizeClassInfo { in ALIGNED() function
|
H A D | sanitizer_allocator_primary64.h | 668 struct ALIGNED(SANITIZER_CACHE_LINE_SIZE) RegionInfo { in ALIGNED() function
|
/openbsd/gnu/gcc/gcc/config/sparc/ |
H A D | sparc.h | 2345 #define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGNED) \ argument
|
/openbsd/gnu/usr.bin/gcc/gcc/config/sparc/ |
H A D | sparc.h | 2894 #define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGNED) \ argument
|