Searched refs:UNITY_UINT32 (Results 1 – 3 of 3) sorted by relevance
/lvgl-latest/tests/unity/ |
D | unity_internals.h | 145 typedef unsigned int UNITY_UINT32; typedef 152 typedef unsigned long UNITY_UINT32; typedef 174 typedef UNITY_UINT32 UNITY_UINT; 578 void UnityPrintLen(const char* string, const UNITY_UINT32 length); 612 const UNITY_UINT32 num_elements, 631 const UNITY_UINT32 length, 637 const UNITY_UINT32 num_elements, 644 const UNITY_UINT32 length, 645 const UNITY_UINT32 num_elements, 660 const UNITY_UINT32 num_elements, [all …]
|
D | unity.c | 149 void UnityPrintLen(const char* string, const UNITY_UINT32 length) in UnityPrintLen() 155 while (*pch && ((UNITY_UINT32)(pch - string) < length)) in UnityPrintLen() 625 const UNITY_UINT32 length) in UnityPrintExpectedAndActualStringsLen() 782 const UNITY_UINT32 num_elements, in UnityAssertEqualIntArray() 788 UNITY_UINT32 elements = num_elements; in UnityAssertEqualIntArray() 935 const UNITY_UINT32 num_elements, in UnityAssertWithinFloatArray() 940 UNITY_UINT32 elements = num_elements; in UnityAssertWithinFloatArray() 1163 const UNITY_UINT32 num_elements, in UnityAssertWithinDoubleArray() 1168 UNITY_UINT32 elements = num_elements; in UnityAssertWithinDoubleArray() 1429 const UNITY_UINT32 num_elements, in UnityAssertNumbersArrayWithin() [all …]
|
D | unity.h | 446 … UNITY_TEST_ASSERT_BITS((mask), (UNITY_UINT32)(-1), (actual),… 447 … UNITY_TEST_ASSERT_BITS((mask), (UNITY_UINT32)(0), (actual), … 448 … UNITY_TEST_ASSERT_BITS(((UNITY_UINT32)1 << (bit)), (UNITY_UINT32)(… 449 … UNITY_TEST_ASSERT_BITS(((UNITY_UINT32)1 << (bit)), (UNITY_UINT32)(…
|