HomeSort by relevance Sort by last modified time
    Searched refs:ALIGNMENT (Results 1 - 25 of 65) sorted by null

1 2 3

  /ndk/tests/device/test-stlport_shared-exception/jni/
eh-global-1.cpp 5 #ifndef ALIGNMENT
6 #define ALIGNMENT 64
9 typedef int aligned __attribute__((aligned(ALIGNMENT)));
eh-inline-1.cpp 5 #ifndef ALIGNMENT
6 #define ALIGNMENT 64
9 typedef int aligned __attribute__((aligned(ALIGNMENT)));
eh-alloca-1.cpp 5 #ifndef ALIGNMENT
6 #define ALIGNMENT 64
9 typedef int aligned __attribute__((aligned(ALIGNMENT)));
eh-inline-2.cpp 5 #ifndef ALIGNMENT
6 #define ALIGNMENT 64
9 typedef int aligned __attribute__((aligned(ALIGNMENT)));
eh-vararg-1.cpp 6 #ifndef ALIGNMENT
7 #define ALIGNMENT 64
10 typedef int aligned __attribute__((aligned(ALIGNMENT)));
eh-vararg-2.cpp 6 #ifndef ALIGNMENT
7 #define ALIGNMENT 64
10 typedef int aligned __attribute__((aligned(ALIGNMENT)));
throw-2.cpp 5 #ifndef ALIGNMENT
6 #define ALIGNMENT 64
9 typedef int t_align __attribute__((aligned(ALIGNMENT)));
throw-3.cpp 5 #ifndef ALIGNMENT
6 #define ALIGNMENT 64
9 typedef int t_align __attribute__((aligned(ALIGNMENT)));
throw-4.cpp 5 #ifndef ALIGNMENT
6 #define ALIGNMENT 64
9 typedef int t_align __attribute__((aligned(ALIGNMENT)));
throw-1.cpp 5 #ifndef ALIGNMENT
6 #define ALIGNMENT 64
9 typedef int t_align __attribute__((aligned(ALIGNMENT)));
  /ndk/tests/device/test-stlport_static-exception/jni/
eh-global-1.cpp 5 #ifndef ALIGNMENT
6 #define ALIGNMENT 64
9 typedef int aligned __attribute__((aligned(ALIGNMENT)));
eh-inline-1.cpp 5 #ifndef ALIGNMENT
6 #define ALIGNMENT 64
9 typedef int aligned __attribute__((aligned(ALIGNMENT)));
eh-alloca-1.cpp 5 #ifndef ALIGNMENT
6 #define ALIGNMENT 64
9 typedef int aligned __attribute__((aligned(ALIGNMENT)));
eh-inline-2.cpp 5 #ifndef ALIGNMENT
6 #define ALIGNMENT 64
9 typedef int aligned __attribute__((aligned(ALIGNMENT)));
eh-vararg-1.cpp 6 #ifndef ALIGNMENT
7 #define ALIGNMENT 64
10 typedef int aligned __attribute__((aligned(ALIGNMENT)));
eh-vararg-2.cpp 6 #ifndef ALIGNMENT
7 #define ALIGNMENT 64
10 typedef int aligned __attribute__((aligned(ALIGNMENT)));
throw-2.cpp 5 #ifndef ALIGNMENT
6 #define ALIGNMENT 64
9 typedef int t_align __attribute__((aligned(ALIGNMENT)));
throw-3.cpp 5 #ifndef ALIGNMENT
6 #define ALIGNMENT 64
9 typedef int t_align __attribute__((aligned(ALIGNMENT)));
throw-4.cpp 5 #ifndef ALIGNMENT
6 #define ALIGNMENT 64
9 typedef int t_align __attribute__((aligned(ALIGNMENT)));
throw-1.cpp 5 #ifndef ALIGNMENT
6 #define ALIGNMENT 64
9 typedef int t_align __attribute__((aligned(ALIGNMENT)));
  /external/eigen/test/
dynalloc.cpp 13 #define ALIGNMENT 16
15 #define ALIGNMENT 1
23 VERIFY(size_t(p)%ALIGNMENT==0);
35 VERIFY(size_t(p)%ALIGNMENT==0);
47 VERIFY(size_t(p)%ALIGNMENT==0);
59 VERIFY(size_t(p)%ALIGNMENT==0);
85 VERIFY(size_t(obj)%ALIGNMENT==0);
109 MyStruct foo0; VERIFY(size_t(foo0.avec.data())%ALIGNMENT==0);
110 MyClassA fooA; VERIFY(size_t(fooA.avec.data())%ALIGNMENT==0);
116 MyStruct *foo0 = new MyStruct(); VERIFY(size_t(foo0->avec.data())%ALIGNMENT==0)
    [all...]
  /external/eigen/test/eigen2/
eigen2_dynalloc.cpp 13 #define ALIGNMENT 16
15 #define ALIGNMENT 1
23 VERIFY(std::size_t(p)%ALIGNMENT==0);
35 VERIFY(std::size_t(p)%ALIGNMENT==0);
47 VERIFY(std::size_t(p)%ALIGNMENT==0);
59 VERIFY(std::size_t(p)%ALIGNMENT==0);
85 VERIFY(std::size_t(obj)%ALIGNMENT==0);
108 MyStruct foo0; VERIFY(std::size_t(foo0.avec.data())%ALIGNMENT==0);
109 MyClassA fooA; VERIFY(std::size_t(fooA.avec.data())%ALIGNMENT==0);
115 MyStruct *foo0 = new MyStruct(); VERIFY(std::size_t(foo0->avec.data())%ALIGNMENT==0)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationSetRefItem.java 26 /** the required alignment for instances of this class */
27 private static final int ALIGNMENT = 4;
41 super(ALIGNMENT, WRITE_SIZE);
  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationSetRefItem.java 26 /** the required alignment for instances of this class */
27 private static final int ALIGNMENT = 4;
41 super(ALIGNMENT, WRITE_SIZE);
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
AnnotationSetRefItem.java 26 /** the required alignment for instances of this class */
27 private static final int ALIGNMENT = 4;
41 super(ALIGNMENT, WRITE_SIZE);

Completed in 786 milliseconds

1 2 3