Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/ntp/sntp/unity/
HDunity_internals.h119 typedef signed int _US32; typedef
126 typedef signed long _US32; typedef
150 typedef _US32 _U_SINT;
596 … UnityAssertEqualNumber((_U_SINT)(_US32)(expected), (_U_SINT)(_US32)(act…
603 … UnityAssertEqualNumber((_U_SINT)(_US32)(expected), (_U_SINT)(_US32)(act…
609 … UnityAssertNumbersWithin((_U_SINT)(_US32)(delta), (_U_SINT)(_US32)(expected), (_U_SINT…
HDunity.c233 _US32 i; in UnityPrintMask()
588 …if (*(UNITY_PTR_ATTRIBUTE const _US32*)(void*)ptr_exp != *(UNITY_PTR_ATTRIBUTE const _US32*)(void*… in UnityAssertEqualIntArray()
594 … UnityPrintNumberByStyle(*(UNITY_PTR_ATTRIBUTE const _US32*)(void*)ptr_exp, style); in UnityAssertEqualIntArray()
596 … UnityPrintNumberByStyle(*(UNITY_PTR_ATTRIBUTE const _US32*)(void*)ptr_act, style); in UnityAssertEqualIntArray()