Home
last modified time | relevance | path

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

/external/valgrind/drd/tests/
Domp_matinv.c96 const int to_cols, in copy_matrix() argument
114 assert(j - from_col_first + to_col_first < to_cols); in copy_matrix()
115 to[(i - from_row_first + to_col_first) * to_cols in copy_matrix()
Dmatinv.c108 const int to_cols, in copy_matrix() argument
126 assert(j - from_col_first + to_col_first < to_cols); in copy_matrix()
127 to[(i - from_row_first + to_col_first) * to_cols in copy_matrix()