Home
last modified time | relevance | path

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

/third_party/unity/test/tests/
H A Dtest_unity_integers.c554 TEST_ASSERT_BITS_LOW(0x000055FF, v0); in testEqualBits()
594 TEST_ASSERT_BITS_LOW(v0, v1); in testNotEqualBitsLow()
/third_party/cJSON/tests/unity/test/tests/
H A Dtestunity.c725 TEST_ASSERT_BITS_LOW(0x000055FF, v0); in testEqualBits()
765 TEST_ASSERT_BITS_LOW(v0, v1); in testNotEqualBitsLow()
/third_party/cJSON/tests/unity/src/
H A Dunity.h147 #define TEST_ASSERT_BITS_LOW(mask, actual) UNITY_TEST_ASSERT_BITS((mask), (UNITY_UINT32)(0), (actual), __LINE__, NULL) macro
/third_party/unity/src/
H A Dunity.h164 #define TEST_ASSERT_BITS_LOW(mask, actual) UNITY_TEST_ASSERT_BITS((mask), (UNITY_UINT)(0), (actual), __LINE__, NULL) macro

Completed in 14 milliseconds