Lines Matching refs:rp
501 IndexType *rp ; /* a row pointer */
674 rp = &A [Row [row].start] ;
675 rp_end = rp + Row [row].length ;
676 while (rp < rp_end)
678 A [(p [*rp++])++] = row ;
956 IndexType *rp ; /* a row pointer */
1073 rp = &A [Row [row].start] ;
1074 rp_end = rp + Row [row].length ;
1075 while (rp < rp_end)
1078 col = *rp++ ;
1155 rp = &A [pivot_row_start] ;
1156 rp_end = rp + pivot_row_length ;
1157 while (rp < rp_end)
1159 col = *rp++ ;
1234 rp = &A [pivot_row_start] ;
1235 rp_end = rp + pivot_row_length ;
1236 while (rp < rp_end)
1239 col = *rp++ ;
1352 rp = &A [pivot_row_start] ;
1354 new_rp = rp ;
1355 rp_end = rp + pivot_row_length ;
1356 while (rp < rp_end)
1358 col = *rp++ ;
1561 IndexType *rp ; /* pointer to a row */
1576 rp = &A [row_start] ;
1577 rp_end = rp + row_length ;
1578 while (rp < rp_end)
1580 col = *rp++ ;