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

  /src/external/gpl3/gcc/dist/gcc/
collect2.cc 1322 int add_max = 0;
1348 if (add_nbr >= add_max)
1353 add_max = (add_max == 0) ? 16 : add_max * 2;
1355 object_nbr + add_max);
1358 object_nbr += add_max;
1315 int add_max = 0; local
  /src/external/gpl3/gcc.old/dist/gcc/
collect2.cc 1318 int add_max = 0;
1344 if (add_nbr >= add_max)
1349 add_max = (add_max == 0) ? 16 : add_max * 2;
1351 object_nbr + add_max);
1354 object_nbr += add_max;
1311 int add_max = 0; local

Completed in 52 milliseconds