Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/runtime/
H A Drtstr.c222 IN UINT8 DecValue in RtDecimaltoBCD() argument
227 High = DecValue / 10; in RtDecimaltoBCD()
228 Low = DecValue - (High * 10); in RtDecimaltoBCD()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFormat.h166 int64_t DecValue;
176 : HexValue(HV), DecValue(DV), Width(W), Hex(H), Upper(U),
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/
H A Dmisc.c496 IN UINT8 DecValue in DecimaltoBCD() argument
499 return RtDecimaltoBCD (DecValue); in DecimaltoBCD()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A Draw_ostream.cpp395 llvm::write_integer(Stream, FN.DecValue, 0, IntegerStyle::Integer); in operator <<()
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/
H A Defilib.h970 IN UINT8 DecValue