Lines Matching refs:UnityPrintNumberByStyle

283 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()
785UnityPrintNumberByStyle((num_elements - elements - 1), UNITY_DISPLAY_STYLE_UINT); in UnityAssertEqualIntArray()
787 UnityPrintNumberByStyle(*(_US64 *)ptr_exp, style); in UnityAssertEqualIntArray()
789 UnityPrintNumberByStyle(*(_US64 *)ptr_act, style); in UnityAssertEqualIntArray()
805UnityPrintNumberByStyle((num_elements - elements - 1), UNITY_DISPLAY_STYLE_UINT); in UnityAssertEqualIntArray()
807 UnityPrintNumberByStyle(*(const _US32 *)ptr_exp, style); in UnityAssertEqualIntArray()
809 UnityPrintNumberByStyle(*(const _US32 *)ptr_act, style); in UnityAssertEqualIntArray()
889 UnityPrintNumberByStyle((num_elements - elements - 1), UNITY_DISPLAY_STYLE_UINT); in UnityAssertEqualFloatArray()
1080 UnityPrintNumberByStyle((num_elements - elements - 1), UNITY_DISPLAY_STYLE_UINT); in UnityAssertEqualDoubleArray()
1252 UnityPrintNumberByStyle(delta, style); in UnityAssertNumbersWithin()
1254 UnityPrintNumberByStyle(expected, style); in UnityAssertNumbersWithin()
1256 UnityPrintNumberByStyle(actual, style); in UnityAssertNumbersWithin()
1358 UnityPrintNumberByStyle((j), UNITY_DISPLAY_STYLE_UINT); in UnityAssertEqualStringArray()
1430UnityPrintNumberByStyle((num_elements - elements - 1), UNITY_DISPLAY_STYLE_UINT); in UnityAssertEqualMemory()
1433 UnityPrintNumberByStyle((length - bytes - 1), UNITY_DISPLAY_STYLE_UINT); in UnityAssertEqualMemory()
1435 UnityPrintNumberByStyle(*ptr_exp, UNITY_DISPLAY_STYLE_HEX8); in UnityAssertEqualMemory()
1437 UnityPrintNumberByStyle(*ptr_act, UNITY_DISPLAY_STYLE_HEX8); in UnityAssertEqualMemory()
1653 UnityPrintNumberByStyle(g_dumpResultArray[i], UNITY_DISPLAY_STYLE_HEX8);
1662 UnityPrintNumberByStyle(g_dumpResultArray[i].testResultData, UNITY_DISPLAY_STYLE_HEX32);
1676 UnityPrintNumberByStyle(g_dumpResultArray[i].testResultData, UNITY_DISPLAY_STYLE_HEX32);