Home
last modified time | relevance | path

Searched refs:DecValue (Results 1 – 7 of 7) sorted by relevance

/external/syslinux/gnu-efi/gnu-efi-3.0/lib/runtime/
Drtstr.c129 IN UINT8 DecValue in RtDecimaltoBCD() argument
134 High = DecValue / 10; in RtDecimaltoBCD()
135 Low = DecValue - (High * 10); in RtDecimaltoBCD()
/external/llvm/include/llvm/Support/
DFormat.h144 int64_t DecValue; variable
154 : HexValue(HV), DecValue(DV), Width(W), Hex(H), Upper(U), in FormattedNumber()
/external/llvm/lib/Support/
Draw_ostream.cpp433 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/
Dmisc.c493 IN UINT8 DecValue in DecimaltoBCD() argument
496 return RtDecimaltoBCD (DecValue); in DecimaltoBCD()
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
Defilib.h801 IN UINT8 DecValue
/external/syslinux/efi64/include/efi/
Defilib.h801 IN UINT8 DecValue
/external/syslinux/efi32/include/efi/
Defilib.h801 IN UINT8 DecValue