Searched refs:UNITY_INT_WIDTH (Results 1 – 2 of 2) sorted by relevance
60 #ifndef UNITY_INT_WIDTH63 #define UNITY_INT_WIDTH (16) macro65 #define UNITY_INT_WIDTH (32) macro67 #define UNITY_INT_WIDTH (64) macro70 #define UNITY_INT_WIDTH (32) macro108 #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 …]
304 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()