Home | History | Annotate | Download | only in src

Lines Matching refs:curInt

534     Int *curInt = (Int*) cur;
543 cur1 = curInt[1]; /* load cur[4..7] */
544 cur2 = curInt[0];
545 curInt += (width >> 2); /* load cur[0..3] and +=lx */
575 while ((UInt)curInt < (UInt)end);
598 Int *curInt = (Int*)cur;
604 load1 = curInt[1];
605 load2 = curInt[0];
606 curInt += (width >> 2);
614 while ((UInt)curInt < (UInt)end);