Lines Matching refs:UNITY_INT
191 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()
709 const UNITY_INT actual, in UnityAssertEqualNumber()
729 void UnityAssertGreaterOrLessOrEqualNumber(const UNITY_INT threshold, in UnityAssertGreaterOrLessOrEqualNumber()
730 const UNITY_INT actual, in UnityAssertGreaterOrLessOrEqualNumber()
807 UNITY_INT expect_val; in UnityAssertEqualIntArray()
808 UNITY_INT actual_val; in UnityAssertEqualIntArray()
845 UNITY_INT mask = 1; in UnityAssertEqualIntArray()
979 UNITY_INT should_be_trait = ((UNITY_INT)style & 1); in UnityAssertFloatSpecial()
980 UNITY_INT is_trait = !should_be_trait; in UnityAssertFloatSpecial()
981 UNITY_INT trait_index = (UNITY_INT)(style >> 1); in UnityAssertFloatSpecial()
1119 UNITY_INT should_be_trait = ((UNITY_INT)style & 1); in UnityAssertDoubleSpecial()
1120 UNITY_INT is_trait = !should_be_trait; in UnityAssertDoubleSpecial()
1121 UNITY_INT trait_index = (UNITY_INT)(style >> 1); in UnityAssertDoubleSpecial()
1180 const UNITY_INT expected, in UnityAssertNumbersWithin()
1181 const UNITY_INT actual, in UnityAssertNumbersWithin()
1215 UnityPrintNumberByStyle((UNITY_INT)delta, style); in UnityAssertNumbersWithin()
1258 UNITY_INT expect_val; in UnityAssertNumbersArrayWithin()
1259 UNITY_INT actual_val; in UnityAssertNumbersArrayWithin()
1319 UNITY_INT mask = 1; in UnityAssertNumbersArrayWithin()
1326 UnityPrintNumberByStyle((UNITY_INT)delta, style); in UnityAssertNumbersArrayWithin()
1585 UNITY_INTERNAL_PTR UnityNumToPtr(const UNITY_INT num, const UNITY_UINT8 size) in UnityNumToPtr()
1651 UnityPrintNumber((UNITY_INT)number); in UnityPrintFVA()
1877 UnityPrintNumber((UNITY_INT)(Unity.NumberOfTests)); in UnityEnd()
1879 UnityPrintNumber((UNITY_INT)(Unity.TestFailures)); in UnityEnd()
1881 UnityPrintNumber((UNITY_INT)(Unity.TestIgnores)); in UnityEnd()