Home
last modified time | relevance | path

Searched refs:UNITY_UINT (Results 1 – 3 of 3) sorted by relevance

/lvgl-3.7.0/tests/unity/
Dunity.c105 UnityPrintNumberHex((UNITY_UINT)*pch, 2); in UnityPrintChar()
112 static UNITY_UINT UnityPrintAnsiEscapeString(const char* string) in UnityPrintAnsiEscapeString()
115 UNITY_UINT count = 0; in UnityPrintAnsiEscapeString()
183 UnityPrintNumberHex((UNITY_UINT)*pch, 2); in UnityPrintLen()
220 UnityPrintNumberHex((UNITY_UINT)number, 2); in UnityPrintNumberByStyle()
231 UnityPrintNumberUnsigned((UNITY_UINT)number); in UnityPrintNumberByStyle()
237 UnityPrintNumberHex((UNITY_UINT)number, (char)((style & 0xF) * 2)); in UnityPrintNumberByStyle()
244 UNITY_UINT number = (UNITY_UINT)number_to_print; in UnityPrintNumber()
257 void UnityPrintNumberUnsigned(const UNITY_UINT number) in UnityPrintNumberUnsigned()
259 UNITY_UINT divisor = 1; in UnityPrintNumberUnsigned()
[all …]
Dunity_internals.h140 typedef UNITY_UINT32 UNITY_UINT; typedef
154 typedef UNITY_UINT64 UNITY_UINT; typedef
316 #define UNITY_TIME_TYPE UNITY_UINT
320 UNITY_UINT execTimeMs = (Unity.CurrentTestStopTime - Unity.CurrentTestStartTime); \
332 UNITY_UINT execTimeMs = (Unity.CurrentTestStopTime - Unity.CurrentTestStartTime); \
344UNITY_UINT execTimeMs = ((Unity.CurrentTestStopTime.tv_sec - Unity.CurrentTestStartTime.tv_sec) * …
363 #define UNITY_TIME_TYPE UNITY_UINT
375 #define UNITY_LINE_TYPE UNITY_UINT
379 #define UNITY_COUNTER_TYPE UNITY_UINT
534 void UnityPrintMask(const UNITY_UINT mask, const UNITY_UINT number);
[all …]
Dunity.h155 … UNITY_TEST_ASSERT_BITS((mask), (UNITY_UINT)(-1), (actual), …
156 … UNITY_TEST_ASSERT_BITS((mask), (UNITY_UINT)(0), (actual), _…
157 … UNITY_TEST_ASSERT_BITS(((UNITY_UINT)1 << (bit)), (UNITY_UINT)(-1…
158 … UNITY_TEST_ASSERT_BITS(((UNITY_UINT)1 << (bit)), (UNITY_UINT)(0)…