Home | History | Annotate | Download | only in src

Lines Matching refs:ptr_e

190     uint8 *ptr, *ptr_e;
225 ptr_e = ptr + 8; /* pointer to where the loop ends */
283 while (++ptr < ptr_e);
322 while (++ptr < ptr_e);
341 ptr_e = ptr + (width << 3);
399 while ((ptr += width) < ptr_e);
438 while ((ptr += width) < ptr_e);
467 uint8 *ptr, *ptr_e;
502 ptr_e = ptr + 8; /* pointer to where the loop ends */
560 while (++ptr < ptr_e);
580 ptr_e = ptr + (width << 3);
638 while ((ptr += width) < ptr_e);