OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:max_col
(Results
1 - 3
of
3
) sorted by null
/external/e2fsprogs/ext2ed/
ext2ed.h
182
int max_line,
max_col
;
member in struct:struct_pad_info
/external/chromium_org/ui/views/layout/
grid_layout.cc
526
max_col
= view_state->start_col + view_state->col_span;
527
i <
max_col
; ++i) {
548
int
max_col
= view_state->start_col + view_state->col_span;
local
550
for (int i = start_col; i <
max_col
; ++i) {
563
for (int i = start_col, resize_i = 0; i <
max_col
; ++i) {
577
for (int i = start_col; i <
max_col
; ++i) {
[
all
...]
/external/mksh/src/
misc.c
1174
unsigned int i, r, c, rows, cols, nspace,
max_col
;
local
1183
"
max_col
", max_colz);
1187
max_col
= (unsigned int)max_colz;
1200
* We use (
max_col
+ 1) to consider the space separator.
1204
cols = x_cols / (
max_col
+ 1);
1221
max_col
= -
max_col
;
1222
nspace = (x_cols +
max_col
* cols) / cols;
1229
shf_fprintf(shf, "%*s",
max_col
,
[
all
...]
Completed in 316 milliseconds