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

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/
H A DIpSecDebug.c315 UINTN BytesToPrint; local
324 BytesToPrint = (BytesRemaining > IPSEC_DEBUG_BYTE_PER_LINE) ? IPSEC_DEBUG_BYTE_PER_LINE : BytesRemaining;
326 for (Index = 0; Index < BytesToPrint; Index++) {
331 BytesRemaining -= BytesToPrint;

Completed in 44 milliseconds