Lines Matching refs:pdest
1720 Index *pdest ; /* destination pointer */ in garbage_collection() local
1728 pdest = &A[0] ; in garbage_collection()
1736 COLAMD_ASSERT (pdest <= psrc) ; in garbage_collection()
1737 Col [c].start = (Index) (pdest - &A [0]) ; in garbage_collection()
1744 *pdest++ = r ; in garbage_collection()
1747 Col [c].length = (Index) (pdest - &A [Col [c].start]) ; in garbage_collection()
1778 psrc = pdest ; in garbage_collection()
1793 COLAMD_ASSERT (pdest <= psrc) ; in garbage_collection()
1794 Row [r].start = (Index) (pdest - &A [0]) ; in garbage_collection()
1801 *pdest++ = c ; in garbage_collection()
1804 Row [r].length = (Index) (pdest - &A [Row [r].start]) ; in garbage_collection()
1813 return ((Index) (pdest - &A [0])) ; in garbage_collection()