Lines Matching refs:UNITY_INT
157 void UnityPrintNumberByStyle(const UNITY_INT number, const UNITY_DISPLAY_STYLE_T style)
176 void UnityPrintNumber(const UNITY_INT number_to_print)
361 UnityPrintNumber((UNITY_INT)line);
513 void UnityAssertBits(const UNITY_INT mask,
514 const UNITY_INT expected,
515 const UNITY_INT actual,
534 void UnityAssertEqualNumber(const UNITY_INT expected,
535 const UNITY_INT actual,
555 void UnityAssertGreaterOrLessOrEqualNumber(const UNITY_INT threshold,
556 const UNITY_INT actual,
625 UNITY_INT expect_val;
626 UNITY_INT actual_val;
654 UNITY_INT mask = 1;
779 UNITY_INT should_be_trait = ((UNITY_INT)style & 1);
780 UNITY_INT is_trait = !should_be_trait;
781 UNITY_INT trait_index = (UNITY_INT)(style >> 1);
909 UNITY_INT should_be_trait = ((UNITY_INT)style & 1);
910 UNITY_INT is_trait = !should_be_trait;
911 UNITY_INT trait_index = (UNITY_INT)(style >> 1);
966 const UNITY_INT expected,
967 const UNITY_INT actual,
993 UnityPrintNumberByStyle((UNITY_INT)delta, style);
1237 UNITY_INTERNAL_PTR UnityNumToPtr(const UNITY_INT num, const UNITY_UINT8 size)
1370 UnityPrintNumber((UNITY_INT)(Unity.NumberOfTests));
1372 UnityPrintNumber((UNITY_INT)(Unity.TestFailures));
1374 UnityPrintNumber((UNITY_INT)(Unity.TestIgnores));