Lines Matching refs:pdest
1713 IndexType *pdest ; /* destination pointer */ in garbage_collection() local
1721 pdest = &A[0] ; in garbage_collection()
1729 COLAMD_ASSERT (pdest <= psrc) ; in garbage_collection()
1730 Col [c].start = (IndexType) (pdest - &A [0]) ; in garbage_collection()
1737 *pdest++ = r ; in garbage_collection()
1740 Col [c].length = (IndexType) (pdest - &A [Col [c].start]) ; in garbage_collection()
1771 psrc = pdest ; in garbage_collection()
1786 COLAMD_ASSERT (pdest <= psrc) ; in garbage_collection()
1787 Row [r].start = (IndexType) (pdest - &A [0]) ; in garbage_collection()
1794 *pdest++ = c ; in garbage_collection()
1797 Row [r].length = (IndexType) (pdest - &A [Row [r].start]) ; in garbage_collection()
1806 return ((IndexType) (pdest - &A [0])) ; in garbage_collection()