Searched refs:CHECK_EQ (Results 1 – 1 of 1) sorted by relevance
/ndk/tests/device/test-unwind-struct/jni/ |
D | main.c | 7 #define CHECK_EQ(EXPECTED_VALUE, ACTUAL_VALUE) \ in main() macro 20 CHECK_EQ(88, sizeof(struct _Unwind_Control_Block)); in main() 21 CHECK_EQ(0, offsetof(struct _Unwind_Control_Block, exception_class)); in main() 22 CHECK_EQ(8, offsetof(struct _Unwind_Control_Block, exception_cleanup)); in main() 24 CHECK_EQ(24, sizeof(struct _Unwind_Exception)); in main() 25 CHECK_EQ(0, offsetof(struct _Unwind_Exception, exception_class)); in main() 26 CHECK_EQ(8, offsetof(struct _Unwind_Exception, exception_cleanup)); in main() 27 CHECK_EQ(12, offsetof(struct _Unwind_Exception, private_1)); in main() 28 CHECK_EQ(16, offsetof(struct _Unwind_Exception, private_2)); in main() 30 CHECK_EQ(32, sizeof(struct _Unwind_Exception)); in main() [all …]
|