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

1234567891011

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
H A Dstatfs.h9 #define ARCH_PACK_COMPAT_STATFS64 __attribute__((packed,aligned(4)))
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
H A Dxt_TEE.h9 struct xt_tee_priv *priv __attribute__((aligned(8)));
H A Dxt_LED.h12 void *internal_data __attribute__((aligned(8)));
H A Dxt_IDLETIMER.h42 struct idletimer_tg *timer __attribute__((aligned(8)));
H A Dxt_RATEEST.h12 struct xt_rateest *est __attribute__((aligned(8)));
H A Dxt_rateest.h33 struct xt_rateest *est1 __attribute__((aligned(8)));
34 struct xt_rateest *est2 __attribute__((aligned(8)));
H A Dxt_CT.h16 struct nf_conn *ct __attribute__((aligned(8)));
H A Dxt_connlimit.h32 struct xt_connlimit_data *data __attribute__((aligned(8)));
H A Dxt_statistic.h33 struct xt_statistic_priv *master __attribute__((aligned(8)));
H A Dxt_string.h31 struct ts_config __attribute__((aligned(8))) *config;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
H A Dstatfs.h9 #define ARCH_PACK_COMPAT_STATFS64 __attribute__((packed,aligned(4)))
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
H A Datmapi.h12 #define __ATM_API_ALIGN __attribute__((aligned(8)))
H A Dtypes.h46 #define __aligned_u64 __u64 __attribute__((aligned(8)))
47 #define __aligned_be64 __be64 __attribute__((aligned(8)))
48 #define __aligned_le64 __le64 __attribute__((aligned(8)))
H A Dsocket.h19 } __attribute__ ((aligned(_K_SS_ALIGNSIZE))); /* force desired alignment */
H A Dtaskstats.h71 __u64 cpu_count __attribute__((aligned(8)));
106 __u8 ac_sched __attribute__((aligned(8)));
109 __u32 ac_uid __attribute__((aligned(8)));
115 __u64 ac_etime __attribute__((aligned(8)));
/prebuilts/go/darwin-x86/src/hash/crc32/
H A Dcrc32_amd64p32.s19 /* Process individual bytes until the input is 8-byte aligned. */
23 JZ aligned
30 aligned: label
31 /* The input is now 8-byte aligned and we can process 8-byte chunks. */
38 JMP aligned
/prebuilts/go/linux-x86/src/hash/crc32/
H A Dcrc32_amd64p32.s19 /* Process individual bytes until the input is 8-byte aligned. */
23 JZ aligned
30 aligned: label
31 /* The input is now 8-byte aligned and we can process 8-byte chunks. */
38 JMP aligned
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++abi/test/
H A Dexception_object_alignment.pass.cpp12 // Check that the pointer __cxa_allocate_exception returns is aligned to the
23 } __attribute__((aligned));
H A Dtest_exception_address_alignment.pass.cpp13 // The system unwind.h on OS X provides an incorrectly aligned _Unwind_Exception
18 // Test that the address of the exception object is properly aligned as required
26 struct __attribute__((aligned)) AlignedType {};
28 // EHABI : 8-byte aligned
37 "_Unwind_Exception is incorrectly aligned. This test is expected to fail");
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/test/
H A Dexception_object_alignment.pass.cpp12 // Check that the pointer __cxa_allocate_exception returns is aligned to the
23 } __attribute__((aligned));
H A Dtest_exception_address_alignment.pass.cpp13 // The system unwind.h on OS X provides an incorrectly aligned _Unwind_Exception
18 // Test that the address of the exception object is properly aligned as required
26 struct __attribute__((aligned)) AlignedType {};
28 // EHABI : 8-byte aligned
37 "_Unwind_Exception is incorrectly aligned. This test is expected to fail");
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
H A DAlignOf.h23 /// \brief Helper for building an aligned character array type.
25 /// This template is used to explicitly build up a collection of aligned
42 /// \brief Create a type with an aligned char buffer.
57 char aligned;
65 short aligned;
73 int aligned;
81 double aligned;
127 /// \brief This union template exposes a suitably aligned and sized character
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
H A DAlignOf.h23 /// \brief Helper for building an aligned character array type.
25 /// This template is used to explicitly build up a collection of aligned
42 /// \brief Create a type with an aligned char buffer.
57 char aligned;
65 short aligned;
73 int aligned;
81 double aligned;
127 /// \brief This union template exposes a suitably aligned and sized character
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
H A DAlignOf.h23 /// \brief Helper for building an aligned character array type.
25 /// This template is used to explicitly build up a collection of aligned
42 /// \brief Create a type with an aligned char buffer.
57 char aligned;
65 short aligned;
73 int aligned;
81 double aligned;
127 /// \brief This union template exposes a suitably aligned and sized character
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
H A DAlignOf.h23 /// \brief Helper for building an aligned character array type.
25 /// This template is used to explicitly build up a collection of aligned
42 /// \brief Create a type with an aligned char buffer.
57 char aligned;
65 short aligned;
73 int aligned;
81 double aligned;
127 /// \brief This union template exposes a suitably aligned and sized character

Completed in 1800 milliseconds

1234567891011