Home
last modified time | relevance | path

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

/third_party/gptfdisk/
Dsupport.h75 uint64_t IeeeToInt(std::string IeeeValue, uint64_t sSize, uint64_t low, uint64_t high, uint32_t sec…
Dgptcl.cc318 … 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()
Dsupport.cc137 uint64_t IeeeToInt(string inValue, uint64_t sSize, uint64_t low, uint64_t high, uint32_t sectorAlig… in IeeeToInt() function
Dgptcurses.cc454 …newFirstLBA = IeeeToInt(inLine, blockSize, currentSpace->firstLBA, currentSpace->lastLBA, sectorAl… in MakeNewPart()
468 newLastLBA = newFirstLBA + IeeeToInt(inLine, blockSize, 1, size, sectorAlignment, size) - 1; in MakeNewPart()
Dgpttext.cc568 response = IeeeToInt(line, blockSize, low, high, sectorAlignment, def); in GetSectorNum()