Home | History | Annotate | Download | only in coregrind

Lines Matching refs:sI

396    const UInt*  sI = (const UInt*)src;
399 if (VG_IS_4_ALIGNED(dI) && VG_IS_4_ALIGNED(sI)) {
401 dI[0] = sI[0];
402 dI[1] = sI[1];
403 dI[2] = sI[2];
404 dI[3] = sI[3];
407 sI += 4;
412 dI[0] = sI[0];
415 sI += 1;
419 s = (const UChar*)sI;