Searched refs:UnityAssertBits (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/ntp/sntp/unity/ |
| H A D | unity_internals.h | 449 void UnityAssertBits(const _U_SINT mask, 604 #define UNITY_TEST_ASSERT_BITS(mask, expected, actual, line, message) UnityAssertBits((_U_SINT)(mask), (_U_SINT)(expected), (_U_SINT)(actual), (message), (UNITY_LINE_TYPE)line)
|
| H A D | unity.c | 449 void UnityAssertBits(const _U_SINT mask, in UnityAssertBits() function
|