Home
last modified time | relevance | path

Searched refs:TEST_ASSERT_BITS (Results 1 – 18 of 18) sorted by relevance

/dports/devel/libcjson/cJSON-1.7.15/tests/
H A Dparse_object.c50 TEST_ASSERT_BITS(0xFF, type, child_item->type); in assert_is_child()
H A Dparse_array.c138 TEST_ASSERT_BITS(0xFF, expected_types[i], node->type); in parse_array_should_parse_arrays_with_multiple_elements()
/dports/devel/libcjson/cJSON-1.7.15/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()
/dports/devel/z88dk/z88dk/ext/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()
/dports/devel/libcjson/cJSON-1.7.15/tests/unity/
H A DREADME.md153 TEST_ASSERT_BITS(mask, expected, actual)
/dports/devel/z88dk/z88dk/ext/Unity/
H A DREADME.md153 TEST_ASSERT_BITS(mask, expected, actual)
/dports/devel/libsml/libsml-2a8445b/test/unity/
H A Dunity.h104 #define TEST_ASSERT_BITS(mask, expected, actual) … macro
/dports/net/ntp/ntp-4.2.8p15/sntp/unity/
H A Dunity.h93 #define TEST_ASSERT_BITS(mask, expected, actual) … macro
/dports/math/stanmath/math-4.2.0/lib/opencl_2.0.15/tests/
H A Dtest_openclhpp.cpp1078 TEST_ASSERT_BITS(CL_MEM_COPY_HOST_PTR, flags, !CL_MEM_COPY_HOST_PTR); in clCreateBuffer_testBufferConstructorContextIterator()
1079 TEST_ASSERT_BITS(CL_MEM_READ_ONLY, flags, CL_MEM_READ_ONLY); in clCreateBuffer_testBufferConstructorContextIterator()
/dports/devel/opencl/OpenCL-CLHPP-2.0.15/tests/
H A Dtest_openclhpp.cpp1078 TEST_ASSERT_BITS(CL_MEM_COPY_HOST_PTR, flags, !CL_MEM_COPY_HOST_PTR); in clCreateBuffer_testBufferConstructorContextIterator()
1079 TEST_ASSERT_BITS(CL_MEM_READ_ONLY, flags, CL_MEM_READ_ONLY); in clCreateBuffer_testBufferConstructorContextIterator()
/dports/net/libzmq4/zeromq-4.3.4/external/unity/
H A Dunity.h145 #define TEST_ASSERT_BITS(mask, expected, actual) … macro
/dports/security/duo/duo_unix-1.11.4/tests/unity_tests/Unity-2.4.3/src/
H A Dunity.h145 #define TEST_ASSERT_BITS(mask, expected, actual) … macro
/dports/sysutils/hstr/hstr-2.3/test/unity/src/c/
H A Dunity.h145 #define TEST_ASSERT_BITS(mask, expected, actual) … macro
/dports/devel/libcjson/cJSON-1.7.15/tests/unity/src/
H A Dunity.h145 #define TEST_ASSERT_BITS(mask, expected, actual) … macro
/dports/devel/z88dk/z88dk/ext/Unity/src/
H A Dunity.h145 #define TEST_ASSERT_BITS(mask, expected, actual) … macro
/dports/devel/libcjson/cJSON-1.7.15/tests/unity/docs/
H A DUnityAssertionsReference.md269 ##### `TEST_ASSERT_BITS (mask, expected, actual)`
/dports/devel/z88dk/z88dk/ext/Unity/docs/
H A DUnityAssertionsReference.md269 ##### `TEST_ASSERT_BITS (mask, expected, actual)`
/dports/net/ntpsec/ntpsec-NTPsec_1_2_1/tests/unity/
H A Dunity.h152 #define TEST_ASSERT_BITS(mask, expected, actual) … macro