Home
last modified time | relevance | path

Searched refs:TEST_ASSERT_BITS (Results 1 - 6 of 6) sorted by relevance

/third_party/cJSON/tests/
H A Dparse_array.c138 TEST_ASSERT_BITS(0xFF, expected_types[i], node->type); in parse_array_should_parse_arrays_with_multiple_elements()
H A Dparse_object.c50 TEST_ASSERT_BITS(0xFF, type, child_item->type); in assert_is_child()
/third_party/unity/test/tests/
H A Dtest_unity_integers.c76 TEST_ASSERT_BITS(0xFF00, 0x5555, 0x5A55); in testNotEqualBits()
548 TEST_ASSERT_BITS(v1, v0, 0x55550000); in testEqualBits()
549 TEST_ASSERT_BITS(v1, v0, 0xFF55CC00); in testEqualBits()
550 TEST_ASSERT_BITS(0xFFFFFFFF, v0, 0xFF55AA00); in testEqualBits()
551 TEST_ASSERT_BITS(0xFFFFFFFF, v0, v0); in testEqualBits()
552 TEST_ASSERT_BITS(0xF0F0F0F0, v0, 0xFC5DAE0F); in testEqualBits()
/third_party/cJSON/tests/unity/test/tests/
H A Dtestunity.c273 TEST_ASSERT_BITS(0xFF00, 0x5555, 0x5A55); in testNotEqualBits()
719 TEST_ASSERT_BITS(v1, v0, 0x55550000); in testEqualBits()
720 TEST_ASSERT_BITS(v1, v0, 0xFF55CC00); in testEqualBits()
721 TEST_ASSERT_BITS(0xFFFFFFFF, v0, 0xFF55AA00); in testEqualBits()
722 TEST_ASSERT_BITS(0xFFFFFFFF, v0, v0); in testEqualBits()
723 TEST_ASSERT_BITS(0xF0F0F0F0, v0, 0xFC5DAE0F); in testEqualBits()
/third_party/cJSON/tests/unity/src/
H A Dunity.h145 #define TEST_ASSERT_BITS(mask, expected, actual) UNITY_TEST_ASSERT_BITS((mask), (expected), (actual), __LINE__, NULL) macro
/third_party/unity/src/
H A Dunity.h162 #define TEST_ASSERT_BITS(mask, expected, actual) UNITY_TEST_ASSERT_BITS((mask), (expected), (actual), __LINE__, NULL) macro

Completed in 16 milliseconds