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

  /external/e2fsprogs/intl/
localealias.c 138 static size_t nmap; variable
171 if (nmap > 0)
172 retval = (struct alias_map *) bsearch (&item, map, nmap,
301 if (nmap >= maxmap)
322 for (i = 0; i < nmap; i++)
333 map[nmap].alias = memcpy (&string_space[string_space_act],
337 map[nmap].value = memcpy (&string_space[string_space_act],
341 ++nmap;
360 qsort (map, nmap, sizeof (struct alias_map),
  /toolchain/binutils/binutils-2.25/intl/
localealias.c 138 static size_t nmap; variable
172 if (nmap > 0)
173 retval = (struct alias_map *) bsearch (&item, map, nmap,
304 if (nmap >= maxmap)
325 for (i = 0; i < nmap; i++)
336 map[nmap].alias = memcpy (&string_space[string_space_act],
340 map[nmap].value = memcpy (&string_space[string_space_act],
344 ++nmap;
363 qsort (map, nmap, sizeof (struct alias_map),
  /external/google-breakpad/src/testing/scripts/generator/cpp/
gmock_class_test.py 196 'MOCK_METHOD0(Bar,\nmap<int, string>());',
  /external/tcpdump/
print-isakmp.c 926 const struct attrmap *map, size_t nmap)
942 if (map && t < nmap && map[t].type)
949 if (map && t < nmap && v < map[t].nvalue && map[t].value[v])
1225 size_t nmap; local
1734 size_t nmap = sizeof(oakley_t_map)\/sizeof(oakley_t_map[0]); local
1880 size_t nmap; local
    [all...]
  /external/wpa_supplicant_8/src/utils/
eloop.c 280 struct pollfd **nmap; local
281 nmap = os_realloc_array(eloop.pollfds_map, new_max_sock + 50,
283 if (nmap == NULL)
287 eloop.pollfds_map = nmap;
    [all...]

Completed in 844 milliseconds