Home
last modified time | relevance | path

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

/lvgl-3.7.0/tests/unity/
Dunity_internals.h429 UNITY_SMALLER_THAN = 0x4, enumerator
822 …TY_INT)(threshold), (UNITY_INT)(actual), UNITY_SMALLER_THAN, (message), …
823 …TY_INT)(UNITY_INT8 )(threshold), (UNITY_INT)(UNITY_INT8 )(actual), UNITY_SMALLER_THAN, (message), …
824 …TY_INT)(UNITY_INT16)(threshold), (UNITY_INT)(UNITY_INT16)(actual), UNITY_SMALLER_THAN, (message), …
825 …TY_INT)(UNITY_INT32)(threshold), (UNITY_INT)(UNITY_INT32)(actual), UNITY_SMALLER_THAN, (message), …
826 …TY_INT)(threshold), (UNITY_INT)(actual), UNITY_SMALLER_THAN, (message), …
827 …_INT)(UNITY_UINT8 )(threshold), (UNITY_INT)(UNITY_UINT8 )(actual), UNITY_SMALLER_THAN, (message), …
828 …_INT)(UNITY_UINT16)(threshold), (UNITY_INT)(UNITY_UINT16)(actual), UNITY_SMALLER_THAN, (message), …
829 …_INT)(UNITY_UINT32)(threshold), (UNITY_INT)(UNITY_UINT32)(actual), UNITY_SMALLER_THAN, (message), …
830 …_INT)(UNITY_UINT8 )(threshold), (UNITY_INT)(UNITY_UINT8 )(actual), UNITY_SMALLER_THAN, (message), …
[all …]
Dunity.c744 if ((actual > threshold) && (compare & UNITY_SMALLER_THAN)) { failed = 1; } in UnityAssertGreaterOrLessOrEqualNumber()
749 …if (((UNITY_UINT)actual > (UNITY_UINT)threshold) && (compare & UNITY_SMALLER_THAN)) { failed = 1; } in UnityAssertGreaterOrLessOrEqualNumber()
759 if (compare & UNITY_SMALLER_THAN) { UnityPrint(UnityStrLt); } in UnityAssertGreaterOrLessOrEqualNumber()