Home | History | Annotate | Download | only in coregrind

Lines Matching refs:sI

608    const UInt*  sI = (const UInt*)src;
611 if (VG_IS_4_ALIGNED(dI) && VG_IS_4_ALIGNED(sI)) {
613 dI[0] = sI[0];
614 dI[1] = sI[1];
615 dI[2] = sI[2];
616 dI[3] = sI[3];
619 sI += 4;
624 dI[0] = sI[0];
627 sI += 1;
631 s = (const UChar*)sI;