Home
last modified time | relevance | path

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

/third_party/cJSON/tests/unity/src/
H A Dunity.c1170 UNITY_PTR_ATTRIBUTE const unsigned char* ptr_exp = (UNITY_PTR_ATTRIBUTE const unsigned char*)expected; in UnityAssertEqualMemory() local
1191 if (*ptr_exp != *ptr_act) in UnityAssertEqualMemory()
1203 UnityPrintNumberByStyle(*ptr_exp, UNITY_DISPLAY_STYLE_HEX8); in UnityAssertEqualMemory()
1209 ptr_exp++; in UnityAssertEqualMemory()
1214 ptr_exp = (UNITY_PTR_ATTRIBUTE const unsigned char*)expected; in UnityAssertEqualMemory()
/third_party/unity/src/
H A Dunity.c1760 UNITY_PTR_ATTRIBUTE const unsigned char* ptr_exp = (UNITY_PTR_ATTRIBUTE const unsigned char*)expected; in UnityAssertEqualMemory() local
1795 if (*ptr_exp != *ptr_act) in UnityAssertEqualMemory()
1807 UnityPrintNumberByStyle(*ptr_exp, UNITY_DISPLAY_STYLE_HEX8); in UnityAssertEqualMemory()
1813 ptr_exp++; in UnityAssertEqualMemory()
1818 ptr_exp = (UNITY_PTR_ATTRIBUTE const unsigned char*)expected; in UnityAssertEqualMemory()

Completed in 5 milliseconds