Home
last modified time | relevance | path

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

/third_party/gptfdisk/
Dsupport.cc139 size_t foundAt = 0; in IeeeToInt() local
174 foundAt = suffixes.find(suffix); in IeeeToInt()
175 if (foundAt != string::npos) { in IeeeToInt()
176 bytesPerUnit = UINT64_C(1) << (10 * (foundAt + 1)); in IeeeToInt()