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

/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/Library/VBoxDebugLib/
H A DVBoxPrintHex.c52 * @param cbType The size of the value type.
54 size_t VBoxPrintHex(UINT64 uValue, size_t cbType) argument
57 switch (cbType)
81 return cbType * 2;
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/Include/
H A DVBoxDebugLib.h35 size_t VBoxPrintHex(UINT64 uValue, size_t cbType);

Completed in 871 milliseconds