Home | History | Annotate | Download | only in coregrind

Lines Matching refs:srcP

1607    UChar* srcP;
1684 srcP = (UChar*)code;
1685 VG_(memcpy)(dstP, srcP, code_len);
2229 HChar *srcP, *dstP;
2261 srcP = (HChar*)code;
2263 dstP[j] = srcP[j];