Home
last modified time | relevance | path

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

/external/valgrind/main/drd/tests/
Domp_matinv.c91 const int from_row_last, in copy_matrix() argument
104 assert(from_row_last - from_row_first == to_row_last - to_row_first); in copy_matrix()
107 for (i = from_row_first; i < from_row_last; i++) in copy_matrix()
Dmatinv.c103 const int from_row_last, in copy_matrix() argument
116 assert(from_row_last - from_row_first == to_row_last - to_row_first); in copy_matrix()
119 for (i = from_row_first; i < from_row_last; i++) in copy_matrix()