Lines Matching refs:shared4
161 } shared4 ; member
525 Col [col].shared4.degree_next = COLAMD_EMPTY ; in init_rows_cols()
899 Col [c].shared4.degree_next = next_col ; in init_scoring()
1013 next_col = Col [pivot_col].shared4.degree_next ; in find_ordering()
1172 next_col = Col [col].shared4.degree_next ; in find_ordering()
1182 Col [prev_col].shared4.degree_next = next_col ; in find_ordering()
1318 Col [col].shared4.hash_next = first_col ; in find_ordering()
1396 Col [col].shared4.degree_next = next_col ; in find_ordering()
1605 super_c = Col [super_c].shared4.hash_next) in detect_super_cols()
1616 for (c = Col [super_c].shared4.hash_next ; in detect_super_cols()
1617 c != COLAMD_EMPTY ; c = Col [c].shared4.hash_next) in detect_super_cols()
1665 Col [prev_c].shared4.hash_next = Col [c].shared4.hash_next ; in detect_super_cols()