Home
last modified time | relevance | path

Searched refs:ValueIsNegative (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/
DValueToString.c151 BOOLEAN ValueIsNegative; in EfiValueToString() local
157 ValueIsNegative = FALSE; in EfiValueToString()
166 ValueIsNegative = TRUE; in EfiValueToString()
182 if (ValueIsNegative) { in EfiValueToString()
187 if ((Flags & PREFIX_ZERO) && !ValueIsNegative) { in EfiValueToString()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
DMiscOemType0x94Function.c133 BOOLEAN ValueIsNegative; in EfiValueToString()
140 ValueIsNegative = FALSE; in EfiValueToString()
148 ValueIsNegative = TRUE; in EfiValueToString()
166 if (ValueIsNegative) { in EfiValueToString()
171 if ((Flags & PREFIX_ZERO) && !ValueIsNegative) { in EfiValueToString()
/device/linaro/bootloader/edk2/SecurityPkg/Library/TcgStorageCoreLib/
DTcgStorageCore.c553 BOOLEAN ValueIsNegative; in TcgAddInteger() local
567 ValueIsNegative = SignedInteger && DataBytes[ DataSize - 1 ] & 0x80; in TcgAddInteger()
573 if (ValueIsNegative && (DataBytes[ActualDataSize - 1] != 0xFF)) { in TcgAddInteger()
575 } else if (!ValueIsNegative && (DataBytes[ActualDataSize - 1] != 0)) { in TcgAddInteger()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSetupDxe/
DSetupInfoRecords.c239 BOOLEAN ValueIsNegative; in EfiValueToString()
246 ValueIsNegative = FALSE; in EfiValueToString()
254 ValueIsNegative = TRUE; in EfiValueToString()
272 if (ValueIsNegative) { in EfiValueToString()
277 if ((Flags & PREFIX_ZERO) && !ValueIsNegative) { in EfiValueToString()