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

/freebsd-11-stable/contrib/ntp/sntp/unity/
H A Dunity_internals.h65 #ifndef UNITY_LONG_WIDTH
68 #define UNITY_LONG_WIDTH (16) macro
70 #define UNITY_LONG_WIDTH (32) macro
72 #define UNITY_LONG_WIDTH (64) macro
76 #ifndef UNITY_LONG_WIDTH
77 #define UNITY_LONG_WIDTH (32) macro
106 #define UNITY_POINTER_WIDTH UNITY_LONG_WIDTH
136 #if UNITY_LONG_WIDTH > 32
155 #if (UNITY_LONG_WIDTH == 32)
158 #elif (UNITY_LONG_WIDTH
[all...]
H A Dunity.c144 if (number_to_print == (1l << (UNITY_LONG_WIDTH-1)))
148 number = (1ul << (UNITY_LONG_WIDTH-1));

Completed in 176 milliseconds