Home
last modified time | relevance | path

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

/third_party/cJSON/tests/unity/src/
H A Dunity_internals.h24 * UNITY_INT_WIDTH, UNITY_LONG_WIDTH, UNITY_POINTER_WIDTH */
71 #ifndef UNITY_POINTER_WIDTH
74 #define UNITY_POINTER_WIDTH (16) macro
76 #define UNITY_POINTER_WIDTH (32) macro
78 #define UNITY_POINTER_WIDTH (64) macro
81 #define UNITY_POINTER_WIDTH UNITY_LONG_WIDTH macro
112 #if UNITY_LONG_WIDTH == 64 || UNITY_POINTER_WIDTH == 64
142 #if (UNITY_POINTER_WIDTH == 32)
145 #elif (UNITY_POINTER_WIDTH == 64)
148 #elif (UNITY_POINTER_WIDTH
[all...]
/third_party/unity/src/
H A Dunity_internals.h34 * UNITY_INT_WIDTH, UNITY_LONG_WIDTH, UNITY_POINTER_WIDTH */
123 #ifndef UNITY_POINTER_WIDTH
126 #define UNITY_POINTER_WIDTH (16) macro
128 #define UNITY_POINTER_WIDTH (32) macro
130 #define UNITY_POINTER_WIDTH (64) macro
133 #define UNITY_POINTER_WIDTH UNITY_LONG_WIDTH macro
165 #if UNITY_LONG_WIDTH == 64 || UNITY_POINTER_WIDTH == 64
196 #if (UNITY_POINTER_WIDTH == 32)
199 #elif (UNITY_POINTER_WIDTH == 64)
202 #elif (UNITY_POINTER_WIDTH
[all...]
H A Dunity.c2041 if (UNITY_POINTER_WIDTH == 64) in UnityPrintFVA()
/third_party/unity/extras/memory/src/
H A Dunity_memory.c55 #define UNITY_MALLOC_ALIGNMENT (UNITY_POINTER_WIDTH / 8)

Completed in 7 milliseconds