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

  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
localealias.c 144 static size_t maxmap; variable
320 if (nmap >= maxmap)
396 new_size = maxmap == 0 ? 100 : 2 * maxmap;
404 maxmap = new_size;
  /src/external/gpl2/grep/dist/intl/
localealias.c 125 static size_t maxmap; variable
301 if (nmap >= maxmap)
365 new_size = maxmap == 0 ? 100 : 2 * maxmap;
373 maxmap = new_size;
  /src/external/gpl2/texinfo/dist/intl/
localealias.c 141 static size_t maxmap; variable
303 if (nmap >= maxmap)
375 new_size = maxmap == 0 ? 100 : 2 * maxmap;
383 maxmap = new_size;
  /src/external/gpl3/gcc.old/dist/intl/
localealias.c 139 static size_t maxmap; variable
304 if (nmap >= maxmap)
376 new_size = maxmap == 0 ? 100 : 2 * maxmap;
384 maxmap = new_size;

Completed in 28 milliseconds