Home
last modified time | relevance | path

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

/external/valgrind/drd/tests/
Domp_matinv.c97 const int to_row_first, in copy_matrix() argument
104 assert(from_row_last - from_row_first == to_row_last - to_row_first); in copy_matrix()
110 assert(i - from_row_first + to_row_first < to_rows); in copy_matrix()
Dmatinv.c109 const int to_row_first, in copy_matrix() argument
116 assert(from_row_last - from_row_first == to_row_last - to_row_first); in copy_matrix()
122 assert(i - from_row_first + to_row_first < to_rows); in copy_matrix()