Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/utilities/unity/
Dunity_internals.h122 typedef signed short _US16; typedef
129 typedef signed int _US16; typedef
634 …UnityAssertEqualNumber((_U_SINT)(_US16)(expected), (_U_SINT)(_US16)(actual), (message), (UNITY_LIN…
646 …UnityAssertEqualNumber((_U_SINT)(_US16)(expected), (_U_SINT)(_US16)(actual), (message), (UNITY_LIN…
655 …UnityAssertEqualNumber((_U_SINT)(_US16)(expected), (_U_SINT)(_US16)(actual), (message), (UNITY_LIN…
Dunity.c759 if (*(const _US16 *)ptr_exp != *(const _US16 *)ptr_act) in UnityAssertEqualIntArray()
765 UnityPrintNumberByStyle(*(const _US16 *)ptr_exp, style); in UnityAssertEqualIntArray()
767 UnityPrintNumberByStyle(*(const _US16 *)ptr_act, style); in UnityAssertEqualIntArray()