Home
last modified time | relevance | path

Searched refs:UNITY_INT_WIDTH (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/bsd/ntp/dist/sntp/unity/
H A Dunity_internals.h49 #ifndef UNITY_INT_WIDTH
60 #ifndef UNITY_INT_WIDTH
61 #define UNITY_INT_WIDTH (32) macro
115 #if (UNITY_INT_WIDTH == 32)
122 #elif (UNITY_INT_WIDTH == 16)
336 #if (UNITY_INT_WIDTH == 16)
338 #elif (UNITY_INT_WIDTH == 32)
340 #elif (UNITY_INT_WIDTH == 64)
350 #if (UNITY_INT_WIDTH == 16)
352 #elif (UNITY_INT_WIDTH == 32)
[all …]
H A Dunity.c234 _U_UINT current_bit = (_U_UINT)1 << (UNITY_INT_WIDTH - 1); in UnityPrintMask()
237 for (i = 0; i < UNITY_INT_WIDTH; i++) in UnityPrintMask()