Home
last modified time | relevance | path

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

/external/gptfdisk/
Dgptcurses.cc597 uint i, j = 0, firstLine, numPerLine; in DisplayOptions() local
612 numPerLine = (COLS - 8) / 12; in DisplayOptions()
624 move(firstLine + i / numPerLine, (i % numPerLine) * 12 + 4); in DisplayOptions()
/external/lldb/tools/debugserver/source/
DDNBDataRef.cpp329 uint32_t numPerLine, in Dump() argument
341 if ((count % numPerLine) == 0) in Dump()
DDNBDataRef.h114 …fset_t endOffset, uint64_t offsetBase, DNBDataRef::Type type, uint32_t numPerLine, const char *typ…