Searched defs:format_hex (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dvsprintf.c87 static char * format_hex ( char *end, unsigned long long num, int width, function
247 ptr = format_hex ( ptr, ptrval, width,
260 ptr = format_hex ( ptr, hex, width, flags );

Completed in 50 milliseconds