Home
last modified time | relevance | path

Searched refs:aligned (Results 1 – 25 of 1186) sorted by relevance

12345678910>>...48

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Dlocale_init.cc73 __attribute__ ((aligned(__alignof__(locale::_Impl))));
77 __attribute__ ((aligned(__alignof__(locale))));
81 __attribute__ ((aligned(__alignof__(char*))));
85 __attribute__ ((aligned(__alignof__(char[2]))));
89 __attribute__ ((aligned(__alignof__(locale::facet*))));
93 __attribute__ ((aligned(__alignof__(locale::facet*))));
97 __attribute__ ((aligned(__alignof__(std::ctype<char>))));
101 __attribute__ ((aligned(__alignof__(std::collate<char>))));
105 __attribute__ ((aligned(__alignof__(numpunct<char>))));
109 __attribute__ ((aligned(__alignof__(num_get<char>))));
[all …]
H A Dglobals_io.cc53 __attribute__ ((aligned(__alignof__(istream))));
55 __attribute__ ((aligned(__alignof__(ostream))));
63 __attribute__ ((aligned(__alignof__(wistream))));
65 __attribute__ ((aligned(__alignof__(wostream))));
83 __attribute__ ((aligned(__alignof__(stdio_sync_filebuf<char>))));
89 __attribute__ ((aligned(__alignof__(stdio_filebuf<char>))));
96 __attribute__ ((aligned(__alignof__(stdio_sync_filebuf<wchar_t>))));
102 __attribute__ ((aligned(__alignof__(stdio_filebuf<wchar_t>))));
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dlocale_init.cc86 __attribute__ ((aligned(__alignof__(locale::_Impl))));
90 __attribute__ ((aligned(__alignof__(locale))));
94 __attribute__ ((aligned(__alignof__(char*))));
98 __attribute__ ((aligned(__alignof__(char[2]))));
102 __attribute__ ((aligned(__alignof__(locale::facet*))));
106 __attribute__ ((aligned(__alignof__(locale::facet*))));
110 __attribute__ ((aligned(__alignof__(std::ctype<char>))));
114 __attribute__ ((aligned(__alignof__(std::collate<char>))));
118 __attribute__ ((aligned(__alignof__(numpunct<char>))));
122 __attribute__ ((aligned(__alignof__(num_get<char>))));
[all …]
H A Dglobals_io.cc53 __attribute__ ((aligned(__alignof__(istream))));
55 __attribute__ ((aligned(__alignof__(ostream))));
63 __attribute__ ((aligned(__alignof__(wistream))));
65 __attribute__ ((aligned(__alignof__(wostream))));
83 __attribute__ ((aligned(__alignof__(stdio_sync_filebuf<char>))));
89 __attribute__ ((aligned(__alignof__(stdio_filebuf<char>))));
96 __attribute__ ((aligned(__alignof__(stdio_sync_filebuf<wchar_t>))));
102 __attribute__ ((aligned(__alignof__(stdio_filebuf<wchar_t>))));
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/scryptsalsa208sha256/
H A Dscrypt_platform.c43 uint8_t *base, *aligned; in alloc_region() local
50 aligned = base; in alloc_region()
55 aligned = base; in alloc_region()
57 base = aligned = NULL; in alloc_region()
61 aligned = base + 63; in alloc_region()
62 aligned -= (uintptr_t) aligned & 63; in alloc_region()
66 region->aligned = aligned; in alloc_region()
69 return aligned; in alloc_region()
75 region->base = region->aligned = NULL; in init_region()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dcow-locale_init.cc38 __attribute__ ((aligned(__alignof__(std::collate<char>))));
42 __attribute__ ((aligned(__alignof__(numpunct<char>))));
46 __attribute__ ((aligned(__alignof__(moneypunct<char, true>))));
51 __attribute__ ((aligned(__alignof__(money_get<char>))));
55 __attribute__ ((aligned(__alignof__(money_put<char>))));
59 __attribute__ ((aligned(__alignof__(time_get<char>))));
63 __attribute__ ((aligned(__alignof__(messages<char>))));
68 __attribute__ ((aligned(__alignof__(std::collate<wchar_t>))));
72 __attribute__ ((aligned(__alignof__(numpunct<wchar_t>))));
76 __attribute__ ((aligned(__alignof__(moneypunct<wchar_t, true>))));
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dcow-locale_init.cc38 __attribute__ ((aligned(__alignof__(std::collate<char>))));
42 __attribute__ ((aligned(__alignof__(numpunct<char>))));
46 __attribute__ ((aligned(__alignof__(moneypunct<char, true>))));
51 __attribute__ ((aligned(__alignof__(money_get<char>))));
55 __attribute__ ((aligned(__alignof__(money_put<char>))));
59 __attribute__ ((aligned(__alignof__(time_get<char>))));
63 __attribute__ ((aligned(__alignof__(messages<char>))));
68 __attribute__ ((aligned(__alignof__(std::collate<wchar_t>))));
72 __attribute__ ((aligned(__alignof__(numpunct<wchar_t>))));
76 __attribute__ ((aligned(__alignof__(moneypunct<wchar_t, true>))));
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dcrtstuff.c238 __attribute__ ((__used__, aligned(__alignof__(func_ptr))))
242 __attribute__ ((__used__, section(".ctors"), aligned(__alignof__(func_ptr))))
251 __attribute__ ((aligned(__alignof__(func_ptr))))
255 __attribute__((section(".dtors"), aligned(__alignof__(func_ptr))))
264 __attribute__((section(__LIBGCC_EH_FRAME_SECTION_NAME__), aligned(4)))
270 __attribute__((used, section(".tm_clone_table"), aligned(__alignof__(void*))))
448 __attribute__ ((__used__, section(".fini_array"), aligned(sizeof(void *))))
453 aligned(__alignof__(func_ptr)))) = { __do_global_dtors_aux };
501 __attribute__ ((__used__, section(".init_array"), aligned(sizeof(void *))))
506 aligned(__alignof__(func_ptr)))) = { frame_dummy };
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dcrtstuff.c238 __attribute__ ((__used__, aligned(__alignof__(func_ptr))))
242 __attribute__ ((__used__, section(".ctors"), aligned(__alignof__(func_ptr))))
251 __attribute__ ((aligned(__alignof__(func_ptr))))
255 __attribute__((section(".dtors"), aligned(__alignof__(func_ptr))))
264 __attribute__((section(__LIBGCC_EH_FRAME_SECTION_NAME__), aligned(4)))
270 __attribute__((used, section(".tm_clone_table"), aligned(__alignof__(void*))))
448 __attribute__ ((__used__, section(".fini_array"), aligned(sizeof(void *))))
453 aligned(__alignof__(func_ptr)))) = { __do_global_dtors_aux };
501 __attribute__ ((__used__, section(".init_array"), aligned(sizeof(void *))))
506 aligned(__alignof__(func_ptr)))) = { frame_dummy };
[all …]
/netbsd-src/tests/usr.bin/xlint/lint1/
H A Dgcc_attribute_aligned.c23 } __attribute__((packed)) __attribute__((aligned(4)));
32 } __attribute__((packed)) __attribute__((aligned(2)));
42 uint16_t s87_cw __attribute__((aligned(4)));
43 uint16_t s87_sw __attribute__((aligned(4)));
44 uint16_t s87_tw __attribute__((aligned(4)));
58 struct aligned { in aligned_struct_member() struct
73 typedef int ctassert[-(int)sizeof(struct aligned)]; in aligned_struct_member()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmsa.h31 typedef signed char v16i8 __attribute__ ((vector_size(16), aligned(16)));
32 typedef signed char v16i8_b __attribute__ ((vector_size(16), aligned(1)));
33 typedef unsigned char v16u8 __attribute__ ((vector_size(16), aligned(16)));
34 typedef unsigned char v16u8_b __attribute__ ((vector_size(16), aligned(1)));
35 typedef short v8i16 __attribute__ ((vector_size(16), aligned(16)));
36 typedef short v8i16_h __attribute__ ((vector_size(16), aligned(2)));
37 typedef unsigned short v8u16 __attribute__ ((vector_size(16), aligned(16)));
38 typedef unsigned short v8u16_h __attribute__ ((vector_size(16), aligned(2)));
39 typedef int v4i32 __attribute__ ((vector_size(16), aligned(16)));
40 typedef int v4i32_w __attribute__ ((vector_size(16), aligned(4)));
[all …]
/netbsd-src/external/apache2/llvm/dist/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(4)));
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmsa.h31 typedef signed char v16i8 __attribute__ ((vector_size(16), aligned(16)));
32 typedef signed char v16i8_b __attribute__ ((vector_size(16), aligned(1)));
33 typedef unsigned char v16u8 __attribute__ ((vector_size(16), aligned(16)));
34 typedef unsigned char v16u8_b __attribute__ ((vector_size(16), aligned(1)));
35 typedef short v8i16 __attribute__ ((vector_size(16), aligned(16)));
36 typedef short v8i16_h __attribute__ ((vector_size(16), aligned(2)));
37 typedef unsigned short v8u16 __attribute__ ((vector_size(16), aligned(16)));
38 typedef unsigned short v8u16_h __attribute__ ((vector_size(16), aligned(2)));
39 typedef int v4i32 __attribute__ ((vector_size(16), aligned(16)));
40 typedef int v4i32_w __attribute__ ((vector_size(16), aligned(4)));
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DEndian.h30 enum {aligned = 0, unaligned = 1}; enumerator
284 detail::packed_endian_specific_integral<uint16_t, little, aligned>;
286 detail::packed_endian_specific_integral<uint32_t, little, aligned>;
288 detail::packed_endian_specific_integral<uint64_t, little, aligned>;
291 detail::packed_endian_specific_integral<int16_t, little, aligned>;
293 detail::packed_endian_specific_integral<int32_t, little, aligned>;
295 detail::packed_endian_specific_integral<int64_t, little, aligned>;
312 detail::packed_endian_specific_integral<uint16_t, big, aligned>;
314 detail::packed_endian_specific_integral<uint32_t, big, aligned>;
316 detail::packed_endian_specific_integral<uint64_t, big, aligned>;
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/frv/interrupts/
H A Dmp_exception.cgs22 mcmpsh fr10,fr11,fcc1 ; mp_exception: cr-not-aligned
41 mmulhs fr10,fr11,acc1 ; mp_exception: acc-not-aligned
61 mmulxhs fr10,fr11,acc1 ; mp_exception: acc-not-aligned
81 mmachs fr10,fr11,acc1 ; mp_exception: acc-not-aligned
100 mqaddhss.p fr10,fr12,fr17 ; mp_exception: register-not-aligned
111 mqaddhss fr10,fr13,fr16 ; mp_exception: register-not-aligned
120 mqaddhss.p fr19,fr12,fr14 ; mp_exception: register-not-aligned
121 mqaddhss fr10,fr13,fr16 ; mp_exception: register-not-aligned
141 mqmulhs fr10,fr11,acc2 ; mp_exception: acc-not-aligned
169 mqmulxhs fr10,fr11,acc2 ; mp_exception: acc-not-aligned
[all …]
/netbsd-src/external/gpl2/lvm2/dist/lib/format1/
H A Ddisk-rep.h153 char uuid[NAME_LEN] __attribute((aligned(8)));
166 struct pv_disk pvd __attribute((aligned(8)));
167 struct vg_disk vgd __attribute((aligned(8)));
168 struct dm_list uuids __attribute((aligned(8)));
169 struct dm_list lvds __attribute((aligned(8)));
170 struct pe_disk *extents __attribute((aligned(8)));
/netbsd-src/sys/dev/marvell/
H A Dmvxpsecvar.h121 } __attribute__((aligned(4)));
125 } __attribute__((aligned(4)));
129 } __attribute__((aligned(4)));
134 } __attribute__((aligned(8)));
141 } __attribute__((aligned(4))); /* 64 oct. */
149 } __attribute__((aligned(4))); /* 128 oct. */
187 } __attribute__((aligned(8))); /* Max. 2048 oct. */
/netbsd-src/external/gpl2/lvm2/dist/lib/label/
H A Dlabel.c119 char readbuf[LABEL_SCAN_SIZE] __attribute((aligned(8))); in _find_labeller()
195 char buf[LABEL_SIZE] __attribute((aligned(8))); in label_remove()
196 char readbuf[LABEL_SCAN_SIZE] __attribute((aligned(8))); in label_remove()
265 char buf[LABEL_SIZE] __attribute((aligned(8))); in label_read()
304 char buf[LABEL_SIZE] __attribute((aligned(8))); in label_write()
352 char buf[LABEL_SIZE] __attribute((aligned(8))); in label_verify()
/netbsd-src/sys/crypto/sodium/
H A Dexport.h46 # define CRYPTO_ALIGN(x) __attribute__ ((aligned(x)))
99 # define CRYPTO_ALIGN(x) __attribute__ ((aligned(x)))
152 # define CRYPTO_ALIGN(x) __attribute__ ((aligned(x)))
205 # define CRYPTO_ALIGN(x) __attribute__ ((aligned(x)))
/netbsd-src/common/lib/libc/arch/sparc64/string/
H A Dmemset.S63 btst 7, %o0 ! Word aligned?
87 !! Now we are 64-bit aligned
145 * Next, allocate an aligned fpstate on the stack. We will properly
166 !! We are now 8-byte aligned. We need to become 64-byte aligned.
/netbsd-src/external/gpl2/lvm2/dist/tools/
H A Dreporter.c224 int aligned, buffered, headings, field_prefixes, quoted; in _report() local
228 aligned = find_config_tree_int(cmd, "report/aligned", in _report()
337 aligned = 0; in _report()
339 aligned = 1; in _report()
345 aligned = 0; in _report()
354 separator, aligned, buffered, in _report()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/
H A Ddrtstuff.c31 __attribute__((used, section("minfo"), aligned(sizeof(void *)))) = { };
36 __attribute__((used, section("minfo"), aligned(sizeof(void *)))) = { };
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
H A Ddrtstuff.c31 __attribute__((used, section("minfo"), aligned(sizeof(void *)))) = { };
36 __attribute__((used, section("minfo"), aligned(sizeof(void *)))) = { };
/netbsd-src/external/gpl3/gcc.old/dist/libbacktrace/
H A Dmmap.c312 size_t aligned; in backtrace_vector_release() local
318 aligned = (size + 7) & ~ (size_t) 7; in backtrace_vector_release()
319 alc -= aligned - size; in backtrace_vector_release()
321 backtrace_free (state, (char *) vec->base + aligned, alc, in backtrace_vector_release()
/netbsd-src/external/gpl3/gcc/dist/libbacktrace/
H A Dmmap.c316 size_t aligned; in backtrace_vector_release() local
322 aligned = (size + 7) & ~ (size_t) 7; in backtrace_vector_release()
323 alc -= aligned - size; in backtrace_vector_release()
325 backtrace_free (state, (char *) vec->base + aligned, alc, in backtrace_vector_release()

12345678910>>...48