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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/
H A DGenFw.c1072 UINT32 *DataPointer; local
1852 DataPointer = (UINT32 *) FileBuffer;
1853 OldDataPointer = DataPointer;
1855 OldDataPointer = DataPointer;
1856 Status = MicrocodeReadData (fpIn, DataPointer++);
1858 DataPointer = OldDataPointer;
1888 DataPointer = (UINT32 *) FileBuffer;
1892 CheckSum += *DataPointer;
1893 DataPointer ++;
1894 Index += sizeof (*DataPointer);
[all...]

Completed in 37 milliseconds