Home | History | Annotate | Download | only in jni

Lines Matching refs:CHECK_EQ

7 #define CHECK_EQ(EXPECTED_VALUE, ACTUAL_VALUE) \
20 CHECK_EQ(88, sizeof(struct _Unwind_Control_Block));
21 CHECK_EQ(0, offsetof(struct _Unwind_Control_Block, exception_class));
22 CHECK_EQ(8, offsetof(struct _Unwind_Control_Block, exception_cleanup));
24 CHECK_EQ(24, sizeof(struct _Unwind_Exception));
25 CHECK_EQ(0, offsetof(struct _Unwind_Exception, exception_class));
26 CHECK_EQ(8, offsetof(struct _Unwind_Exception, exception_cleanup));
27 CHECK_EQ(12, offsetof(struct _Unwind_Exception, private_1));
28 CHECK_EQ(16, offsetof(struct _Unwind_Exception, private_2));
30 CHECK_EQ(32, sizeof(struct _Unwind_Exception));
31 CHECK_EQ(0, offsetof(struct _Unwind_Exception, exception_class));
32 CHECK_EQ(8, offsetof(struct _Unwind_Exception, exception_cleanup));
33 CHECK_EQ(12, offsetof(struct _Unwind_Exception, private_1));
34 CHECK_EQ(16, offsetof(struct _Unwind_Exception, private_2));
36 CHECK_EQ(32, sizeof(struct _Unwind_Exception));
37 CHECK_EQ(0, offsetof(struct _Unwind_Exception, exception_class));
38 CHECK_EQ(8, offsetof(struct _Unwind_Exception, exception_cleanup));
39 CHECK_EQ(16, offsetof(struct _Unwind_Exception, private_1));
40 CHECK_EQ(24, offsetof(struct _Unwind_Exception, private_2));