Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/utilities/unity/
Dunity.c283 static void UnityPrintNumberByStyle(const _U_SINT number, const UNITY_DISPLAY_STYLE_T style);
357 static void UnityPrintNumberByStyle(const _U_SINT number, const UNITY_DISPLAY_STYLE_T style) in UnityPrintNumberByStyle() function
673 UnityPrintNumberByStyle(expected, style); in UnityAssertEqualNumber()
675 UnityPrintNumberByStyle(actual, style); in UnityAssertEqualNumber()
742UnityPrintNumberByStyle((num_elements - elements - 1), UNITY_DISPLAY_STYLE_UINT); in UnityAssertEqualIntArray()
744 UnityPrintNumberByStyle(*ptr_exp, style); in UnityAssertEqualIntArray()
746 UnityPrintNumberByStyle(*ptr_act, style); in UnityAssertEqualIntArray()
763UnityPrintNumberByStyle((num_elements - elements - 1), UNITY_DISPLAY_STYLE_UINT); in UnityAssertEqualIntArray()
765 UnityPrintNumberByStyle(*(const _US16 *)ptr_exp, style); in UnityAssertEqualIntArray()
767 UnityPrintNumberByStyle(*(const _US16 *)ptr_act, style); in UnityAssertEqualIntArray()
[all …]
Dunity_internals.h410 #define UnityPrintNumberByStyle(a, b) \ macro