Home
last modified time | relevance | path

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

/external/valgrind/drd/tests/
Domp_matinv.c89 const int from_cols, in copy_matrix() argument
113 assert(j < from_cols); in copy_matrix()
117 = from[i * from_cols + j]; in copy_matrix()
Dmatinv.c101 const int from_cols, in copy_matrix() argument
125 assert(j < from_cols); in copy_matrix()
129 = from[i * from_cols + j]; in copy_matrix()