Home
last modified time | relevance | path

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

/third_party/gptfdisk/
Dparttypes.cc27 #define NUM_COLUMNS 2 macro
28 #define DESC_LENGTH (SCREEN_WIDTH - (6 * NUM_COLUMNS)) / NUM_COLUMNS
605 if ((colCount % NUM_COLUMNS) == 0) { in ShowAllTypes()