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

  /src/external/gpl3/binutils/dist/bfd/
archive.c 2337 unsigned int orl_max = 1024; /* Fine initial default. */
2351 amt = orl_max * sizeof (struct orl);
2425 if (orl_count == orl_max)
2427 orl_max *= 2;
2428 amt = orl_max * sizeof (struct orl);
2328 unsigned int orl_max = 1024; \/* Fine initial default. *\/ local
  /src/external/gpl3/binutils.old/dist/bfd/
archive.c 2327 unsigned int orl_max = 1024; /* Fine initial default. */
2341 amt = orl_max * sizeof (struct orl);
2414 if (orl_count == orl_max)
2416 orl_max *= 2;
2417 amt = orl_max * sizeof (struct orl);
2318 unsigned int orl_max = 1024; \/* Fine initial default. *\/ local
  /src/external/gpl3/gdb.old/dist/bfd/
archive.c 2318 unsigned int orl_max = 1024; /* Fine initial default. */
2332 amt = orl_max * sizeof (struct orl);
2405 if (orl_count == orl_max)
2407 orl_max *= 2;
2408 amt = orl_max * sizeof (struct orl);
2309 unsigned int orl_max = 1024; \/* Fine initial default. *\/ local
  /src/external/gpl3/gdb/dist/bfd/
archive.c 2327 unsigned int orl_max = 1024; /* Fine initial default. */
2341 amt = orl_max * sizeof (struct orl);
2415 if (orl_count == orl_max)
2417 orl_max *= 2;
2418 amt = orl_max * sizeof (struct orl);
2318 unsigned int orl_max = 1024; \/* Fine initial default. *\/ local

Completed in 20 milliseconds