Lines Matching refs:rp_end
502 IndexType *rp_end ; /* a pointer to the end of a row */ in init_rows_cols() local
675 rp_end = rp + Row [row].length ; in init_rows_cols()
676 while (rp < rp_end) in init_rows_cols()
966 IndexType *rp_end ; /* pointer to the end of a row */ in find_ordering() local
1074 rp_end = rp + Row [row].length ; in find_ordering()
1075 while (rp < rp_end) in find_ordering()
1156 rp_end = rp + pivot_row_length ; in find_ordering()
1157 while (rp < rp_end) in find_ordering()
1235 rp_end = rp + pivot_row_length ; in find_ordering()
1236 while (rp < rp_end) in find_ordering()
1355 rp_end = rp + pivot_row_length ; in find_ordering()
1356 while (rp < rp_end) in find_ordering()
1569 IndexType *rp_end ; /* pointer to the end of the row */ in detect_super_cols() local
1577 rp_end = rp + row_length ; in detect_super_cols()
1578 while (rp < rp_end) in detect_super_cols()