Searched refs:_UU32 (Results 1 – 3 of 3) sorted by relevance
| /freebsd-head/contrib/ntp/sntp/unity/ |
| HD | unity_internals.h | 116 typedef unsigned int _UU32; typedef 123 typedef unsigned long _UU32; typedef 149 typedef _UU32 _U_UINT; 174 typedef _UU32 _UP; 444 const _UU32 num_elements, 462 const _UU32 num_elements, 468 const _UU32 length, 469 const _UU32 num_elements, 493 const _UU32 num_elements, 512 const _UU32 num_elements, [all …]
|
| HD | unity.c | 493 const _UU32 num_elements, in UnityAssertEqualIntArray() 498 _UU32 elements = num_elements; in UnityAssertEqualIntArray() 611 const _UU32 num_elements, in UnityAssertEqualFloatArray() 615 _UU32 elements = num_elements; in UnityAssertEqualFloatArray() 772 const _UU32 num_elements, in UnityAssertEqualDoubleArray() 776 _UU32 elements = num_elements; in UnityAssertEqualDoubleArray() 976 _UU32 i; in UnityAssertEqualString() 1012 const _UU32 num_elements, in UnityAssertEqualStringArray() 1016 _UU32 i, j = 0; in UnityAssertEqualStringArray() 1072 const _UU32 length, in UnityAssertEqualMemory() [all …]
|
| HD | unity.h | 94 … UNITY_TEST_ASSERT_BITS((mask), (_UU32)(-1), (actual), __… 95 … UNITY_TEST_ASSERT_BITS((mask), (_UU32)(0), (actual), __L… 96 … UNITY_TEST_ASSERT_BITS(((_UU32)1 << bit), (_UU32)(-1), (ac… 97 … UNITY_TEST_ASSERT_BITS(((_UU32)1 << bit), (_UU32)(0), (act… 198 …ge) UNITY_TEST_ASSERT_BITS((mask), (_UU32)(-1), (actual), __… 199 …e) UNITY_TEST_ASSERT_BITS((mask), (_UU32)(0), (actual), __L… 200 … UNITY_TEST_ASSERT_BITS(((_UU32)1 << bit), (_UU32)(-1), (ac… 201 … UNITY_TEST_ASSERT_BITS(((_UU32)1 << bit), (_UU32)(0), (act…
|