Home | History | Annotate | Download | only in coregrind

Lines Matching defs:sI

678    const UInt*  sI = (const UInt*)src;
681 if (VG_IS_4_ALIGNED(dI) && VG_IS_4_ALIGNED(sI)) {
683 dI[0] = sI[0];
684 dI[1] = sI[1];
685 dI[2] = sI[2];
686 dI[3] = sI[3];
689 sI += 4;
694 dI[0] = sI[0];
697 sI += 1;
701 s = (const UChar*)sI;