HomeSort by: relevance | last modified time | path
    Searched defs:got_extra (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/m32r/
m32r.cc 2644 int got_extra = 0;
2680 got_extra = 1;
2684 if (got_extra)
2706 int src_inc_amount = bytes - (got_extra ? 4 : 0);
2710 /* If got_extra is true then we have already loaded
2712 if (! got_extra)
2620 int got_extra = 0; local
  /src/external/gpl3/gcc.old/dist/gcc/config/m32r/
m32r.cc 2642 int got_extra = 0;
2678 got_extra = 1;
2682 if (got_extra)
2704 int src_inc_amount = bytes - (got_extra ? 4 : 0);
2708 /* If got_extra is true then we have already loaded
2710 if (! got_extra)
2618 int got_extra = 0; local

Completed in 16 milliseconds