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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Table/
H A DTableInf.py43 # @param Value4: Value4 of a Inf item
60 Value4 VARCHAR,
82 # @param Value4: Value4 of a Inf item
93 def Insert(self, Model, Value1, Value2, Value3, Value4, Value5, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabled):
95 (Value1, Value2, Value3, Value4, Value5, Arch) = ConvertToSqlString((Value1, Value2, Value3, Value4, Value5, Arch))
97 % (self.Table, self.ID, Model, Value1, Value2, Value3, Value4, Value5, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabled)
H A DTableDec.py87 def Insert(self, Model, Value1, Value2, Value3, Value4, Value5, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabled):
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/DataSource/
H A DDataSource.c194 UINT32 Value4; local
210 pSeparator = GetDigit ( ++pSeparator, &Value4 );
211 if (( 255 >= Value4 ) && ( 0 == *pSeparator )) {
215 | ( Value4 << 24 );
223 Value4 ));

Completed in 1020 milliseconds