Home
last modified time | relevance | path

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

/lvgl-3.7.0/tests/unity/
Dunity_internals.h60 #ifndef UNITY_INT_WIDTH
63 #define UNITY_INT_WIDTH (16) macro
65 #define UNITY_INT_WIDTH (32) macro
67 #define UNITY_INT_WIDTH (64) macro
70 #define UNITY_INT_WIDTH (32) macro
108 #if (UNITY_INT_WIDTH == 32)
115 #elif (UNITY_INT_WIDTH == 16)
123 #error Invalid UNITY_INT_WIDTH specified! (16 or 32 are supported)
395 UNITY_DISPLAY_STYLE_INT = (UNITY_INT_WIDTH / 8) + UNITY_DISPLAY_RANGE_INT,
403 UNITY_DISPLAY_STYLE_UINT = (UNITY_INT_WIDTH / 8) + UNITY_DISPLAY_RANGE_UINT,
[all …]
Dunity.c304 UNITY_UINT current_bit = (UNITY_UINT)1 << (UNITY_INT_WIDTH - 1); in UnityPrintMask()
307 for (i = 0; i < UNITY_INT_WIDTH; i++) in UnityPrintMask()
843 if ((style & UNITY_DISPLAY_RANGE_UINT) && (length < (UNITY_INT_WIDTH / 8))) in UnityAssertEqualIntArray()
1317 if ((style & UNITY_DISPLAY_RANGE_UINT) && (length < (UNITY_INT_WIDTH / 8))) in UnityAssertNumbersArrayWithin()