Searched refs:Value4 (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Table/ |
H A D | TableInf.py | 43 # @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 D | TableDec.py | 87 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 D | DataSource.c | 194 UINT32 Value4; local 210 pSeparator = GetDigit ( ++pSeparator, &Value4 ); 211 if (( 255 >= Value4 ) && ( 0 == *pSeparator )) { 215 | ( Value4 << 24 ); 223 Value4 ));
|
Completed in 1020 milliseconds