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

123

/freebsd-9.3-release/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-9.3-release/contrib/llvm/include/llvm/Support/
H A DEndian.h27 enum {aligned = 0, unaligned = 1}; enumerator in enum:llvm::support::__anon1997
110 <uint8_t, little, aligned> aligned_ulittle8_t;
112 <uint16_t, little, aligned> aligned_ulittle16_t;
114 <uint32_t, little, aligned> aligned_ulittle32_t;
116 <uint64_t, little, aligned> aligned_ulittle64_t;
119 <int8_t, little, aligned> aligned_little8_t;
121 <int16_t, little, aligned> aligned_little16_t;
123 <int32_t, little, aligned> aligned_little32_t;
125 <int64_t, little, aligned> aligned_little64_t;
146 <uint8_t, big, aligned> aligned_ubig8_
[all...]
H A DAlignOf.h61 /// \brief Helper for building an aligned character array type.
63 /// This template is used to explicitly build up a collection of aligned
80 /// \brief Create a type with an aligned char buffer.
87 __attribute__((aligned(x))) char buffer[Size]; \
107 /// \brief Create a type with an aligned char buffer.
122 char aligned;
130 short aligned;
138 int aligned;
146 double aligned;
189 /// \brief This union template exposes a suitably aligned an
[all...]
/freebsd-9.3-release/lib/csu/common/
H A Dcrtbrand.c63 } abitag __attribute__ ((section (ABI_SECTION), aligned(4))) __used = {
/freebsd-9.3-release/tools/regression/ia64/unaligned/
H A Dtest.c95 DATA_TYPE aligned; member in struct:__anon10633
100 DATA_TYPE *aligned = &data.aligned; variable
126 *aligned = *misaligned;
132 : "=m"(misaligned), "=m"(*aligned)
140 : "=m"(misaligned), "=m"(*aligned)
148 : "=m"(misaligned), "=m"(*aligned)
156 : "=m"(misaligned), "=m"(*aligned)
189 block_copy(aligned, data.misaligned, sizeof(DATA_TYPE));
192 if (*aligned !
[all...]
/freebsd-9.3-release/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 *))));
H A Dunwind-sjlj.c83 jmp_buf jbuf __attribute__((aligned));
/freebsd-9.3-release/contrib/ofed/libmthca/src/
H A Ddoorbell.h40 /* i386 stack is aligned to 8 bytes, so this should be OK: */
41 uint8_t xmmsave[8] __attribute__((aligned(8)));
55 /* i386 stack is aligned to 8 bytes, so this should be OK: */
56 uint8_t xmmsave[8] __attribute__((aligned(8)));
/freebsd-9.3-release/contrib/gcc/config/
H A Dhost-darwin.c29 static char pch_address_space[1024*1024*1024] __attribute__((aligned (4096)));
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dcrtfastmath.c99 } __attribute__ ((aligned (16))) fxsave;
/freebsd-9.3-release/contrib/libstdc++/config/cpu/hppa/
H A Datomicity.h43 _Atomicity_lock<_Inst>::_S_atomicity_lock __attribute__ ((aligned (16))) = 1;
/freebsd-9.3-release/sys/ofed/include/rdma/
H A Dib_user_mad.h161 * the same, we need the method_mask[] array to be aligned only to 4
165 typedef unsigned long __attribute__((aligned(4))) packed_ulong;
/freebsd-9.3-release/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-9.3-release/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-9.3-release/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-9.3-release/sys/mips/mips/
H A Dsupport.S712 beq v1, zero, aligned # addresses can be word aligned
728 LWHI v1, 0(a0) # copy words a0 unaligned, a1 aligned
737 aligned: label
785 beq t0, zero, 1f # skip if word aligned
833 beq a3, zero, 1f # skip if word aligned
898 lbu v0, 0(a0) # compare bytes until a1 word aligned
910 LWHI v0, 0(a0) # compare words a0 unaligned, a1 aligned
1046 srl a0, a0, 2 # round down address to be 32-bit aligned
1067 srl a0, a0, 2 # round down address to be 32-bit aligned
[all...]
/freebsd-9.3-release/libexec/rtld-elf/i386/
H A Drtld_start.S41 subl $4,%esp # Keep stack aligned
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-utils.h101 #define CVMX_CACHE_LINE_ALIGNED __attribute__ ((aligned (CVMX_CACHE_LINE_SIZE)))
/freebsd-9.3-release/sys/xen/interface/arch-x86/
H A Dxen-x86_32.h119 #define uint64_aligned_t uint64_t __attribute__((aligned(8)))
/freebsd-9.3-release/contrib/llvm/tools/lli/ChildTarget/Unix/
H A DChildTarget.inc107 // Return aligned address
/freebsd-9.3-release/contrib/openbsm/sys/bsm/
H A Daudit.h175 typedef u_int64_t au_asflgs_t __attribute__ ((aligned (8)));

Completed in 133 milliseconds

123