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

  /bionic/libc/netbsd/resolv/
res_private.h 8 struct sort_list { struct in struct:__res_state_ext
14 } sort_list[MAXRESOLVSORT]; member in struct:__res_state_ext
res_init.c 391 statp->sort_list[nsort].addr = a;
402 statp->sort_list[nsort].mask = a.s_addr;
404 statp->sort_list[nsort].mask =
405 net_mask(statp->sort_list[nsort].addr);
408 statp->sort_list[nsort].mask =
409 net_mask(statp->sort_list[nsort].addr);
  /external/tcpdump/missing/
resolv_ext.h 45 } sort_list[MAXRESOLVSORT]; member in struct:__res_state_ext
  /external/chromium_org/net/dns/
address_sorter_posix.cc 284 ScopedVector<DestinationInfo> sort_list; local
331 sort_list.push_back(info.release());
334 std::stable_sort(sort_list.begin(), sort_list.end(), CompareDestinations);
337 for (size_t i = 0; i < sort_list.size(); ++i)
338 result.push_back(IPEndPoint(sort_list[i]->address, 0 /* port */));
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
coverage_html.js 41 var sort_list = [];
52 sort_list = eval("[[" + parts[1] + "]]");
65 if (table.config.sortList.length === 0 && sort_list.length > 0) {
68 $(table).trigger('sorton', [sort_list]);
74 sort_list = table.config.sortList;
101 document.cookie = cookie_name + "=" + sort_list.toString() + "; path=/";
  /external/linux-tools-perf/
builtin-kmem.c 436 struct list_head *sort_list)
449 list_for_each_entry(sort, sort_list, list) {
466 struct list_head *sort_list)
478 sort_insert(root_sorted, data, sort_list);
638 static int setup_sorting(struct list_head *sort_list, const char *arg)
650 if (sort_dimension__add(tok, sort_list) < 0) {
builtin-sched.c 921 struct list_head *sort_list)
932 cmp = thread_lat_cmp(sort_list, &key, atoms);
947 struct list_head *sort_list)
958 cmp = thread_lat_cmp(sort_list, data, this);
1361 static LIST_HEAD(sort_list);
1392 __thread_latency_insert(&sorted_atom_root, data, &sort_list);
    [all...]
  /bionic/libc/private/
resolv_private.h 166 unsigned nsort:4; /* number of elements in sort_list[] */
171 } sort_list[MAXRESOLVSORT]; member in struct:__res_state
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
resolv.h 118 unsigned nsort:4; /* number of elements in sort_list[] */
124 } sort_list[MAXRESOLVSORT]; member in struct:__res_state
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
resolv.h 118 unsigned nsort:4; /* number of elements in sort_list[] */
124 } sort_list[MAXRESOLVSORT]; member in struct:__res_state
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
resolv.h 118 unsigned nsort:4; /* number of elements in sort_list[] */
124 } sort_list[MAXRESOLVSORT]; member in struct:__res_state
  /bionic/libc/netbsd/
gethnamaddr.c 1208 if (res->sort_list[j].addr.s_addr ==
1210 res->sort_list[j].mask))
    [all...]
  /external/chromium_org/third_party/lcov/bin/
genhtml 778 my @sort_list;
    [all...]
  /external/chromium_org/third_party/lcov-1.9/bin/
genhtml 901 my @sort_list;
    [all...]

Completed in 285 milliseconds