Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/utilities/unity/
Dunity_internals.h143 typedef _US32 _U_SINT; typedef
158 typedef _US64 _U_SINT; typedef
419 void UnityPrintNumber(const _U_SINT number_to_print);
435 void UnityAssertEqualNumber(const _U_SINT expected,
436 const _U_SINT actual,
441 void UnityAssertEqualIntArray(const _U_SINT *expected,
442 const _U_SINT *actual,
472 void UnityAssertNumbersWithin(const _U_SINT delta,
473 const _U_SINT expected,
474 const _U_SINT actual,
[all …]
Dunity.c283 static void UnityPrintNumberByStyle(const _U_SINT number, const UNITY_DISPLAY_STYLE_T style);
349 UnityPrintNumberHex((_U_SINT)*pch, 2); in UnityPrint()
357 static void UnityPrintNumberByStyle(const _U_SINT number, const UNITY_DISPLAY_STYLE_T style) in UnityPrintNumberByStyle()
375 void UnityPrintNumber(const _U_SINT number_to_print) in UnityPrintNumber()
377 _U_SINT divisor = 1; in UnityPrintNumber()
378 _U_SINT next_divisor; in UnityPrintNumber()
379 _U_SINT number = number_to_print; in UnityPrintNumber()
661 void UnityAssertEqualNumber(const _U_SINT expected, in UnityAssertEqualNumber()
662 const _U_SINT actual, in UnityAssertEqualNumber()
686 void UnityAssertEqualIntArray(const _U_SINT *expected, in UnityAssertEqualIntArray()
[all …]