Lines Matching refs:odp
254 #define __update_odp(odp, dip, fld) \ argument
256 (odp)-> fld .total += dip->avgs. fld . total; \
257 (odp)-> fld .n += dip->avgs. fld . n; \
264 struct ohead_data *odp = arg; in __output_dip_prep_ohead() local
267 fprintf(odp->ofp, in __output_dip_prep_ohead()
276 __update_odp(odp, dip, q2g); in __output_dip_prep_ohead()
277 __update_odp(odp, dip, g2i); in __output_dip_prep_ohead()
278 __update_odp(odp, dip, q2m); in __output_dip_prep_ohead()
279 __update_odp(odp, dip, i2d); in __output_dip_prep_ohead()
280 __update_odp(odp, dip, d2c); in __output_dip_prep_ohead()
281 __update_odp(odp, dip, q2c); in __output_dip_prep_ohead()
836 struct __od *odp = arg; in __output_dev() local
839 if (output_regions(odp->ofp, header, &dip->regions, odp->base)) in __output_dev()
840 odp->base += 1.0; in __output_dev()