HomeSort by relevance Sort by last modified time
    Searched refs:aligned (Results 101 - 125 of 831) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/iptables/include/linux/netfilter/
xt_RATEEST.h 12 struct xt_rateest *est __attribute__((aligned(8)));
xt_connlimit.h 29 struct xt_connlimit_data *data __attribute__((aligned(8)));
xt_quota2.h 22 struct xt_quota_counter *master __attribute__((aligned(8)));
xt_rateest.h 33 struct xt_rateest *est1 __attribute__((aligned(8)));
34 struct xt_rateest *est2 __attribute__((aligned(8)));
  /external/kernel-headers/original/linux/netfilter/
xt_IDLETIMER.h 50 struct idletimer_tg *timer __attribute__((aligned(8)));
  /external/clang/test/CodeGen/
2008-01-25-ZeroSizedAggregate.c 7 __attribute__((aligned)) Tlong:0;
17 typedef unsigned long long int Tal2ullong __attribute__((aligned(2)));
2007-04-05-PadBeforeZeroLengthField.c 3 union A { struct c__ c; } __attribute__((aligned(8)));
2008-08-07-AlignPadding1.c 12 int dummy __attribute__((aligned(16)));
arm-vector-align.c 14 typedef float AlignedAddr __attribute__ ((aligned (16)));
  /external/clang/test/SemaCXX/
cxx11-attr-print.cpp 3 // CHECK: int x __attribute__((aligned(4)));
4 int x __attribute__((aligned(4)));
10 // CHECK: int z {{\[}}[gnu::aligned(4)]];
11 int z [[gnu::aligned(4)]];
58 // CHECK: int m __attribute__((aligned(4
63 __attribute__((aligned(4))) int m;
73 // CHECK: int m __attribute__((aligned(4
  /external/compiler-rt/lib/asan/lit_tests/TestCases/Darwin/
malloc_set_zone_name-mprotect.cc 4 // page-aligned address, so we can only test on a best-effort basis.
23 // Try to allocate a page-aligned malloc zone. Otherwise the mprotect() call
26 bool aligned = false; local
30 aligned = true;
34 if (!aligned) {
35 printf("Warning: couldn't allocate a page-aligned zone.");
  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/spulibs/
spu_common.h 71 } __attribute__((aligned(128)));
86 } __attribute__((aligned(128)));
104 } __attribute__((aligned(128)));
  /ndk/tests/device/test-stlport_shared-exception/jni/
eh-vararg-1.cpp 10 typedef int aligned __attribute__((aligned(ALIGNMENT))); typedef
34 aligned i;
eh-vararg-2.cpp 10 typedef int aligned __attribute__((aligned(ALIGNMENT))); typedef
33 aligned i;
  /ndk/tests/device/test-stlport_static-exception/jni/
eh-vararg-1.cpp 10 typedef int aligned __attribute__((aligned(ALIGNMENT))); typedef
34 aligned i;
eh-vararg-2.cpp 10 typedef int aligned __attribute__((aligned(ALIGNMENT))); typedef
33 aligned i;
  /external/clang/test/Sema/
struct-packed-align.c 51 struct __attribute__((aligned(8))) as1 {
60 struct __attribute__((aligned)) as1_2 {
68 int __attribute__((aligned(8))) a;
77 int __attribute__((aligned(8))) b;
95 // Aligned union
96 union au5 {__attribute__((aligned(4))) char c;};
101 struct as6 {char c; __attribute__((packed, aligned(2))) int x;};
105 union au6 {char c; __attribute__((packed, aligned(2))) int x;};
122 // Attribute aligned can round down typedefs. PR9253
123 typedef long long __attribute__((aligned(1))) nt
    [all...]
  /external/clang/test/SemaTemplate/
instantiate-attr.cpp 5 char a __attribute__((aligned(16)));
8 typedef T __attribute__((aligned(16))) i16;
  /external/llvm/include/llvm/Support/
Endian.h 27 enum {aligned = 0, unaligned = 1}; enumerator in enum:llvm::support::__anon23384
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_t
    [all...]
  /bionic/libc/bionic/
crtbrand.c 57 } abitag __attribute__ ((section (ABI_SECTION), aligned(4), used)) = {
  /bionic/libc/kernel/common/linux/netfilter/
xt_string.h 34 struct ts_config __attribute__((aligned(8))) *config;
  /development/ndk/platforms/android-3/include/linux/netfilter/
xt_string.h 26 struct ts_config __attribute__((aligned(8))) *config;
  /development/ndk/platforms/common/src/
crtbrand.c 64 } abitag __attribute__ ((section (ABI_SECTION), aligned(4), used)) = {
  /external/clang/test/CodeGenCXX/
alloca-align.cpp 6 int TheStores __attribute__((aligned(16)));
microsoft-abi-array-cookies.cpp 39 struct __attribute__((aligned(8))) ClassWithAlignment {
40 // FIXME: replace __attribute__((aligned(8))) with __declspec(align(8)) once

Completed in 5220 milliseconds

1 2 3 45 6 7 8 91011>>