Home
last modified time | relevance | path

Searched refs:UNITY_INT16 (Results 1 - 7 of 7) sorted by relevance

/third_party/unity/test/tests/
H A Dtest_unity_arrays.c306 UNITY_INT16 expected[] = {5000, -4995, 5005}; in testInt16ArrayWithinDelta()
307 UNITY_INT16 actualSmallDelta[] = {5001, -4996, 5005}; in testInt16ArrayWithinDelta()
308 UNITY_INT16 actualBigDelta[] = {5101, -4896, 5055}; in testInt16ArrayWithinDelta()
316 UNITY_INT16 expected[] = {5000, -4995, 5005}; in testInt16ArrayWithinDeltaAndMessage()
317 UNITY_INT16 actualSmallDelta[] = {5001, -4996, 5005}; in testInt16ArrayWithinDeltaAndMessage()
318 UNITY_INT16 actualBigDelta[] = {5101, -4896, 5055}; in testInt16ArrayWithinDeltaAndMessage()
326 UNITY_INT16 expected[] = {5000, -4995, 5005}; in testInt16ArrayNotWithinDelta()
327 UNITY_INT16 actualBigDelta[] = {5101, -4896, 5055}; in testInt16ArrayNotWithinDelta()
336 UNITY_INT16 expected[] = {5000, -4995, 5005}; in testInt16ArrayNotWithinDeltaAndMessage()
337 UNITY_INT16 actualBigDelt in testInt16ArrayNotWithinDeltaAndMessage()
[all...]
H A Dtest_unity_integers.c166 UNITY_INT16 v0, v1; in testNotEqualHex16sIfSigned()
273 UNITY_INT16 v0, v1; in testEqualInt16s()
274 UNITY_INT16 *p0, *p1; in testEqualInt16s()
292 UNITY_INT16 v0, v1; in testEqualInt16sNegatives()
293 UNITY_INT16 *p0, *p1; in testEqualInt16sNegatives()
1260 UNITY_INT16 v0, v1; in testNotEqualINT16()
1261 UNITY_INT16 *p0, *p1; in testNotEqualINT16()
1561 UNITY_INT16 v0, v1; in testGreaterThanINT16()
1562 UNITY_INT16 *p0, *p1; in testGreaterThanINT16()
1884 UNITY_INT16 v in testGreaterOrEqualINT16()
[all...]
/third_party/cJSON/tests/unity/src/
H A Dunity_internals.h94 typedef signed short UNITY_INT16; typedef
101 typedef signed int UNITY_INT16; typedef
149 #define UNITY_PTR_TO_INT UNITY_INT16
658 #define UNITY_TEST_ASSERT_EQUAL_INT16(expected, actual, line, message) UnityAssertEqualNumber((UNITY_INT)(UNITY_INT16)(expected), (UNITY_INT)(UNITY_INT16)(actual), (message), (UNITY_LINE_TYPE)(line), UNITY_DISPLAY_STYLE_INT16)
665 #define UNITY_TEST_ASSERT_EQUAL_HEX16(expected, actual, line, message) UnityAssertEqualNumber((UNITY_INT)(UNITY_INT16)(expected), (UNITY_INT)(UNITY_INT16)(actual), (message), (UNITY_LINE_TYPE)(line), UNITY_DISPLAY_STYLE_HEX16)
671 #define UNITY_TEST_ASSERT_GREATER_THAN_INT16(threshold, actual, line, message) UnityAssertGreaterOrLessOrEqualNumber((UNITY_INT)(UNITY_INT16)(threshold), (UNITY_INT)(UNITY_INT16)(actual), UNITY_GREATER_THAN, (message), (UNITY_LINE_TYPE)(line), UNITY_DISPLAY_STYLE_INT16)
683 #define UNITY_TEST_ASSERT_SMALLER_THAN_INT16(threshold, actual, line, message) UnityAssertGreaterOrLessOrEqualNumber((UNITY_INT)(UNITY_INT16)(threshol
[all...]
H A Dunity.c634 expect_val = *(UNITY_PTR_ATTRIBUTE const UNITY_INT16*)expected; in UnityAssertEqualIntArray()
635 actual_val = *(UNITY_PTR_ATTRIBUTE const UNITY_INT16*)actual; in UnityAssertEqualIntArray()
1224 UNITY_INT16 i16;
1246 UnityQuickCompare.i16 = (UNITY_INT16)num; in UnityNumToPtr()
/third_party/unity/src/
H A Dunity_internals.h146 typedef signed short UNITY_INT16; typedef
153 typedef signed int UNITY_INT16; typedef
203 #define UNITY_PTR_TO_INT UNITY_INT16
885 #define UNITY_TEST_ASSERT_EQUAL_INT16(expected, actual, line, message) UnityAssertEqualNumber((UNITY_INT)(UNITY_INT16)(expected), (UNITY_INT)(UNITY_INT16)(actual), (message), (UNITY_LINE_TYPE)(line), UNITY_DISPLAY_STYLE_INT16)
892 #define UNITY_TEST_ASSERT_EQUAL_HEX16(expected, actual, line, message) UnityAssertEqualNumber((UNITY_INT)(UNITY_INT16)(expected), (UNITY_INT)(UNITY_INT16)(actual), (message), (UNITY_LINE_TYPE)(line), UNITY_DISPLAY_STYLE_HEX16)
899 #define UNITY_TEST_ASSERT_NOT_EQUAL_INT16(threshold, actual, line, message) UnityAssertGreaterOrLessOrEqualNumber((UNITY_INT)(UNITY_INT16)(threshold), (UNITY_INT)(UNITY_INT16)(actual), UNITY_NOT_EQUAL, (message), (UNITY_LINE_TYPE)(line), UNITY_DISPLAY_STYLE_INT16)
912 #define UNITY_TEST_ASSERT_GREATER_THAN_INT16(threshold, actual, line, message) UnityAssertGreaterOrLessOrEqualNumber((UNITY_INT)(UNITY_INT16)(threshol
[all...]
H A Dunity.c832 expect_val = *(UNITY_PTR_ATTRIBUTE const UNITY_INT16*)expected; in UnityAssertEqualIntArray()
833 actual_val = *(UNITY_PTR_ATTRIBUTE const UNITY_INT16*)actual; in UnityAssertEqualIntArray()
839 increment = sizeof(UNITY_INT16); in UnityAssertEqualIntArray()
1487 expect_val = *(UNITY_PTR_ATTRIBUTE const UNITY_INT16*)expected; in UnityAssertNumbersArrayWithin()
1488 actual_val = *(UNITY_PTR_ATTRIBUTE const UNITY_INT16*)actual; in UnityAssertNumbersArrayWithin()
1489 increment = sizeof(UNITY_INT16); in UnityAssertNumbersArrayWithin()
1828 UNITY_INT16 i16;
1850 UnityQuickCompare.i16 = (UNITY_INT16)num; in UnityNumToPtr()
/third_party/cJSON/tests/unity/test/tests/
H A Dtestunity.c363 UNITY_INT16 v0, v1; in testNotEqualHex16sIfSigned()
444 UNITY_INT16 v0, v1; in testEqualInt16s()
445 UNITY_INT16 *p0, *p1; in testEqualInt16s()
463 UNITY_INT16 v0, v1; in testEqualInt16sNegatives()
464 UNITY_INT16 *p0, *p1; in testEqualInt16sNegatives()
1362 UNITY_INT16 v0, v1; in testGreaterThanINT16()
1363 UNITY_INT16 *p0, *p1; in testGreaterThanINT16()
1564 UNITY_INT16 v0, v1; in testLessThanINT16()
1565 UNITY_INT16 *p0, *p1; in testLessThanINT16()
2453 UNITY_INT16 p in testEqualInt16Arrays()
[all...]

Completed in 34 milliseconds