Searched refs:v_cols (Results 1 - 3 of 3) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Dvt.h48 unsigned short v_cols; /* number of columns */ member in struct:vt_sizes
55 unsigned short v_cols; /* number of columns */ member in struct:vt_consize
/external/opencv/cxcore/src/
H A Dcxsvd.cpp1313 int v_rows, v_cols; local
1321 v_cols = v->cols;
1326 v_cols = v->rows;
1332 if( v_rows != n || v_cols != n )
1336 if( w_is_mat && w_cols != v_cols )
1473 int v_rows, v_cols; local
1513 v_cols = v->cols;
1518 v_cols = v->rows;
1525 if( (u_rows != u_cols && v_rows != v_cols) || x->rows != v_rows )
1540 if( w->cols != v_cols ||
[all...]
/external/valgrind/include/vki/
H A Dvki-linux.h2467 unsigned short v_cols; /* number of columns */ member in struct:vki_vt_sizes
2474 unsigned short v_cols; /* number of columns */ member in struct:vki_vt_consize

Completed in 213 milliseconds