Home
last modified time | relevance | path

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

/external/gptfdisk/
Dgptcurses.cc599 uint i, j = 0, firstLine, numPerLine; in DisplayOptions() local
614 numPerLine = (COLS - 8) / 12; in DisplayOptions()
626 move(firstLine + i / numPerLine, (i % numPerLine) * 12 + 4); in DisplayOptions()
/external/llvm-project/lldb/tools/debugserver/source/
DDNBDataRef.cpp246 uint32_t numPerLine, const char *format) { in Dump() argument
255 if ((count % numPerLine) == 0) { in Dump()
DDNBDataRef.h111 DNBDataRef::Type type, uint32_t numPerLine,