Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/utilities/unity/
Dunity_internals.h121 typedef signed char _US8; typedef
128 typedef signed char _US8; typedef
631 …UnityAssertEqualNumber((_U_SINT)(_US8)(expected), (_U_SINT)(_US8)(actual), (message), (UNITY_LINE_…
643 …UnityAssertEqualNumber((_U_SINT)(_US8)(expected), (_U_SINT)(_US8)(actual), (message), (UNITY_LINE_…
652 …UnityAssertEqualNumber((_U_SINT)(_US8)(expected), (_U_SINT)(_US8)(actual), (message), (UNITY_LINE_…
Dunity.c694 const _US8 *ptr_exp = (const _US8 *)expected; in UnityAssertEqualIntArray()
695 const _US8 *ptr_act = (const _US8 *)actual; in UnityAssertEqualIntArray()