Searched refs:lineLength (Results 1 – 1 of 1) sorted by relevance
157 int lineLength; in DumpRawBuffer() local161 for (lineStart = 0; lineStart < length; lineStart += lineLength) { in DumpRawBuffer()162 lineLength = kLineSize; in DumpRawBuffer()163 if (lineStart + lineLength > length) in DumpRawBuffer()164 lineLength = length - lineStart; in DumpRawBuffer()166 for (i = 0; i < lineLength; i++) in DumpRawBuffer()171 for (i = 0; i < lineLength; i++) { in DumpRawBuffer()