Home
last modified time | relevance | path

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

/lvgl-3.7.0/tests/unity/
Dunity_internals.h111 typedef unsigned int UNITY_UINT32; typedef
118 typedef unsigned long UNITY_UINT32; typedef
140 typedef UNITY_UINT32 UNITY_UINT;
533 void UnityPrintLen(const char* string, const UNITY_UINT32 length);
567 const UNITY_UINT32 num_elements,
586 const UNITY_UINT32 length,
592 const UNITY_UINT32 num_elements,
599 const UNITY_UINT32 length,
600 const UNITY_UINT32 num_elements,
615 const UNITY_UINT32 num_elements,
[all …]
Dunity.c153 void UnityPrintLen(const char* string, const UNITY_UINT32 length) in UnityPrintLen()
159 while (*pch && ((UNITY_UINT32)(pch - string) < length)) in UnityPrintLen()
622 const UNITY_UINT32 length) in UnityPrintExpectedAndActualStringsLen()
778 const UNITY_UINT32 num_elements, in UnityAssertEqualIntArray()
784 UNITY_UINT32 elements = num_elements; in UnityAssertEqualIntArray()
908 const UNITY_UINT32 num_elements, in UnityAssertEqualFloatArray()
913 UNITY_UINT32 elements = num_elements; in UnityAssertEqualFloatArray()
1049 const UNITY_UINT32 num_elements, in UnityAssertEqualDoubleArray()
1054 UNITY_UINT32 elements = num_elements; in UnityAssertEqualDoubleArray()
1229 const UNITY_UINT32 num_elements, in UnityAssertNumbersArrayWithin()
[all …]
Dunity.h422 … UNITY_TEST_ASSERT_BITS((mask), (UNITY_UINT32)(-1), (actual),…
423 … UNITY_TEST_ASSERT_BITS((mask), (UNITY_UINT32)(0), (actual), …
424 … UNITY_TEST_ASSERT_BITS(((UNITY_UINT32)1 << (bit)), (UNITY_UINT32)(…
425 … UNITY_TEST_ASSERT_BITS(((UNITY_UINT32)1 << (bit)), (UNITY_UINT32)(…