Home
last modified time | relevance | path

Searched refs:TEST_ASSERT_BITS_HIGH (Results 1 - 4 of 4) sorted by relevance

/third_party/unity/test/tests/
H A Dtest_unity_integers.c553 TEST_ASSERT_BITS_HIGH(v1, v0); in testEqualBits()
583 TEST_ASSERT_BITS_HIGH(v0, v1); in testNotEqualBitsHigh()
/third_party/cJSON/tests/unity/test/tests/
H A Dtestunity.c724 TEST_ASSERT_BITS_HIGH(v1, v0); in testEqualBits()
754 TEST_ASSERT_BITS_HIGH(v0, v1); in testNotEqualBitsHigh()
/third_party/cJSON/tests/unity/src/
H A Dunity.h146 #define TEST_ASSERT_BITS_HIGH(mask, actual) UNITY_TEST_ASSERT_BITS((mask), (UNITY_UINT32)(-1), (actual), __LINE__, NULL) macro
/third_party/unity/src/
H A Dunity.h163 #define TEST_ASSERT_BITS_HIGH(mask, actual) UNITY_TEST_ASSERT_BITS((mask), (UNITY_UINT)(-1), (actual), __LINE__, NULL) macro

Completed in 16 milliseconds