Lines Matching full:shared4
168 } shared4 ;
532 Col [col].shared4.degree_next = COLAMD_EMPTY ;
906 Col [c].shared4.degree_next = next_col ;
1020 next_col = Col [pivot_col].shared4.degree_next ;
1179 next_col = Col [col].shared4.degree_next ;
1189 Col [prev_col].shared4.degree_next = next_col ;
1325 Col [col].shared4.hash_next = first_col ;
1403 Col [col].shared4.degree_next = next_col ;
1545 for that column. The value of Col [c].shared4.hash_next is the next column
1612 super_c = Col [super_c].shared4.hash_next)
1623 for (c = Col [super_c].shared4.hash_next ;
1624 c != COLAMD_EMPTY ; c = Col [c].shared4.hash_next)
1672 Col [prev_c].shared4.hash_next = Col [c].shared4.hash_next ;