Searched refs:ValueIsNegative (Results 1 – 4 of 4) sorted by relevance
151 BOOLEAN ValueIsNegative; in EfiValueToString() local157 ValueIsNegative = FALSE; in EfiValueToString()166 ValueIsNegative = TRUE; in EfiValueToString()182 if (ValueIsNegative) { in EfiValueToString()187 if ((Flags & PREFIX_ZERO) && !ValueIsNegative) { in EfiValueToString()
133 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()
553 BOOLEAN ValueIsNegative; in TcgAddInteger() local567 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()
239 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()