Home
last modified time | relevance | path

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

/lvgl-3.7.0/tests/unity/
Dunity.c1512 …UNITY_PTR_ATTRIBUTE const unsigned char* ptr_exp = (UNITY_PTR_ATTRIBUTE const unsigned char*)expec… in UnityAssertEqualMemory() local
1539 if (*ptr_exp != *ptr_act) in UnityAssertEqualMemory()
1551 UnityPrintNumberByStyle(*ptr_exp, UNITY_DISPLAY_STYLE_HEX8); in UnityAssertEqualMemory()
1557 ptr_exp++; in UnityAssertEqualMemory()
1562 ptr_exp = (UNITY_PTR_ATTRIBUTE const unsigned char*)expected; in UnityAssertEqualMemory()