Searched refs:WorstCol (Results 1 – 1 of 1) sorted by relevance
74 WorstCol = std::max(WorstCol, WorstColCountForCurRow); in MatrixMetadata()82 unsigned getWorstCol() const { return WorstCol; } in getWorstCol()88 unsigned WorstCol = 0; variable