Home
last modified time | relevance | path

Searched refs:foundAt (Results 1 - 1 of 1) sorted by relevance

/third_party/gptfdisk/
H A Dsupport.cc141 size_t foundAt = 0; in IeeeToInt() local
167 foundAt = suffixes.find(suffix); in IeeeToInt()
171 while (foundAt > (suffixes.length() - 1) && inString.peek() != -1) { in IeeeToInt()
173 foundAt = suffixes.find(suffix); in IeeeToInt()
184 if (foundAt != string::npos) { in IeeeToInt()
185 bytesPerUnit = UINT64_C(1) << (10 * (foundAt + 1)); in IeeeToInt()

Completed in 2 milliseconds