Home | History | Annotate | Download | only in rasops

Lines Matching defs:hp

98 	uint32_t *rp, *hp;
102 hp = NULL; /* XXX GCC */
123 hp = (uint32_t *)(ri->ri_hwbits + row * ri->ri_yscale +
151 *hp = tmp;
152 DELTA(hp, ri->ri_stride, uint32_t *);
168 *hp = tmp;
169 DELTA(hp, ri->ri_stride, uint32_t *);
180 DELTA(hp, - ri->ri_stride * ri->ri_ul.off,
188 DELTA(hp, - ri->ri_stride, uint32_t *);
189 *hp = tmp;
210 hp[0] = tmp0;
211 hp[1] = tmp1;
212 DELTA(hp, ri->ri_stride, uint32_t *);
236 hp[0] = tmp0;
237 hp[1] = tmp1;
238 DELTA(hp, ri->ri_stride, uint32_t *);
249 DELTA(hp, - ri->ri_stride * ri->ri_ul.off,
259 DELTA(hp, - ri->ri_stride, uint32_t *);
260 hp[0] = tmp0;
261 hp[1] = tmp1;