HomeSort by relevance Sort by last modified time
    Searched refs:maxmap (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/intl/
localealias.c 139 static size_t maxmap; variable
301 if (nmap >= maxmap)
373 new_size = maxmap == 0 ? 100 : 2 * maxmap;
381 maxmap = new_size;
  /toolchain/binutils/binutils-2.27/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 147 milliseconds