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