Home
last modified time | relevance | path

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

/lvgl-latest/tests/unity/
Dunity_internals.h175 typedef UNITY_INT32 UNITY_INT; typedef
189 typedef UNITY_INT64 UNITY_INT; typedef
580 void UnityPrintNumberByStyle(const UNITY_INT number, const UNITY_DISPLAY_STYLE_T style);
581 void UnityPrintNumber(const UNITY_INT number_to_print);
597 void UnityAssertEqualNumber(const UNITY_INT expected,
598 const UNITY_INT actual,
603 void UnityAssertGreaterOrLessOrEqualNumber(const UNITY_INT threshold,
604 const UNITY_INT actual,
618 void UnityAssertBits(const UNITY_INT mask,
619 const UNITY_INT expected,
[all …]
Dunity.c187 void UnityPrintNumberByStyle(const UNITY_INT number, const UNITY_DISPLAY_STYLE_T style) in UnityPrintNumberByStyle()
238 void UnityPrintNumber(const UNITY_INT number_to_print) in UnityPrintNumber()
500 UnityPrintNumber((UNITY_INT)line); in UnityTestResultsBegin()
508 UnityPrintNumber((UNITY_INT)line); in UnityTestResultsBegin()
520 UnityPrintNumber((UNITY_INT)line); in UnityTestResultsBegin()
527 UnityPrintNumber((UNITY_INT)line); in UnityTestResultsBegin()
690 void UnityAssertBits(const UNITY_INT mask, in UnityAssertBits()
691 const UNITY_INT expected, in UnityAssertBits()
692 const UNITY_INT actual, in UnityAssertBits()
711 void UnityAssertEqualNumber(const UNITY_INT expected, in UnityAssertEqualNumber()
[all …]