Home
last modified time | relevance | path

Searched refs:Value2 (Results 1 – 22 of 22) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
DMetaFileTable.py87 def Insert(self, Model, Value1, Value2, Value3, Scope1='COMMON', Scope2='COMMON', argument
89 …(Value1, Value2, Value3, Usage, Scope1, Scope2) = ConvertToSqlString((Value1, Value2, Value3, Usag…
94 Value2,
170 def Insert(self, Model, Value1, Value2, Value3, Scope1='COMMON', Scope2='COMMON', argument
172 …(Value1, Value2, Value3, Scope1, Scope2) = ConvertToSqlString((Value1, Value2, Value3, Scope1, Sco…
177 Value2,
251 …def Insert(self, Model, Value1, Value2, Value3, Scope1='COMMON', Scope2='COMMON', BelongsToItem=-1… argument
253 …(Value1, Value2, Value3, Scope1, Scope2) = ConvertToSqlString((Value1, Value2, Value3, Scope1, Sco…
258 Value2,
DMetaFileParser.py1973 …(Model, Value1, Value2, Value3, Scope1, Scope2, BelongsToItem, BelongsToFile, StartLine, StartColu…
1980 Value2 = Key[0]
1984 …self.TblFdf.Insert(Model, Value1, Value2, Value3, Scope1, Scope2, BelongsToItem, BelongsToFile, St…
1988 Value2 = ''
1992 …self.TblFdf.Insert(Model, Value1, Value2, Value3, Scope1, Scope2, BelongsToItem, BelongsToFile, St…
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
DMetaFileTable.py111 def Insert(self, Model, Value1, Value2, Value3, Scope1='COMMON', Scope2='COMMON', argument
113 …(Value1, Value2, Value3, Scope1, Scope2) = ConvertToSqlString((Value1, Value2, Value3, Scope1, Sco…
118 Value2,
193 def Insert(self, Model, Value1, Value2, Value3, Scope1='COMMON', Scope2='COMMON', argument
195 …(Value1, Value2, Value3, Scope1, Scope2) = ConvertToSqlString((Value1, Value2, Value3, Scope1, Sco…
200 Value2,
307 …def Insert(self, Model, Value1, Value2, Value3, Scope1='COMMON', Scope2='COMMON', BelongsToItem=-1… argument
309 …(Value1, Value2, Value3, Scope1, Scope2) = ConvertToSqlString((Value1, Value2, Value3, Scope1, Sco…
314 Value2,
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Table/
DTableFdf.py88 …def Insert(self, Model, Value1, Value2, Value3, Scope1, Scope2, BelongsToItem, BelongsToFile, Star… argument
90 …(Value1, Value2, Value3, Scope1, Scope2) = ConvertToSqlString((Value1, Value2, Value3, Scope1, Sco…
92 …% (self.Table, self.ID, Model, Value1, Value2, Value3, Scope1, Scope2, BelongsToItem, BelongsToFil…
DTableDec.py87 …def Insert(self, Model, Value1, Value2, Value3, Value4, Value5, Arch, BelongsToItem, BelongsToFile… argument
89 (Value1, Value2, Value3, Arch) = ConvertToSqlString((Value1, Value2, Value3, Arch))
91 …% (self.Table, self.ID, Model, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLi…
DTableDsc.py87 …def Insert(self, Model, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine, Sta… argument
89 (Value1, Value2, Value3, Arch) = ConvertToSqlString((Value1, Value2, Value3, Arch))
91 …% (self.Table, self.ID, Model, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLi…
DTableInf.py93 …def Insert(self, Model, Value1, Value2, Value3, Value4, Value5, Arch, BelongsToItem, BelongsToFile… argument
95 …(Value1, Value2, Value3, Value4, Value5, Arch) = ConvertToSqlString((Value1, Value2, Value3, Value…
97 …% (self.Table, self.ID, Model, Value1, Value2, Value3, Value4, Value5, Arch, BelongsToItem, Belong…
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DFdfClassObject.py89 …(Model, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLin…
96 Value2 = ".".join((Key[1], Key[0]))
100 …self.TblFdf.Insert(Model, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine, S…
104 Value2 = ''
108 …self.TblFdf.Insert(Model, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine, S…
DDscClassObject.py222 ID, Value1, Value2, Arch = Record[0], ValueList[0], ValueList[1], Record[2]
224 …here ID = %s""" % (self.TblDsc.Table, ConvertToSqlString2(Value1), ConvertToSqlString2(Value2), ID)
970 … (Value1, Value2, Value3, Model, StartColumn, EndColumn, Enabled) = ('', '', '', -1, -1, -1, 0)
992 …self.TblDsc.Insert(Model, Value1, Value2, Value3, ArchList, BelongsToItem, self.FileID, PreviousIf…
998 Value1, Value2, Value3 = '', '==', '0'
1001 Value2 = List[1]
1007 …self.TblDsc.Insert(Model, Value1, Value2, Value3, ArchList, BelongsToItem, self.FileID, PreviousIf…
1014 …self.TblDsc.Insert(Model, Value1, Value2, Value3, ArchList, BelongsToItem, self.FileID, PreviousIf…
1235 def Compare(self, Value1, CompareType, Value2): argument
DDecClassObject.py311 … ID, Value1, Value2, Arch, LineNo = Record[3], ValueList[0], ValueList[1], Record[1], Record[2]
313 …here ID = %s""" % (self.TblDec.Table, ConvertToSqlString2(Value1), ConvertToSqlString2(Value2), ID)
DInfClassObject.py543 … ID, Value1, Value2, Arch, LineNo = Record[3], ValueList[0], ValueList[1], Record[1], Record[2]
545 …here ID = %s""" % (self.TblInf.Table, ConvertToSqlString2(Value1), ConvertToSqlString2(Value2), ID)
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/
DBitField.c775 UINT64 Value2; in BitFieldOr64() local
781 Value2 = LShiftU64 ((UINT64) - 2, EndBit); in BitFieldOr64()
783 return Operand | (Value1 & ~Value2); in BitFieldOr64()
819 UINT64 Value2; in BitFieldAnd64() local
825 Value2 = LShiftU64 ((UINT64)-2, EndBit); in BitFieldAnd64()
827 return Operand & ~(Value1 & ~Value2); in BitFieldAnd64()
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
DBitField.c807 UINT64 Value2; in BitFieldOr64() local
820 Value2 = LShiftU64 ((UINT64) - 2, EndBit); in BitFieldOr64()
822 return Operand | (Value1 & ~Value2); in BitFieldOr64()
859 UINT64 Value2; in BitFieldAnd64() local
872 Value2 = LShiftU64 ((UINT64)-2, EndBit); in BitFieldAnd64()
874 return Operand & ~(Value1 & ~Value2); in BitFieldAnd64()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
DUefiIfrParserExpression.h88 IN EFI_HII_VALUE *Value2,
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/DataSource/
DDataSource.c198 UINT32 Value2; in IpAddress() local
225 &Value2, in IpAddress()
229 && ( 255 >= Value2 ) in IpAddress()
238 | ( Value2 << 8 ) in IpAddress()
250 Value2, in IpAddress()
257 &Value2, in IpAddress()
265 && ( 0xffff >= Value2 ) in IpAddress()
279 pRemoteAddress6->sin6_addr.__u6_addr.__u6_addr8[ 2 ] = (UINT8)( Value2 >> 8 ); in IpAddress()
280 pRemoteAddress6->sin6_addr.__u6_addr.__u6_addr8[ 3 ] = (UINT8)Value2; in IpAddress()
301 Value2, in IpAddress()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
DProcessOptions.c222 IN EFI_HII_VALUE *Value2, in CompareHiiValue() argument
236 if (Value1->Type == EFI_IFR_TYPE_STRING && Value2->Type == EFI_IFR_TYPE_STRING) { in CompareHiiValue()
237 if (Value1->Value.string == 0 || Value2->Value.string == 0) { in CompareHiiValue()
244 if (Value1->Value.string == Value2->Value.string) { in CompareHiiValue()
257 Str2 = GetToken (Value2->Value.string, HiiHandle); in CompareHiiValue()
274 if (IsTypeInBuffer(Value1) && IsTypeInBuffer(Value2)) { in CompareHiiValue()
276 GetBufAndLenForValue(Value2, &Buf2, &Buf2Len); in CompareHiiValue()
293 if (IsTypeInUINT64(Value1) && IsTypeInUINT64(Value2)) { in CompareHiiValue()
294 Temp64 = HiiValueToUINT64(Value1) - HiiValueToUINT64(Value2); in CompareHiiValue()
DInputHandler.c1183 IN EFI_IFR_TYPE_VALUE *Value2, in IsValuesEqual() argument
1190 return (BOOLEAN) (Value1->u8 == Value2->u8); in IsValuesEqual()
1193 return (BOOLEAN) (Value1->u16 == Value2->u16); in IsValuesEqual()
1196 return (BOOLEAN) (Value1->u32 == Value2->u32); in IsValuesEqual()
1199 return (BOOLEAN) (Value1->u64 == Value2->u64); in IsValuesEqual()
DFormDisplay.h361 IN EFI_HII_VALUE *Value2,
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
DMisc.py1008 Value2 = ''
1021 if not Value2:
1022 Value2 = Value
1024 Value2 = Value
1046 if Value2:
1047 return Value2
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
DCheck.py953 Value2 = Record[2]
957 if Value2.startswith(DT.TAB_SPECIAL_COMMENT):
958 GuidCommentList = Value2[2:].split(DT.TAB_SPECIAL_COMMENT)
996 Value2 = Record[2]
1000 if Value2.startswith(DT.TAB_SPECIAL_COMMENT):
1001 GuidCommentList = Value2[2:].split(DT.TAB_SPECIAL_COMMENT)
1027 Value2 = Record[2]
1031 if Value2.startswith(DT.TAB_SPECIAL_COMMENT):
1032 GuidCommentList = Value2[2:].split(DT.TAB_SPECIAL_COMMENT)
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
DExpression.c2201 IN EFI_HII_VALUE *Value2, in CompareHiiValue() argument
2215 if (Value1->Type == EFI_IFR_TYPE_STRING && Value2->Type == EFI_IFR_TYPE_STRING) { in CompareHiiValue()
2216 if (Value1->Value.string == 0 || Value2->Value.string == 0) { in CompareHiiValue()
2223 if (Value1->Value.string == Value2->Value.string) { in CompareHiiValue()
2236 Str2 = GetToken (Value2->Value.string, HiiHandle); in CompareHiiValue()
2253 if (IsTypeInBuffer(Value1) && IsTypeInBuffer(Value2)) { in CompareHiiValue()
2256 Buf2 = GetBufferForValue(Value2); in CompareHiiValue()
2257 Buf2Len = GetLengthForValue(Value2); in CompareHiiValue()
2274 if (IsTypeInUINT64(Value1) && IsTypeInUINT64(Value2)) { in CompareHiiValue()
2275 Temp64 = HiiValueToUINT64(Value1) - HiiValueToUINT64(Value2); in CompareHiiValue()
DSetup.h1664 IN EFI_HII_VALUE *Value2,