Lines Matching refs:UNITY_UINT
174 typedef UNITY_UINT32 UNITY_UINT; typedef
188 typedef UNITY_UINT64 UNITY_UINT; typedef
361 #define UNITY_TIME_TYPE UNITY_UINT
365 UNITY_UINT execTimeMs = (Unity.CurrentTestStopTime - Unity.CurrentTestStartTime); \
377 UNITY_UINT execTimeMs = (Unity.CurrentTestStopTime - Unity.CurrentTestStartTime); \
389 …UNITY_UINT execTimeMs = ((Unity.CurrentTestStopTime.tv_sec - Unity.CurrentTestStartTime.tv_sec) * …
408 #define UNITY_TIME_TYPE UNITY_UINT
420 #define UNITY_LINE_TYPE UNITY_UINT
424 #define UNITY_COUNTER_TYPE UNITY_UINT
579 void UnityPrintMask(const UNITY_UINT mask, const UNITY_UINT number);
582 void UnityPrintNumberUnsigned(const UNITY_UINT number);
583 void UnityPrintNumberHex(const UNITY_UINT number, const char nibbles_to_print);
650 void UnityAssertNumbersWithin(const UNITY_UINT delta,
657 void UnityAssertNumbersArrayWithin(const UNITY_UINT delta,
968 …mbersWithin((UNITY_UINT8 )(delta), (UNITY_INT)(UNITY_UINT)(UNITY_UINT8 )(expected), (UNITY_INT)(UN…
969 …mbersWithin((UNITY_UINT16)(delta), (UNITY_INT)(UNITY_UINT)(UNITY_UINT16)(expected), (UNITY_INT)(UN…
970 …mbersWithin((UNITY_UINT32)(delta), (UNITY_INT)(UNITY_UINT)(UNITY_UINT32)(expected), (UNITY_INT)(UN…
971 …mbersWithin((UNITY_UINT8 )(delta), (UNITY_INT)(UNITY_UINT)(UNITY_UINT8 )(expected), (UNITY_INT)(UN…
972 …mbersWithin((UNITY_UINT16)(delta), (UNITY_INT)(UNITY_UINT)(UNITY_UINT16)(expected), (UNITY_INT)(UN…
973 …mbersWithin((UNITY_UINT32)(delta), (UNITY_INT)(UNITY_UINT)(UNITY_UINT32)(expected), (UNITY_INT)(UN…