Home
last modified time | relevance | path

Searched refs:nibbles_to_print (Results 1 - 3 of 3) sorted by relevance

/third_party/unity/src/
H A Dunity.c272 void UnityPrintNumberHex(const UNITY_UINT number, const char nibbles_to_print) in UnityPrintNumberHex() argument
275 char nibbles = nibbles_to_print; in UnityPrintNumberHex()
2040 char nibbles_to_print = 8; in UnityPrintFVA() local
2044 nibbles_to_print = 16; in UnityPrintFVA()
2049 UnityPrintNumberHex((UNITY_UINT)number, nibbles_to_print); in UnityPrintFVA()
H A Dunity_internals.h582 void UnityPrintNumberHex(const UNITY_UINT number, const char nibbles_to_print);
/third_party/cJSON/tests/unity/src/
H A Dunity.c210 void UnityPrintNumberHex(const UNITY_UINT number, const char nibbles_to_print) in UnityPrintNumberHex() argument
213 char nibbles = nibbles_to_print; in UnityPrintNumberHex()

Completed in 9 milliseconds