Searched refs:aligned (Results 1 - 25 of 109) sorted by relevance

12345

/freebsd-11-stable/contrib/libstdc++/src/
H A Dglobals_io.cc57 __attribute__ ((aligned(__alignof__(istream))));
59 __attribute__ ((aligned(__alignof__(ostream))));
67 __attribute__ ((aligned(__alignof__(wistream))));
69 __attribute__ ((aligned(__alignof__(wostream))));
86 __attribute__ ((aligned(__alignof__(stdio_sync_filebuf<char>))));
92 __attribute__ ((aligned(__alignof__(stdio_filebuf<char>))));
99 __attribute__ ((aligned(__alignof__(stdio_sync_filebuf<wchar_t>))));
105 __attribute__ ((aligned(__alignof__(stdio_filebuf<wchar_t>))));
H A Dlocale_init.cc49 __attribute__ ((aligned(__alignof__(locale::_Impl))));
53 __attribute__ ((aligned(__alignof__(locale))));
57 __attribute__ ((aligned(__alignof__(char*))));
61 __attribute__ ((aligned(__alignof__(char[2]))));
65 __attribute__ ((aligned(__alignof__(locale::facet*))));
69 __attribute__ ((aligned(__alignof__(locale::facet*))));
73 __attribute__ ((aligned(__alignof__(std::ctype<char>))));
77 __attribute__ ((aligned(__alignof__(std::collate<char>))));
81 __attribute__ ((aligned(__alignof__(numpunct<char>))));
85 __attribute__ ((aligned(__alignof_
[all...]
/freebsd-11-stable/sys/contrib/alpine-hal/
H A Dal_hal_types.h81 #define __packed_a4 __attribute__ ((packed, aligned(4)))
82 #define __packed_a8 __attribute__ ((packed, aligned(8)))
83 #define __packed_a16 __attribute__ ((packed, aligned(16)))
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/crt/
H A Dcrtend.c13 __attribute__((section(".eh_frame"), aligned(sizeof(int32_t)),
H A Dcrtbegin.c15 __attribute__((section(".eh_frame"), aligned(sizeof(void *)))) = {};
25 __attribute__((section(".ctors"), aligned(sizeof(fp)))) = {(fp)-1};
74 __attribute__((section(".dtors"), aligned(sizeof(fp)))) = {(fp)-1};
/freebsd-11-stable/lib/csu/common/
H A Dcrtbrand.c61 } abitag __attribute__ ((section (NOTE_SECTION), aligned(4))) __used = {
H A Dignore_init.c114 aligned(4))) __used = {
/freebsd-11-stable/contrib/gcc/
H A Dcrtstuff.c181 __attribute__ ((__used__, aligned(sizeof(func_ptr))))
185 __attribute__ ((__used__, section(".ctors"), aligned(sizeof(func_ptr))))
194 __attribute__ ((used, aligned(sizeof(func_ptr))))
198 __attribute__((used, section(".dtors"), aligned(sizeof(func_ptr))))
206 __attribute__((used, section(EH_FRAME_SECTION_NAME), aligned(4)))
214 __attribute__ ((used, section(JCR_SECTION_NAME), aligned(sizeof(void*))))
462 __attribute__((used, aligned(sizeof(func_ptr))))
466 __attribute__((used, section(".ctors"), aligned(sizeof(func_ptr))))
475 __attribute__ ((used, aligned(sizeof(func_ptr))))
479 __attribute__((used, section(".dtors"), aligned(sizeo
[all...]
H A Dunwind-dw2-fde.h139 to distinguish it from a valid FDE. FDEs are aligned to an addressing
147 } __attribute__ ((packed, aligned (__alignof__ (void *))));
155 } __attribute__ ((packed, aligned (__alignof__ (void *))));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dmsa.h14 typedef signed char v16i8 __attribute__((vector_size(16), aligned(16)));
15 typedef signed char v16i8_b __attribute__((vector_size(16), aligned(1)));
16 typedef unsigned char v16u8 __attribute__((vector_size(16), aligned(16)));
17 typedef unsigned char v16u8_b __attribute__((vector_size(16), aligned(1)));
18 typedef short v8i16 __attribute__((vector_size(16), aligned(16)));
19 typedef short v8i16_h __attribute__((vector_size(16), aligned(2)));
20 typedef unsigned short v8u16 __attribute__((vector_size(16), aligned(16)));
21 typedef unsigned short v8u16_h __attribute__((vector_size(16), aligned(2)));
22 typedef int v4i32 __attribute__((vector_size(16), aligned(16)));
23 typedef int v4i32_w __attribute__((vector_size(16), aligned(
[all...]
/freebsd-11-stable/contrib/libstdc++/config/cpu/hppa/
H A Datomicity.h43 _Atomicity_lock<_Inst>::_S_atomicity_lock __attribute__ ((aligned (16))) = 1;
/freebsd-11-stable/contrib/gcc/config/
H A Dhost-darwin.c29 static char pch_address_space[1024*1024*1024] __attribute__((aligned (4096)));
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dcrtfastmath.c99 } __attribute__ ((aligned (16))) fxsave;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DEndian.h32 enum {aligned = 0, unaligned = 1}; enumerator in enum:llvm::support::__anon1540
286 detail::packed_endian_specific_integral<uint16_t, little, aligned>;
288 detail::packed_endian_specific_integral<uint32_t, little, aligned>;
290 detail::packed_endian_specific_integral<uint64_t, little, aligned>;
293 detail::packed_endian_specific_integral<int16_t, little, aligned>;
295 detail::packed_endian_specific_integral<int32_t, little, aligned>;
297 detail::packed_endian_specific_integral<int64_t, little, aligned>;
314 detail::packed_endian_specific_integral<uint16_t, big, aligned>;
316 detail::packed_endian_specific_integral<uint32_t, big, aligned>;
318 detail::packed_endian_specific_integral<uint64_t, big, aligned>;
[all...]
/freebsd-11-stable/sys/xen/interface/arch-x86/
H A Dxen-x86_32.h107 #define int64_aligned_t int64_t __attribute__((aligned(8)))
108 #define uint64_aligned_t uint64_t __attribute__((aligned(8)))
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Docteon-feature.c55 CVMX_SHARED uint8_t octeon_feature_map[FEATURE_MAP_SIZE] __attribute__((aligned(128)));
H A Dcvmx-utils.h103 #define CVMX_CACHE_LINE_ALIGNED __attribute__ ((aligned (CVMX_CACHE_LINE_SIZE)))
/freebsd-11-stable/lib/csu/arm/
H A Dcrt1.c84 " /* Ensure the stack is properly aligned before calling C code. */\n"
120 } archtag __attribute__ ((section (NOTE_SECTION), aligned(4))) __used = {
/freebsd-11-stable/sys/contrib/ck/include/gcc/
H A Dck_cc.h73 #define CK_CC_ALIGN(B) __attribute__((aligned(B)))
/freebsd-11-stable/lib/libc/mips/string/
H A Dbcmp.S92 lbu v0, 0(a0) # compare bytes until a1 word aligned
104 LWHI v0, 0(a0) # compare words a0 unaligned, a1 aligned
H A Dbzero.S60 beq a3, zero, 1f # skip if word aligned
/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A Deh_alloc.cc96 typedef char one_buffer[EMERGENCY_OBJ_SIZE] __attribute__((aligned));
H A Dguard.cc50 __attribute__ ((aligned(__alignof__(__gnu_cxx::__recursive_mutex))));
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_fb.c70 int aligned = width; local
87 aligned += pitch_mask;
88 aligned &= ~pitch_mask;
89 return aligned;
/freebsd-11-stable/sys/ofed/include/uapi/rdma/
H A Dib_user_mad.h170 * the same, we need the method_mask[] array to be aligned only to 4
174 typedef unsigned long __attribute__((aligned(4))) packed_ulong;

Completed in 191 milliseconds

12345