Lines Matching defs:length
119 void UnityPrintLen(const char* string, const UNITY_UINT32 length)
125 while (*pch && (UNITY_UINT32)(pch - string) < length)
451 const UNITY_UINT32 length)
457 UnityPrintLen(expected, length);
468 UnityPrintLen(actual, length);
610 unsigned int length = style & 0xF;
627 switch (length)
643 default: /* length 4 bytes */
646 length = 4;
652 if (style & UNITY_DISPLAY_RANGE_UINT && length < sizeof(expect_val))
655 mask = (mask << 8 * length) - 1;
671 expected = (UNITY_INTERNAL_PTR)(length + (const char*)expected);
673 actual = (UNITY_INTERNAL_PTR)(length + (const char*)actual);
1045 const UNITY_UINT32 length,
1056 for (i = 0; (i < length) && (expected[i] || actual[i]); i++)
1076 UnityPrintExpectedAndActualStringsLen(expected, actual, length);
1164 const UNITY_UINT32 length,
1177 if ((elements == 0) || (length == 0))
1188 bytes = length;
1201 UnityPrintNumberUnsigned(length - bytes - 1);