Lines Matching refs:UNITY_LONG_WIDTH
34 * UNITY_INT_WIDTH, UNITY_LONG_WIDTH, UNITY_POINTER_WIDTH */
108 #ifndef UNITY_LONG_WIDTH
111 #define UNITY_LONG_WIDTH (16)
113 #define UNITY_LONG_WIDTH (32)
115 #define UNITY_LONG_WIDTH (64)
118 #define UNITY_LONG_WIDTH (32)
133 #define UNITY_POINTER_WIDTH UNITY_LONG_WIDTH
165 #if UNITY_LONG_WIDTH == 64 || UNITY_POINTER_WIDTH == 64
178 #if (UNITY_LONG_WIDTH == 32)
181 #elif (UNITY_LONG_WIDTH == 64)
185 #error Invalid UNITY_LONG_WIDTH specified! (32 or 64 are supported)