Lines Matching refs:next_col
737 Index next_col ; /* Used to add to degree list.*/ in init_scoring() local
904 next_col = head [score] ; in init_scoring()
906 Col [c].shared4.degree_next = next_col ; in init_scoring()
910 if (next_col != COLAMD_EMPTY) in init_scoring()
912 Col [next_col].shared3.prev = c ; in init_scoring()
989 Index next_col ; /* Used by Dlist operations. */ in find_ordering() local
1020 next_col = Col [pivot_col].shared4.degree_next ; in find_ordering()
1021 head [min_score] = next_col ; in find_ordering()
1022 if (next_col != COLAMD_EMPTY) in find_ordering()
1024 Col [next_col].shared3.prev = COLAMD_EMPTY ; in find_ordering()
1179 next_col = Col [col].shared4.degree_next ; in find_ordering()
1185 head [cur_score] = next_col ; in find_ordering()
1189 Col [prev_col].shared4.degree_next = next_col ; in find_ordering()
1191 if (next_col != COLAMD_EMPTY) in find_ordering()
1193 Col [next_col].shared3.prev = prev_col ; in find_ordering()
1402 next_col = head [cur_score] ; in find_ordering()
1403 Col [col].shared4.degree_next = next_col ; in find_ordering()
1405 if (next_col != COLAMD_EMPTY) in find_ordering()
1407 Col [next_col].shared3.prev = col ; in find_ordering()