Home
last modified time | relevance | path

Searched refs:UNITY_INT_WIDTH (Results 1 - 4 of 4) sorted by relevance

/third_party/unity/src/
H A Dunity_internals.h34 * UNITY_INT_WIDTH, UNITY_LONG_WIDTH, UNITY_POINTER_WIDTH */
93 #ifndef UNITY_INT_WIDTH
96 #define UNITY_INT_WIDTH (16) macro
98 #define UNITY_INT_WIDTH (32) macro
100 #define UNITY_INT_WIDTH (64) macro
103 #define UNITY_INT_WIDTH (32) macro
141 #if (UNITY_INT_WIDTH == 32)
148 #elif (UNITY_INT_WIDTH == 16)
156 #error Invalid UNITY_INT_WIDTH specified! (16 or 32 are supported)
439 UNITY_DISPLAY_STYLE_INT = (UNITY_INT_WIDTH /
[all...]
H A Dunity.c300 UNITY_UINT current_bit = (UNITY_UINT)1 << (UNITY_INT_WIDTH - 1); in UnityPrintMask()
303 for (i = 0; i < UNITY_INT_WIDTH; i++) in UnityPrintMask()
868 if ((style & UNITY_DISPLAY_RANGE_UINT) && (length < (UNITY_INT_WIDTH / 8))) in UnityAssertEqualIntArray()
1561 if ((style & UNITY_DISPLAY_RANGE_UINT) && (length < (UNITY_INT_WIDTH / 8))) in UnityAssertNumbersArrayWithin()
/third_party/cJSON/tests/unity/src/
H A Dunity_internals.h24 * UNITY_INT_WIDTH, UNITY_LONG_WIDTH, UNITY_POINTER_WIDTH */
41 #ifndef UNITY_INT_WIDTH
44 #define UNITY_INT_WIDTH (16) macro
46 #define UNITY_INT_WIDTH (32) macro
48 #define UNITY_INT_WIDTH (64) macro
51 #define UNITY_INT_WIDTH (32) macro
89 #if (UNITY_INT_WIDTH == 32)
96 #elif (UNITY_INT_WIDTH == 16)
104 #error Invalid UNITY_INT_WIDTH specified! (16 or 32 are supported)
H A Dunity.c235 UNITY_UINT current_bit = (UNITY_UINT)1 << (UNITY_INT_WIDTH - 1); in UnityPrintMask()
238 for (i = 0; i < UNITY_INT_WIDTH; i++) in UnityPrintMask()

Completed in 10 milliseconds