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

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgDxe/
H A DTisDxe.c187 UINT32 DataDword; local
209 DataDword = VA_ARG (*ap, UINT32);
210 DataDword = SwapBytes32 (DataDword);
211 Raw = (UINT8*)&DataDword;
212 Size = sizeof (DataDword);

Completed in 47 milliseconds