Searched refs:UNITY_UINT64 (Results 1 – 2 of 2) sorted by relevance
/lvgl-latest/tests/unity/ |
D | unity_internals.h | 180 typedef unsigned long long UNITY_UINT64; typedef 183 typedef unsigned long UNITY_UINT64; typedef 188 typedef UNITY_UINT64 UNITY_UINT; 1035 …ne, message) UnityAssertEqualIntArray(UnityNumToPtr((UNITY_INT)(UNITY_UINT64)(expected), 8),… 1055 …actual, num_elements, line, message) UnityAssertNumbersArrayWithin((UNITY_UINT64)(delta), (UNITY… 1056 … actual, num_elements, line, message) UnityAssertNumbersArrayWithin((UNITY_UINT64)(delta), (UNITY… 1057 …actual, num_elements, line, message) UnityAssertNumbersArrayWithin((UNITY_UINT64)(delta), (UNITY…
|
D | unity.c | 1510 expect_val = (UNITY_INT)*(UNITY_PTR_ATTRIBUTE const UNITY_UINT64*)expected; in UnityAssertNumbersArrayWithin() 1511 actual_val = (UNITY_INT)*(UNITY_PTR_ATTRIBUTE const UNITY_UINT64*)actual; in UnityAssertNumbersArrayWithin() 1512 increment = sizeof(UNITY_UINT64); in UnityAssertNumbersArrayWithin()
|