Lines Matching refs:odp
256 #define __update_odp(odp, dip, fld) \ argument
258 (odp)-> fld .total += dip->avgs. fld . total; \
259 (odp)-> fld .n += dip->avgs. fld . n; \
266 struct ohead_data *odp = arg; in __output_dip_prep_ohead() local
269 fprintf(odp->ofp, in __output_dip_prep_ohead()
278 __update_odp(odp, dip, q2g); in __output_dip_prep_ohead()
279 __update_odp(odp, dip, g2i); in __output_dip_prep_ohead()
280 __update_odp(odp, dip, q2m); in __output_dip_prep_ohead()
281 __update_odp(odp, dip, i2d); in __output_dip_prep_ohead()
282 __update_odp(odp, dip, d2c); in __output_dip_prep_ohead()
283 __update_odp(odp, dip, q2c); in __output_dip_prep_ohead()
870 struct __od *odp = arg; in __output_dev() local
873 if (output_regions(odp->ofp, header, &dip->regions, odp->base)) in __output_dev()
874 odp->base += 1.0; in __output_dev()