Searched refs:DecValue (Results 1 – 9 of 9) sorted by relevance
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/runtime/ |
D | rtstr.c | 129 IN UINT8 DecValue in RtDecimaltoBCD() argument 134 High = DecValue / 10; in RtDecimaltoBCD() 135 Low = DecValue - (High * 10); in RtDecimaltoBCD()
|
/external/llvm/include/llvm/Support/ |
D | Format.h | 144 int64_t DecValue; variable 154 : HexValue(HV), DecValue(DV), Width(W), Hex(H), Upper(U), in FormattedNumber()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Format.h | 157 int64_t DecValue; 167 : HexValue(HV), DecValue(DV), Width(W), Hex(H), Upper(U),
|
/external/llvm/lib/Support/ |
D | raw_ostream.cpp | 433 if (FN.DecValue == 0) { in operator <<() 440 bool Neg = (FN.DecValue < 0); in operator <<() 441 uint64_t N = Neg ? -static_cast<uint64_t>(FN.DecValue) : FN.DecValue; in operator <<()
|
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/ |
D | misc.c | 493 IN UINT8 DecValue in DecimaltoBCD() argument 496 return RtDecimaltoBCD (DecValue); in DecimaltoBCD()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | raw_ostream.cpp | 354 llvm::write_integer(Stream, FN.DecValue, 0, IntegerStyle::Integer); in operator <<()
|
/external/syslinux/efi32/include/efi/ |
D | efilib.h | 801 IN UINT8 DecValue
|
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ |
D | efilib.h | 801 IN UINT8 DecValue
|
/external/syslinux/efi64/include/efi/ |
D | efilib.h | 801 IN UINT8 DecValue
|