Searched defs:he (Results 1 - 20 of 20) sorted by relevance

/external/linux-tools-perf/
H A Dbuiltin-annotate.c54 struct hist_entry *he; local
68 he = __hists__add_entry(&evsel->hists, al, NULL, 1);
69 if (he == NULL)
73 if (he->ms.sym != NULL) {
74 struct annotation *notes = symbol__annotation(he->ms.sym);
76 symbol__alloc_hist(he->ms.sym, evlist->nr_entries) < 0)
79 ret = hist_entry__inc_addr_samples(he, evsel->idx, al->addr);
111 static int hist_entry__tty_annotate(struct hist_entry *he, int evidx) argument
113 return symbol__tty_annotate(he->ms.sym, he
123 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); local
[all...]
H A Dbuiltin-diff.c70 struct hist_entry *he)
79 if (hist_entry__cmp(he, iter) < 0)
85 rb_link_node(&he->rb_node, parent, p);
86 rb_insert_color(&he->rb_node, root);
114 struct hist_entry *he)
120 int64_t cmp = hist_entry__cmp(he, iter);
69 perf_session__insert_hist_entry_by_name(struct rb_root *root, struct hist_entry *he) argument
113 hists__find_entry(struct hists *self, struct hist_entry *he) argument
H A Dbuiltin-report.c66 struct hist_entry *he; local
75 he = __hists__add_entry(&evsel->hists, al, parent, sample->period);
76 if (he == NULL)
80 err = callchain_append(he->callchain, &session->callchain_cursor,
91 struct annotation *notes = symbol__annotation(he->ms.sym);
97 symbol__alloc_hist(he->ms.sym, session->evlist->nr_entries) < 0)
100 err = hist_entry__inc_addr_samples(he, evsel->idx, al->addr);
/external/openssh/
H A Dlogintest.c88 struct hostent *he; local
115 if (! (he = gethostbyname("localhost"))) {
120 memcpy((void *)&(sa_in4.sin_addr), (void *)&(he->h_addr_list[0][0]),
H A Dsession.c2659 struct hostent *he; local
2662 he = gethostbyname(hostname);
2663 if (he == NULL) {
2668 memcpy(&my_addr, he->h_addr_list[0], sizeof(struct in_addr));
/external/linux-tools-perf/util/ui/browsers/
H A Dannotate.c249 int hist_entry__tui_annotate(struct hist_entry *he, int evidx) argument
251 return symbol__tui_annotate(he->ms.sym, he->ms.map, evidx, 0);
H A Dhists.c187 struct hist_entry *he = self->he_selection; local
189 hist_entry__init_have_children(he);
190 self->hists->nr_entries -= he->nr_rows;
192 if (he->ms.unfolded)
193 he->nr_rows = callchain__count_rows(&he->sorted_chain);
195 he->nr_rows = 0;
196 self->hists->nr_entries += he->nr_rows;
279 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); local
280 hist_entry__set_folding(he, unfol
946 struct hist_entry *he; local
[all...]
/external/chromium/third_party/libevent/test/
H A Dregress_http.c114 struct hostent *he; local
125 if (!(he = gethostbyname(address))) {
128 memcpy(&sin.sin_addr, he->h_addr_list[0], he->h_length);
/external/icu4c/tools/toolutil/
H A Dxmlparser.cpp653 const UHashElement *he=fNames.find(s); local
654 if(he!=NULL) {
656 return (const UnicodeString *)he->key.pointer;
660 he=fNames.find(s);
661 return (const UnicodeString *)he->key.pointer;
667 const UHashElement *he=fNames.find(s); local
668 if(he!=NULL) {
670 return (const UnicodeString *)he->key.pointer;
/external/openssl/apps/
H A Ds_socket.c519 struct hostent *he; local
523 he=GetHostByName(str);
524 if (he == NULL)
530 if ((short)he->h_addrtype != AF_INET)
535 ip[0]=he->h_addr_list[0][0];
536 ip[1]=he->h_addr_list[0][1];
537 ip[2]=he->h_addr_list[0][2];
538 ip[3]=he->h_addr_list[0][3];
/external/openssl/crypto/bio/
H A Db_sock.c125 struct hostent *he; local
146 he=BIO_gethostbyname(str);
147 if (he == NULL)
154 if ((short)he->h_addrtype != AF_INET)
160 ip[i]=he->h_addr_list[0][i];
/external/qemu/slirp/
H A Dmisc.c75 struct hostent *he = NULL; local
78 he = gethostbyname(buff);
79 if (he)
80 our_addr = *(struct in_addr *)he->h_addr;
/external/icu4c/test/cintltst/
H A Dcrestst.c114 UResourceBundle *he = NULL; local
119 he = ures_open(NULL, "he", &status);
125 result = ures_getStringByKey(he, "ExemplarCharacters", &resultLen, &status);
129 ures_close(he);
H A Dcreststn.c340 UResourceBundle *he = NULL; local
349 he = ures_open(NULL, "he", &status);
355 result = ures_getStringByKey(he, "ExemplarCharacters", &resultLen, &status);
359 ures_close(he);
2424 t2 = ures_open(NULL, "he", &status);
2434 t2 = ures_open(NULL, "he", &status);
/external/linux-tools-perf/util/
H A Dhist.c136 struct hist_entry *he; local
154 he = rb_entry(parent, struct hist_entry, rb_node);
156 cmp = hist_entry__cmp(&entry, he);
159 he->period += period;
160 ++he->nr_events;
170 he = hist_entry__new(&entry);
171 if (!he)
173 rb_link_node(&he->rb_node, parent, p);
174 rb_insert_color(&he->rb_node, &self->entries);
175 hists__inc_nr_entries(self, he);
215 hist_entry__free(struct hist_entry *he) argument
224 hists__collapse_insert_entry(struct hists *self, struct rb_root *root, struct hist_entry *he) argument
291 __hists__insert_output_entry(struct rb_root *entries, struct hist_entry *he, u64 min_callchain_hits) argument
965 hist_entry__inc_addr_samples(struct hist_entry *he, int evidx, u64 ip) argument
970 hist_entry__annotate(struct hist_entry *he, size_t privsize) argument
[all...]
/external/chromium/third_party/libevent/
H A Dhttp.c156 struct hostent *he = NULL; local
159 he = gethostbyname(hostname);
160 if (!he)
163 ai->ai_family = he ? he->h_addrtype : AF_INET;
171 if (he) {
172 sa->sin_family = he->h_addrtype;
173 memcpy(&sa->sin_addr, he->h_addr_list[0], he->h_length);
/external/icu4c/i18n/
H A Drbt_pars.cpp1105 const UHashElement* he = variableNames.nextElement(pos); local
1106 while (he != NULL) {
1107 UnicodeString* tempus = (UnicodeString*)(((UnicodeString*)(he->value.pointer))->clone());
1112 data->variableNames.put(*((UnicodeString*)(he->key.pointer)),
1114 he = variableNames.nextElement(pos);
/external/iproute2/misc/
H A Dss.c923 static int remember_he(struct aafilter *a, struct hostent *he) argument
925 char **ptr = he->h_addr_list;
929 if (he->h_addrtype == AF_INET)
931 else if (he->h_addrtype == AF_INET6)
948 b->addr.family = he->h_addrtype;
959 struct hostent *he; local
966 he = gethostbyname2(addr, fam == AF_UNSPEC ? AF_INET : fam);
967 if (he)
968 cnt = remember_he(a, he);
970 he
[all...]
/external/qemu/
H A Dnet.c257 struct hostent *he; local
272 if ((he = gethostbyname(buf)) == NULL)
274 saddr->sin_addr = *(struct in_addr *)he->h_addr;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 425 milliseconds