Home
last modified time | relevance | path

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

/lvgl-3.7.0/tests/unity/
Dunity_internals.h141 typedef UNITY_INT32 UNITY_INT; typedef
155 typedef UNITY_INT64 UNITY_INT; typedef
535 void UnityPrintNumberByStyle(const UNITY_INT number, const UNITY_DISPLAY_STYLE_T style);
536 void UnityPrintNumber(const UNITY_INT number_to_print);
552 void UnityAssertEqualNumber(const UNITY_INT expected,
553 const UNITY_INT actual,
558 void UnityAssertGreaterOrLessOrEqualNumber(const UNITY_INT threshold,
559 const UNITY_INT actual,
573 void UnityAssertBits(const UNITY_INT mask,
574 const UNITY_INT expected,
[all …]
Dunity.c191 void UnityPrintNumberByStyle(const UNITY_INT number, const UNITY_DISPLAY_STYLE_T style) in UnityPrintNumberByStyle()
242 void UnityPrintNumber(const UNITY_INT number_to_print) in UnityPrintNumber()
497 UnityPrintNumber((UNITY_INT)line); in UnityTestResultsBegin()
505 UnityPrintNumber((UNITY_INT)line); in UnityTestResultsBegin()
517 UnityPrintNumber((UNITY_INT)line); in UnityTestResultsBegin()
524 UnityPrintNumber((UNITY_INT)line); in UnityTestResultsBegin()
687 void UnityAssertBits(const UNITY_INT mask, in UnityAssertBits()
688 const UNITY_INT expected, in UnityAssertBits()
689 const UNITY_INT actual, in UnityAssertBits()
708 void UnityAssertEqualNumber(const UNITY_INT expected, in UnityAssertEqualNumber()
[all …]