Home
last modified time | relevance | path

Searched refs:UNITY_LONG_WIDTH (Results 1 - 2 of 2) sorted by relevance

/third_party/cJSON/tests/unity/src/
H A Dunity_internals.h24 * UNITY_INT_WIDTH, UNITY_LONG_WIDTH, UNITY_POINTER_WIDTH */
56 #ifndef UNITY_LONG_WIDTH
59 #define UNITY_LONG_WIDTH (16) macro
61 #define UNITY_LONG_WIDTH (32) macro
63 #define UNITY_LONG_WIDTH (64) macro
66 #define UNITY_LONG_WIDTH (32) macro
81 #define UNITY_POINTER_WIDTH UNITY_LONG_WIDTH
112 #if UNITY_LONG_WIDTH == 64 || UNITY_POINTER_WIDTH == 64
124 #if (UNITY_LONG_WIDTH == 32)
127 #elif (UNITY_LONG_WIDTH
[all...]
/third_party/unity/src/
H A Dunity_internals.h34 * UNITY_INT_WIDTH, UNITY_LONG_WIDTH, UNITY_POINTER_WIDTH */
108 #ifndef UNITY_LONG_WIDTH
111 #define UNITY_LONG_WIDTH (16) macro
113 #define UNITY_LONG_WIDTH (32) macro
115 #define UNITY_LONG_WIDTH (64) macro
118 #define UNITY_LONG_WIDTH (32) macro
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
[all...]

Completed in 4 milliseconds