HomeSort by: relevance | last modified time | path
    Searched refs:aligned (Results 1 - 25 of 471) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
drtstuff.c 31 __attribute__((used, section("minfo"), aligned(sizeof(void *)))) = { };
36 __attribute__((used, section("minfo"), aligned(sizeof(void *)))) = { };
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
memops-watchpoint.c 25 char s[40] __attribute__ ((aligned (4)))
27 char a[40] __attribute__ ((aligned (4)))
29 char b[40] __attribute__ ((aligned (4)))
31 char c[40] __attribute__ ((aligned (4)))
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
memops-watchpoint.c 25 char s[40] __attribute__ ((aligned (4)))
27 char a[40] __attribute__ ((aligned (4)))
29 char b[40] __attribute__ ((aligned (4)))
31 char c[40] __attribute__ ((aligned (4)))
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/scryptsalsa208sha256/
scrypt_platform.c 43 uint8_t *base, *aligned; local
50 aligned = base;
55 aligned = base;
57 base = aligned = NULL;
61 aligned = base + 63;
62 aligned -= (uintptr_t) aligned & 63;
66 region->aligned = aligned;
69 return aligned;
    [all...]
  /src/tests/usr.bin/xlint/lint1/
gcc_attribute_aligned.c 5 * Test size computations on aligned and packed structs.
23 } __attribute__((packed)) __attribute__((aligned(4)));
32 } __attribute__((packed)) __attribute__((aligned(2)));
35 * Due to the 'packed', the uint64_t does not need to be aligned on an 8-byte
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 { struct
73 typedef int ctassert[-(int)sizeof(struct aligned)];
  /src/external/gpl3/gcc/dist/gcc/config/pa/
pa32-netbsd.h 36 aligned(sizeof(func_ptr)))) \
  /src/external/gpl3/gcc/dist/libgcc/
vtv_start.c 32 section, ".vtable_map_vars", which is page-aligned at the start,
34 To make this section page aligned, we create a special symbol,
48 This has the desired effect of making our section page-aligned and
60 /* Page-aligned symbol to mark beginning of .vtable_map_vars section. */
62 __attribute__ ((__visibility__ ("protected"), used, aligned(VTV_PAGE_SIZE),
vtv_start_preinit.c 32 section, ".vtable_map_vars", which is page-aligned at the start,
34 To make this section page aligned, we create a special symbol,
48 This has the desired effect of making our section page-aligned and
60 /* Page-aligned symbol to mark beginning of .vtable_map_vars section. */
62 __attribute__ ((__visibility__ ("protected"), used, aligned(VTV_PAGE_SIZE),
crtstuff.c 238 __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))))
265 aligned(__alignof__ (void *))))
271 __attribute__((used, section(".tm_clone_table"), aligned(__alignof__(void*))))
449 __attribute__ ((__used__, section(".fini_array"), aligned(sizeof(void *))))
454 aligned(__alignof__(func_ptr)))) = { __do_global_dtors_aux };
502 __attribute__ ((__used__, section(".init_array"), aligned(sizeof(void *))))
507 aligned(__alignof__(func_ptr)))) = { frame_dummy }
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/pa/
pa32-netbsd.h 36 aligned(sizeof(func_ptr)))) \
  /src/external/gpl3/gcc.old/dist/libgcc/
vtv_start.c 32 section, ".vtable_map_vars", which is page-aligned at the start,
34 To make this section page aligned, we create a special symbol,
48 This has the desired effect of making our section page-aligned and
60 /* Page-aligned symbol to mark beginning of .vtable_map_vars section. */
62 __attribute__ ((__visibility__ ("protected"), used, aligned(VTV_PAGE_SIZE),
vtv_start_preinit.c 32 section, ".vtable_map_vars", which is page-aligned at the start,
34 To make this section page aligned, we create a special symbol,
48 This has the desired effect of making our section page-aligned and
60 /* Page-aligned symbol to mark beginning of .vtable_map_vars section. */
62 __attribute__ ((__visibility__ ("protected"), used, aligned(VTV_PAGE_SIZE),
crtstuff.c 238 __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...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
aarch64-mops-watchpoint.c 21 char source[40] __attribute__ ((aligned (8)))
23 char a[40] __attribute__ ((aligned (8)))
25 char b[40] __attribute__ ((aligned (8)))
27 char c[40] __attribute__ ((aligned (8)))
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
aarch64-mops-watchpoint.c 21 char source[40] __attribute__ ((aligned (8)))
23 char a[40] __attribute__ ((aligned (8)))
25 char b[40] __attribute__ ((aligned (8)))
27 char c[40] __attribute__ ((aligned (8)))
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
globals_io.cc 53 __attribute__ ((aligned(__alignof__(istream))));
55 __attribute__ ((aligned(__alignof__(ostream))));
63 __attribute__ ((aligned(__alignof__(wistream))));
65 __attribute__ ((aligned(__alignof__(wostream))));
85 __attribute__ ((aligned(__alignof__(stdio_sync_filebuf<char>))));
91 __attribute__ ((aligned(__alignof__(stdio_filebuf<char>))));
98 __attribute__ ((aligned(__alignof__(stdio_sync_filebuf<wchar_t>))));
104 __attribute__ ((aligned(__alignof__(stdio_filebuf<wchar_t>))));
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
globals_io.cc 53 __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>))));
locale_init.cc 86 __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...]
  /src/external/gpl3/gcc/dist/libgcc/config/pa/
pa64-hpux-lib.h 97 __attribute__ ((aligned(sizeof(func_ptr)))) \
103 __attribute__ ((section(".dtors"), aligned(sizeof(func_ptr)))) \
  /src/external/gpl3/gcc.old/dist/libgcc/config/pa/
pa64-hpux-lib.h 97 __attribute__ ((aligned(sizeof(func_ptr)))) \
103 __attribute__ ((section(".dtors"), aligned(sizeof(func_ptr)))) \
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
locale_init.cc 86 __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...]
cow-locale_init.cc 38 __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...]
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-core.h 252 ALIGNED assumes that the specified ADDRESS is correctly aligned
254 incorrectly aligned ADDRESS is erroneous.
275 DECLARE_SIM_CORE_WRITE_N(aligned,1,1)
276 DECLARE_SIM_CORE_WRITE_N(aligned,2,2)
277 DECLARE_SIM_CORE_WRITE_N(aligned,4,4)
278 DECLARE_SIM_CORE_WRITE_N(aligned,8,8)
279 DECLARE_SIM_CORE_WRITE_N(aligned,16,16)
313 DECLARE_SIM_CORE_READ_N(aligned,1,1)
314 DECLARE_SIM_CORE_READ_N(aligned,2,2
    [all...]
  /src/external/gpl3/gdb/dist/sim/common/
sim-core.h 252 ALIGNED assumes that the specified ADDRESS is correctly aligned
254 incorrectly aligned ADDRESS is erroneous.
275 DECLARE_SIM_CORE_WRITE_N(aligned,1,1)
276 DECLARE_SIM_CORE_WRITE_N(aligned,2,2)
277 DECLARE_SIM_CORE_WRITE_N(aligned,4,4)
278 DECLARE_SIM_CORE_WRITE_N(aligned,8,8)
279 DECLARE_SIM_CORE_WRITE_N(aligned,16,16)
313 DECLARE_SIM_CORE_READ_N(aligned,1,1)
314 DECLARE_SIM_CORE_READ_N(aligned,2,2
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
cow-locale_init.cc 38 __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...]

Completed in 20 milliseconds

1 2 3 4 5 6 7 8 91011>>