Searched refs:HexLength (Results 1 – 2 of 2) sorted by relevance
436 UINT32 HexLength; in AcpiExConvertToAscii() local502 HexLength = (DataWidth * 2); in AcpiExConvertToAscii()503 for (i = 0, j = (HexLength-1); i < HexLength; i++, j--) in AcpiExConvertToAscii()
1357 auto HexLength = [](uint64_t Num) { in PrintDyldInfo() local1363 AddressWidth = std::max(AddressWidth, HexLength(Entry.address()) + 2); in PrintDyldInfo()1365 AddendWidth = std::max(AddendWidth, HexLength(Entry.addend()) + 2); in PrintDyldInfo()