/third_party/unity/test/tests/ |
H A D | test_unity_integers_64.c | 199 UNITY_UINT64 expected[] = {12345000, 12344995, 12345005}; in testUInt64ArrayWithinDelta() 200 UNITY_UINT64 actualSmallDelta[] = {12345001, 12344996, 12345005}; in testUInt64ArrayWithinDelta() 201 UNITY_UINT64 actualBigDelta[] = {12345101, 12344896, 12345055}; in testUInt64ArrayWithinDelta() 213 UNITY_UINT64 expected[] = {12345000, 12344995, 12345005}; in testUInt64ArrayWithinDeltaAndMessage() 214 UNITY_UINT64 actualSmallDelta[] = {12345001, 12344996, 12345005}; in testUInt64ArrayWithinDeltaAndMessage() 215 UNITY_UINT64 actualBigDelta[] = {12345101, 12344896, 12345055}; in testUInt64ArrayWithinDeltaAndMessage() 227 UNITY_UINT64 expected[] = {12345000, 12344995, 12345005}; in testUInt64ArrayNotWithinDelta() 228 UNITY_UINT64 actualBigDelta[] = {12345101, 12344896, 12345055}; in testUInt64ArrayNotWithinDelta() 241 UNITY_UINT64 expected[] = {12345000, 12344995, 12345005}; in testUInt64ArrayNotWithinDeltaAndMessage() 242 UNITY_UINT64 actualBigDelt in testUInt64ArrayNotWithinDeltaAndMessage() [all...] |
H A D | test_unity_arrays.c | 639 UNITY_UINT64 expected[] = {12345000, 12344995, 12345005}; in testUInt64ArrayWithinDelta() 640 UNITY_UINT64 actualSmallDelta[] = {12345001, 12344996, 12345005}; in testUInt64ArrayWithinDelta() 641 UNITY_UINT64 actualBigDelta[] = {12345101, 12344896, 12345055}; in testUInt64ArrayWithinDelta() 653 UNITY_UINT64 expected[] = {12345000, 12344995, 12345005}; in testUInt64ArrayWithinDeltaAndMessage() 654 UNITY_UINT64 actualSmallDelta[] = {12345001, 12344996, 12345005}; in testUInt64ArrayWithinDeltaAndMessage() 655 UNITY_UINT64 actualBigDelta[] = {12345101, 12344896, 12345055}; in testUInt64ArrayWithinDeltaAndMessage() 667 UNITY_UINT64 expected[] = {12345000, 12344995, 12345005}; in testUInt64ArrayNotWithinDelta() 668 UNITY_UINT64 actualBigDelta[] = {12345101, 12344896, 12345055}; in testUInt64ArrayNotWithinDelta() 681 UNITY_UINT64 expected[] = {12345000, 12344995, 12345005}; in testUInt64ArrayNotWithinDeltaAndMessage() 682 UNITY_UINT64 actualBigDelt in testUInt64ArrayNotWithinDeltaAndMessage() [all...] |
/third_party/cJSON/tests/unity/test/tests/ |
H A D | testunity.c | 3454 UNITY_UINT64 v0, v1; in testEqualHex64s() 3455 UNITY_UINT64 *p0, *p1; in testEqualHex64s() 3477 UNITY_UINT64 v0, v1; in testEqualUint64s() 3478 UNITY_UINT64 *p0, *p1; in testEqualUint64s() 3524 UNITY_UINT64 v0, v1; in testNotEqualHex64s() 3540 UNITY_UINT64 v0, v1; in testNotEqualUint64s() 3687 UNITY_UINT64 p0[] = {1, 8, 987, 65132u}; in testEqualHEX64Arrays() 3688 UNITY_UINT64 p1[] = {1, 8, 987, 65132u}; in testEqualHEX64Arrays() 3689 UNITY_UINT64 p2[] = {1, 8, 987, 2}; in testEqualHEX64Arrays() 3690 UNITY_UINT64 p in testEqualHEX64Arrays() [all...] |
/third_party/unity/src/ |
H A D | unity_internals.h | 179 typedef unsigned long long UNITY_UINT64; typedef 182 typedef unsigned long UNITY_UINT64; typedef 187 typedef UNITY_UINT64 UNITY_UINT; 1034 #define UNITY_TEST_ASSERT_EACH_EQUAL_UINT64(expected, actual, num_elements, line, message) UnityAssertEqualIntArray(UnityNumToPtr((UNITY_INT)(UNITY_UINT64)(expected), 8), (UNITY_INTERNAL_PTR)(actual), (UNITY_UINT32)(num_elements), (message), (UNITY_LINE_TYPE)(line), UNITY_DISPLAY_STYLE_UINT64, UNITY_ARRAY_TO_VAL) 1054 #define UNITY_TEST_ASSERT_INT64_ARRAY_WITHIN(delta, expected, actual, num_elements, line, message) UnityAssertNumbersArrayWithin((UNITY_UINT64)(delta), (UNITY_INTERNAL_PTR)(expected), (UNITY_INTERNAL_PTR)(actual), (UNITY_UINT32)(num_elements), (message), (UNITY_LINE_TYPE)(line), UNITY_DISPLAY_STYLE_INT64, UNITY_ARRAY_TO_ARRAY) 1055 #define UNITY_TEST_ASSERT_UINT64_ARRAY_WITHIN(delta, expected, actual, num_elements, line, message) UnityAssertNumbersArrayWithin((UNITY_UINT64)(delta), (UNITY_INTERNAL_PTR)(expected), (UNITY_INTERNAL_PTR)(actual), (UNITY_UINT32)(num_elements), (message), (UNITY_LINE_TYPE)(line), UNITY_DISPLAY_STYLE_UINT64, UNITY_ARRAY_TO_ARRAY) 1056 #define UNITY_TEST_ASSERT_HEX64_ARRAY_WITHIN(delta, expected, actual, num_elements, line, message) UnityAssertNumbersArrayWithin((UNITY_UINT64)(delta), (UNITY_INTERNAL_PTR)(expected), (UNITY_INTERNAL_PTR)(actual), (UNITY_UINT32)(num_elements), (message), (UNITY_LINE_TYPE)(line), UNITY_DISPLAY_STYLE_HEX64, UNITY_ARRAY_TO_ARRAY)
|
H A D | unity.c | 1510 expect_val = (UNITY_INT)*(UNITY_PTR_ATTRIBUTE const UNITY_UINT64*)expected; in UnityAssertNumbersArrayWithin() 1511 actual_val = (UNITY_INT)*(UNITY_PTR_ATTRIBUTE const UNITY_UINT64*)actual; in UnityAssertNumbersArrayWithin() 1512 increment = sizeof(UNITY_UINT64); in UnityAssertNumbersArrayWithin()
|
/third_party/cJSON/tests/unity/src/ |
H A D | unity_internals.h | 125 typedef unsigned long long UNITY_UINT64; typedef 128 typedef unsigned long UNITY_UINT64; typedef 133 typedef UNITY_UINT64 UNITY_UINT; 772 #define UNITY_TEST_ASSERT_EACH_EQUAL_UINT64(expected, actual, num_elements, line, message) UnityAssertEqualIntArray(UnityNumToPtr((UNITY_INT)(UNITY_UINT64)expected, 8), (UNITY_INTERNAL_PTR)(actual), (UNITY_UINT32)(num_elements), (message), (UNITY_LINE_TYPE)(line), UNITY_DISPLAY_STYLE_UINT64, UNITY_ARRAY_TO_VAL)
|