Searched refs:IeeeToInt (Results 1 – 5 of 5) sorted by relevance
/third_party/gptfdisk/ |
D | support.h | 75 uint64_t IeeeToInt(std::string IeeeValue, uint64_t sSize, uint64_t low, uint64_t high, uint32_t sec…
|
D | gptcl.cc | 318 … startSector = IeeeToInt(GetString(newPartInfo, 2), sSize, low, high, sectorAlignment, low); in DoOptions() 319 … endSector = IeeeToInt(GetString(newPartInfo, 3), sSize, startSector, high, sectorAlignment, high); in DoOptions()
|
D | support.cc | 137 uint64_t IeeeToInt(string inValue, uint64_t sSize, uint64_t low, uint64_t high, uint32_t sectorAlig… in IeeeToInt() function
|
D | gptcurses.cc | 454 …newFirstLBA = IeeeToInt(inLine, blockSize, currentSpace->firstLBA, currentSpace->lastLBA, sectorAl… in MakeNewPart() 468 newLastLBA = newFirstLBA + IeeeToInt(inLine, blockSize, 1, size, sectorAlignment, size) - 1; in MakeNewPart()
|
D | gpttext.cc | 568 response = IeeeToInt(line, blockSize, low, high, sectorAlignment, def); in GetSectorNum()
|