Home
last modified time | relevance | path

Searched refs:UNITY_DISPLAY_STYLE_HEX16 (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/ntp/sntp/unity/
Dunity_internals.h181 #define UNITY_DISPLAY_STYLE_POINTER UNITY_DISPLAY_STYLE_HEX16
362 UNITY_DISPLAY_STYLE_HEX16 = 2 + UNITY_DISPLAY_RANGE_HEX, enumerator
599 …)(expected), (_U_SINT)(_US16)(actual), (message), (UNITY_LINE_TYPE)line, UNITY_DISPLAY_STYLE_HEX16)
612 …d), (_U_SINT)(_U_UINT)(_UU16)(actual), (message), (UNITY_LINE_TYPE)line, UNITY_DISPLAY_STYLE_HEX16)
628 …void*)(actual), (_UU32)(num_elements), (message), (UNITY_LINE_TYPE)line, UNITY_DISPLAY_STYLE_HEX16)
Dunity.c541 case UNITY_DISPLAY_STYLE_HEX16: in UnityAssertEqualIntArray()