Searched refs:hitem (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DMetric.cc1299 Metric::legend_width (HistMetric *hitem, int gap) argument
1303 hitem->width = hitem->maxtime_width;
1304 if (hitem->maxvalue_width > 0)
1306 if (hitem->width > 0)
1307 hitem->width++;
1308 hitem->width += hitem->maxvalue_width;
1312 if (hitem->width > 0)
1314 hitem
[all...]
H A DMetric.h173 void legend_width (HistMetric *hitem, int gap);
H A DDbe.cc4966 Hist_data::HistItem *hitem; local
4967 Vec_loop (Hist_data::HistItem*, data, hidx, hitem)
4969 if (!hitem->obj)
4971 if (hitem->obj->get_type () == Histable::LINE &&
4972 ((DbeLine*) hitem->obj)->lineno > max_lineno)
4973 max_lineno = ((DbeLine*) hitem->obj)->lineno;
4974 else if (hitem->obj->get_type () == Histable::INSTR
4975 && ((DbeInstr*) hitem->obj)->lineno > max_lineno)
4976 max_lineno = ((DbeInstr*) hitem->obj)->lineno;
5249 Hist_data::HistItem *hitem; local
[all...]
H A Dgp-display-text.cc2223 Hist_data::HistItem *hitem; local
2330 hitem = hist_data->fetch (index);
2331 if (hitem->obj->get_type () == Histable::FUNCTION)
2333 ((Function *) hitem->obj)->get_name ();
H A DDbeSession.cc2273 Histable *hitem; local
2283 Vec_loop (Histable*, list, index, hitem)
2286 item_name = hitem->get_name ();
2287 switch (hitem->get_type ())
2290 func = (Function *) hitem;
2311 module = (Module *) hitem;
H A DPrint.cc279 Metric::HistMetric *hitem = hist_metric + index; local
288 int width = (int) hitem->width;
291 hitem->legend1);
294 hitem->legend2);
297 hitem->legend3);
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DMetric.cc1299 Metric::legend_width (HistMetric *hitem, int gap) argument
1303 hitem->width = hitem->maxtime_width;
1304 if (hitem->maxvalue_width > 0)
1306 if (hitem->width > 0)
1307 hitem->width++;
1308 hitem->width += hitem->maxvalue_width;
1312 if (hitem->width > 0)
1314 hitem
[all...]
H A DMetric.h173 void legend_width (HistMetric *hitem, int gap);
H A DDbe.cc4966 Hist_data::HistItem *hitem; local
4967 Vec_loop (Hist_data::HistItem*, data, hidx, hitem)
4969 if (!hitem->obj)
4971 if (hitem->obj->get_type () == Histable::LINE &&
4972 ((DbeLine*) hitem->obj)->lineno > max_lineno)
4973 max_lineno = ((DbeLine*) hitem->obj)->lineno;
4974 else if (hitem->obj->get_type () == Histable::INSTR
4975 && ((DbeInstr*) hitem->obj)->lineno > max_lineno)
4976 max_lineno = ((DbeInstr*) hitem->obj)->lineno;
5249 Hist_data::HistItem *hitem; local
[all...]
H A Dgp-display-text.cc2228 Hist_data::HistItem *hitem; local
2335 hitem = hist_data->fetch (index);
2336 if (hitem->obj->get_type () == Histable::FUNCTION)
2338 ((Function *) hitem->obj)->get_name ();
H A DDbeSession.cc2273 Histable *hitem; local
2283 Vec_loop (Histable*, list, index, hitem)
2286 item_name = hitem->get_name ();
2287 switch (hitem->get_type ())
2290 func = (Function *) hitem;
2311 module = (Module *) hitem;
H A DPrint.cc279 Metric::HistMetric *hitem = hist_metric + index; local
288 int width = (int) hitem->width;
291 hitem->legend1);
294 hitem->legend2);
297 hitem->legend3);
/netbsd-current/usr.bin/systat/
H A Dnetcmds.c69 static struct hitem { struct
297 struct hitem *p;
326 struct hitem *p;
345 struct hitem *p;
364 struct hitem *p;
/netbsd-current/usr.bin/usbhidctl/
H A Dusbhid.c631 struct hid_item hitem; local
660 while (hid_get_item(hdata, &hitem)) {
663 switch (hitem.kind) {
667 colls[collind++] = hitem.usage;
681 if (reportid != -1 && hitem.report_ID != reportid)
684 matchvar = hidmatch(colls, collind, &hitem,
688 matchvar->opfunc(&hitem, matchvar,
704 struct hid_item hitem; local
723 while (hid_get_item(hdata, &hitem)) {
729 hitem
[all...]

Completed in 177 milliseconds