Searched refs:ALIGNED (Results 1 - 21 of 21) sorted by last modified time

/haiku-buildtools/gcc/gcc/fortran/
H A Ddump-parse-tree.c1263 case OMP_LIST_ALIGNED: type = "ALIGNED"; break;
/haiku-buildtools/gcc/libsanitizer/asan/
H A Dasan_malloc_linux.cc173 ALIGNED(32) const MallocDebugK asan_malloc_dispatch_k = {
177 ALIGNED(32) const MallocDebugL asan_malloc_dispatch_l = {
H A Dasan_thread.cc42 static ALIGNED(16) char thread_registry_placeholder[sizeof(ThreadRegistry)];
/haiku-buildtools/gcc/libsanitizer/lsan/
H A Dlsan_common.cc114 ALIGNED(64) static char placeholder[sizeof(InternalMmapVector<RootRegion>)];
H A Dlsan_common_linux.cc29 static char linker_placeholder[2 * sizeof(LoadedModule)] ALIGNED(64);
H A Dlsan_thread.cc36 static char thread_registry_placeholder[sizeof(ThreadRegistry)] ALIGNED(64);
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_internal_defs.h147 # define ALIGNED(x) __declspec(align(x)) macro
159 // Please only use the ALIGNED macro before the type.
160 // Using ALIGNED after the variable declaration is not portable!
161 # define ALIGNED(x) __attribute__((aligned(x)))
186 typedef ALIGNED(1) u16 uu16;
187 typedef ALIGNED(1) u32 uu32;
188 typedef ALIGNED(1) u64 uu64;
189 typedef ALIGNED(1) s16 us16;
190 typedef ALIGNED(1) s32 us32;
191 typedef ALIGNED(
[all...]
H A Dsanitizer_libc.cc75 struct S16 { u64 a, b; } ALIGNED(16);
H A Dsanitizer_allocator.cc48 static ALIGNED(64) char internal_alloc_placeholder[sizeof(InternalAllocator)];
H A Dsanitizer_atomic.h46 volatile ALIGNED(8) Type val_dont_use;
H A Dsanitizer_suppressions.cc68 ALIGNED(64) static char placeholder[sizeof(SuppressionContext)];
/haiku-buildtools/gcc/libsanitizer/tsan/
H A Dtsan_mman.cc40 static char allocator_placeholder[sizeof(Allocator)] ALIGNED(64);
H A Dtsan_rtl.cc45 THREADLOCAL char cur_thread_placeholder[sizeof(ThreadState)] ALIGNED(64);
47 static char ctx_placeholder[sizeof(Context)] ALIGNED(64);
H A Dtsan_interceptors.cc150 static ALIGNED(64) char libignore_placeholder[sizeof(LibIgnore)];
H A Dtsan_interface_ann.cc84 static char dyn_ann_ctx_placeholder[sizeof(DynamicAnnContext)] ALIGNED(64);
/haiku-buildtools/gcc/gcc/config/sparc/
H A Dsparc.h1728 #define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGNED) \
1732 (SIZE), ((ALIGNED) / BITS_PER_UNIT)))
/haiku-buildtools/jam/
H A Dhash.c179 # define ALIGNED(x) ( ( x + sizeof( ITEM ) - 1 ) & ~( sizeof( ITEM ) - 1 ) ) macro
197 hp->items.size = sizeof( struct hashhdr ) + ALIGNED( datalen );
/haiku-buildtools/gcc/mpfr/tests/
H A Dtstckintc.c34 #define ALIGNED(s) (((s) + sizeof (long) - 1) / sizeof (long) * sizeof (long)) macro
40 stack += ALIGNED (s);
69 memmove (old_stack + ALIGNED (sizeof (mpfr_t)), mantissa, size_mantissa);
71 mpfr_custom_move (newx, old_stack + ALIGNED (sizeof (mpfr_t)));
72 stack = old_stack + ALIGNED (sizeof (mpfr_t)) + ALIGNED (size_mantissa);
104 r = (long *) new_st (ALIGNED (2 * sizeof (long)) +
105 ALIGNED (mpfr_custom_get_size (p)));
143 ALIGNED (2*sizeof (long)) + ALIGNED ((mpfr_custom_get_siz
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/
H A Dattr-aligned01.C3 #define ALIGNED(x) __attribute__((aligned(x))) macro
16 typedef char aligned[15] ALIGNED(8);
24 type_alignment<unaligned ALIGNED(8)>(z); // { dg-warning "ignoring attributes" "" { xfail *-*-* } }
/haiku-buildtools/legacy/gcc/gcc/config/pa/
H A Dpa.h2395 #define ASM_OUTPUT_ALIGNED_COMMON(FILE, NAME, SIZE, ALIGNED) \
2399 fprintf ((FILE), "%d\n", MAX ((SIZE), ((ALIGNED) / BITS_PER_UNIT)));}
2404 #define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGNED) \
2406 fprintf ((FILE), "\t.align %d\n", ((ALIGNED) / BITS_PER_UNIT)); \
/haiku-buildtools/legacy/gcc/gcc/config/sparc/
H A Dsparc.h3016 #define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGNED) \
3020 (SIZE), ((ALIGNED) / BITS_PER_UNIT)))

Completed in 174 milliseconds