Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/ntp/sntp/unity/
H A Dunity.c499 UNITY_PTR_ATTRIBUTE const _US8* ptr_exp = (UNITY_PTR_ATTRIBUTE const _US8*)expected; in UnityAssertEqualIntArray() local
525 if (*ptr_exp != *ptr_act) in UnityAssertEqualIntArray()
531 UnityPrintNumberByStyle(*ptr_exp, style); in UnityAssertEqualIntArray()
537 ptr_exp += 1; in UnityAssertEqualIntArray()
552 … UnityPrintNumberByStyle(*(UNITY_PTR_ATTRIBUTE const _US16*)(void*)ptr_exp, style); in UnityAssertEqualIntArray()
558 ptr_exp += 2; in UnityAssertEqualIntArray()
580 ptr_exp += 8; in UnityAssertEqualIntArray()
600 ptr_exp += 4; in UnityAssertEqualIntArray()
1101 if (*ptr_exp != *ptr_act) in UnityAssertEqualMemory()
1113 UnityPrintNumberByStyle(*ptr_exp, UNITY_DISPLAY_STYLE_HEX8); in UnityAssertEqualMemory()
[all …]