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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DMyAlloc.h55 UINTN Cksum; member in struct:MyAllocStruct
63 // Cksum := (UINTN)This + (UINTN)Next + Line + Size + (UINTN)File +
H A DMyAlloc.c266 Tmp->Cksum = (UINTN) Tmp + (UINTN) (Tmp->Next) + Tmp->Line + Tmp->Size + (UINTN) (Tmp->File) + (UINTN) (Tmp->Buffer);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/SnpDxe/
H A DSnp.c96 UINT8 Cksum; local
99 Cksum = 0;
106 Cksum = (UINT8) (Cksum + *Ptr++);
109 return Cksum;

Completed in 44 milliseconds