Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/src/SparseExtra/
DMatrixMarketIterator.h176 while ( (m_curs_id = readdir(m_folder_id)) != NULL) { in Getnextvalidmatrix()
179 curfile = m_folder + "/" + m_curs_id->d_name; in Getnextvalidmatrix()
181 … if (m_curs_id->d_type == DT_DIR) continue; //FIXME This may not be available on non BSD systems in Getnextvalidmatrix()
203 std::string filename = m_curs_id->d_name; in Getnextvalidmatrix()
226 struct dirent *m_curs_id; variable