Home
last modified time | relevance | path

Searched refs:UNITY_INTERNAL_PTR (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/tests/unity/
Dunity_internals.h214 #ifndef UNITY_INTERNAL_PTR
215 #define UNITY_INTERNAL_PTR UNITY_PTR_ATTRIBUTE const void* macro
610 void UnityAssertEqualIntArray(UNITY_INTERNAL_PTR expected,
611 UNITY_INTERNAL_PTR actual,
635 void UnityAssertEqualStringArray( UNITY_INTERNAL_PTR expected,
642 void UnityAssertEqualMemory( UNITY_INTERNAL_PTR expected,
643 UNITY_INTERNAL_PTR actual,
658 UNITY_INTERNAL_PTR expected,
659 UNITY_INTERNAL_PTR actual,
746 UNITY_INTERNAL_PTR UnityNumToPtr(const UNITY_INT num, const UNITY_UINT8 size);
[all …]
Dunity.c656 static int UnityIsOneArrayNull(UNITY_INTERNAL_PTR expected, in UnityIsOneArrayNull()
657 UNITY_INTERNAL_PTR actual, in UnityIsOneArrayNull()
780 void UnityAssertEqualIntArray(UNITY_INTERNAL_PTR expected, in UnityAssertEqualIntArray()
781 UNITY_INTERNAL_PTR actual, in UnityAssertEqualIntArray()
888 expected = (UNITY_INTERNAL_PTR)((const char*)expected + increment); in UnityAssertEqualIntArray()
890 actual = (UNITY_INTERNAL_PTR)((const char*)actual + increment); in UnityAssertEqualIntArray()
973 …if (UnityIsOneArrayNull((UNITY_INTERNAL_PTR)expected, (UNITY_INTERNAL_PTR)actual, lineNumber, msg)) in UnityAssertWithinFloatArray()
1201 …if (UnityIsOneArrayNull((UNITY_INTERNAL_PTR)expected, (UNITY_INTERNAL_PTR)actual, lineNumber, msg)) in UnityAssertWithinDoubleArray()
1427 UNITY_INTERNAL_PTR expected, in UnityAssertNumbersArrayWithin()
1428 UNITY_INTERNAL_PTR actual, in UnityAssertNumbersArrayWithin()
[all …]