OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxCols
(Results
1 - 2
of
2
) sorted by null
/bootable/recovery/
screen_ui.h
87
static const int
kMaxCols
= 96;
91
char text[kMaxRows][
kMaxCols
];
97
char menu[kMaxRows][
kMaxCols
];
screen_ui.cpp
393
if (text_cols >
kMaxCols
- 1) text_cols =
kMaxCols
- 1;
Completed in 34 milliseconds