Home | History | Annotate | Download | only in OrderingMethods

Lines Matching defs:pdest

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