Home
last modified time | relevance | path

Searched refs:HexLength (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/dev/acpica/components/executer/
H A Dexconvrt.c436 UINT32 HexLength; in AcpiExConvertToAscii() local
502 HexLength = (DataWidth * 2); in AcpiExConvertToAscii()
503 for (i = 0, j = (HexLength-1); i < HexLength; i++, j--) in AcpiExConvertToAscii()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1357 auto HexLength = [](uint64_t Num) { in PrintDyldInfo() local
1363 AddressWidth = std::max(AddressWidth, HexLength(Entry.address()) + 2); in PrintDyldInfo()
1365 AddendWidth = std::max(AddendWidth, HexLength(Entry.addend()) + 2); in PrintDyldInfo()