Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/i2c-vr/isl69269/
H A Disl69269.cpp309 size_t nextLineStart = 0; in parseImage() local
321 size_t lineLen = i - nextLineStart; in parseImage()
322 if (i > nextLineStart && image[i - 1] == '\r') in parseImage()
331 std::memcpy(line, image + nextLineStart, lineLen); in parseImage()
470 nextLineStart = i + 1; in parseImage()