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

  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-niter.cc 554 difference of values of VARX + OFFX and VARY + OFFY, computed in TYPE,
559 tree vary, mpz_t offy,
643 mpz_init_set (loffy, offy);
656 (VARX + OFFX) cmp (VARY + OFFY) + (OFFX - OFFY + OFFC1 - OFFC0).
666 -- VARY + OFFY overflows and VARY + OFFC1 does not, or
667 VARY + OFFC1 underflows and VARY + OFFY does not.
668 This may only happen if OFFY > OFFC1. */
728 mpz_t offx, offy; local
745 mpz_init (offy);
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-niter.cc 551 difference of values of VARX + OFFX and VARY + OFFY, computed in TYPE,
556 tree vary, mpz_t offy,
640 mpz_init_set (loffy, offy);
653 (VARX + OFFX) cmp (VARY + OFFY) + (OFFX - OFFY + OFFC1 - OFFC0).
663 -- VARY + OFFY overflows and VARY + OFFC1 does not, or
664 VARY + OFFC1 underflows and VARY + OFFY does not.
665 This may only happen if OFFY > OFFC1. */
725 mpz_t offx, offy; local
740 mpz_init (offy);
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/gp-display-html/
gp-display-html.in 4874 my ($segment,$offset,$offy,$spaces,$rest,$not_printed,$vdso_key);
5079 $offy = ($lblanks+$lvdso_key < $pc_len) ? $pc_len : $lblanks+$lvdso_key;
5080 gp_message ("debugXL", $subr_name, "offy = $offy for ->$line<-");
5083 print FUNC_FILE_NO_PC substr ($line,$offy)."\n";
  /src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
gp-display-html.in 4874 my ($segment,$offset,$offy,$spaces,$rest,$not_printed,$vdso_key);
5079 $offy = ($lblanks+$lvdso_key < $pc_len) ? $pc_len : $lblanks+$lvdso_key;
5080 gp_message ("debugXL", $subr_name, "offy = $offy for ->$line<-");
5083 print FUNC_FILE_NO_PC substr ($line,$offy)."\n";

Completed in 54 milliseconds