Searched refs:new_next (Results 1 – 3 of 3) sorted by relevance
56 Index lptr, nrow, isub, irow, nextlu, new_next, ufirst; in column_bmod() local117 new_next = nextlu + glu.xlsub(fsupc + 1) - glu.xlsub(fsupc); in column_bmod()118 …Index offset = internal::first_multiple<Index>(new_next, internal::packet_traits<Scalar>::size) - … in column_bmod()120 new_next += offset; in column_bmod()121 while (new_next > glu.nzlumax ) in column_bmod()
60 Index new_next,irow; in copy_to_ucol() local74 new_next = nextu + segsize; in copy_to_ucol()75 while (new_next > glu.nzumax) in copy_to_ucol()
96 Object** new_next = impl_->GetSpareOrNewBlock(); in DeferredHandleScope() local97 Object** new_limit = &new_next[kHandleBlockSize]; in DeferredHandleScope()99 impl_->blocks()->Add(new_next); in DeferredHandleScope()107 data->next = new_next; in DeferredHandleScope()