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

/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DMemoryView.cpp195 int32 currentBlocksPerLine = fHexBlocksPerLine; local
214 if (currentAddress + (currentBlocksPerLine * blockByteSize)
217 currentBlocksPerLine = currentCharsPerLine
221 for (int32 j = 0; j < currentBlocksPerLine; j++) {
257 if (currentBlocksPerLine < fHexBlocksPerLine)
259 * (fHexBlocksPerLine - currentBlocksPerLine);
290 if (currentBlocksPerLine > 0) {
291 currentAddress += currentBlocksPerLine * blockByteSize;
292 lineAddress += currentBlocksPerLine * blockByteSize;

Completed in 27 milliseconds