Home | History | Annotate | Download | only in browsers

Lines Matching refs:unit

1224 	char unit;
1246 nr_samples = convert_unit(nr_samples, &unit);
1249 nr_samples, unit, ev_name, nr_events);
1763 char bf[256], unit;
1780 nr_events = convert_unit(nr_events, &unit);
1782 unit, unit == ' ' ? "" : " ", ev_name);
1790 nr_events = convert_unit(nr_events, &unit);
1792 nr_events, unit, unit == ' ' ? "" : " ");