Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/utilities/unity/
Dunity_internals.h123 typedef signed int _US32; typedef
130 typedef signed long _US32; typedef
143 typedef _US32 _U_SINT;
637 …UnityAssertEqualNumber((_U_SINT)(_US32)(expected), (_U_SINT)(_US32)(actual), (message), (UNITY_LIN…
649 …UnityAssertEqualNumber((_U_SINT)(_US32)(expected), (_U_SINT)(_US32)(actual), (message), (UNITY_LIN…
658 …UnityAssertEqualNumber((_U_SINT)(_US32)(expected), (_U_SINT)(_US32)(actual), (message), (UNITY_LIN…
Dunity.c464 _US32 i; in UnityPrintMask()
801 if (*(const _US32 *)ptr_exp != *(const _US32 *)ptr_act) in UnityAssertEqualIntArray()
807 UnityPrintNumberByStyle(*(const _US32 *)ptr_exp, style); in UnityAssertEqualIntArray()
809 UnityPrintNumberByStyle(*(const _US32 *)ptr_act, style); in UnityAssertEqualIntArray()