HomeSort by: relevance | last modified time | path
    Searched refs:new_first (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl2/texinfo/dist/info/
display.c 528 int old_first, new_first; /* Index of the first changed line. */ local
534 new_first = window->pagetop;
546 for (old = old_first, new = new_first;
557 for (new = new_first; new < last_new; new++)
  /src/sys/arch/evbmips/rmixl/
machdep.c 559 u_quad_t new_first; local
566 new_first = first + (resv_last - first);
567 KASSERT (last > (new_first + NBPG));
568 new_segs[new_nsegs].start = new_first;
569 new_segs[new_nsegs].size = last - new_first;
  /src/external/gpl3/gcc.old/dist/gcc/rtl-ssa/
accesses.cc 698 auto *new_first = as_a<clobber_info *> (clobber->next_def ()); local
699 group->set_first_clobber (new_first);
700 new_first->update_group (group);
  /src/external/gpl3/gcc.old/dist/gcc/
omp-general.cc 643 tree new_first; local
646 new_first = t;
662 new_first = fold_binary (PLUS_EXPR, itype, t, ostep);
672 diff = fold_binary (MINUS_EXPR, itype, new_first, first);
673 first = new_first;
  /src/external/gpl3/gcc/dist/gcc/rtl-ssa/
accesses.cc 698 auto *new_first = as_a<clobber_info *> (clobber->next_def ()); local
699 group->set_first_clobber (new_first);
700 new_first->update_group (group);
  /src/external/gpl3/gcc/dist/gcc/
omp-general.cc 672 tree new_first; local
675 new_first = t;
691 new_first = fold_binary (PLUS_EXPR, itype, t, ostep);
701 diff = fold_binary (MINUS_EXPR, itype, new_first, first);
702 first = new_first;

Completed in 27 milliseconds