Searched defs:IeeeToInt (Results 1 - 1 of 1) sorted by relevance

/external/gptfdisk/
H A Dsupport.cc112 response = IeeeToInt(line, sSize, low, high, def);
131 // 0 values. The result is that IeeeToInt() returns UINT64_MAX when
134 uint64_t IeeeToInt(string inValue, uint64_t sSize, uint64_t low, uint64_t high, uint64_t def) { function
143 cerr << "Bug: Sector size invalid in IeeeToInt()!\n";
217 } // IeeeToInt()

Completed in 91 milliseconds