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

/forgerock/web-agents-v4/cmocka/
H A Dcmocka.h83 #ifndef LargestIntegralTypePrintfFormat
85 # define LargestIntegralTypePrintfFormat "0x%I64x" macro
88 # define LargestIntegralTypePrintfFormat "%#lx" macro
90 # define LargestIntegralTypePrintfFormat "%#llx" macro
93 #endif /* LargestIntegralTypePrintfFormat */
H A Dcmocka.c822 cm_print_error(LargestIntegralTypePrintfFormat " != "
823 LargestIntegralTypePrintfFormat "\n", left, right);
835 cm_print_error(LargestIntegralTypePrintfFormat " == "
836 LargestIntegralTypePrintfFormat "\n", left, right);

Completed in 40 milliseconds