Home
last modified time | relevance | path

Searched defs:endRow (Results 1 – 2 of 2) sorted by relevance

/haiku/src/libs/linprog/
H A DActiveSetSolver.cpp276 EquationSystem::_EliminateColumn(int32 column, int32 startRow, int32 endRow) in _EliminateColumn()
/haiku/src/apps/debuganalyzer/gui/table/
H A DTable.cpp606 int32 endRow = rowIndex + count; in TableRowsAdded() local