Home | History | Annotate | Download | only in priv

Lines Matching defs:ptmp

6865    UChar *ptmp = buf;
6919 Int delta = buf - ptmp;
6923 s390_emit_BRC(ptmp, s390_cc_invert(cond), delta);
6936 UChar *p, *ptmp = 0; /* avoid compiler warnings */
6948 ptmp = p; /* to be filled in here */
6988 Int delta = p - ptmp;
6992 s390_emit_BRC(ptmp, s390_cc_invert(cond), delta);
7571 /* Use ptmp for backpatching conditional jumps. */
7572 UChar *ptmp = buf;
7623 Int delta = buf - ptmp;
7627 s390_emit_BRC(ptmp, s390_cc_invert(cond), delta);
7652 /* Use ptmp for backpatching conditional jumps. */
7653 UChar *ptmp = buf;
7690 Int delta = buf - ptmp;
7694 s390_emit_BRC(ptmp, s390_cc_invert(cond), delta);
7704 /* Use ptmp for backpatching conditional jumps. */
7705 UChar *ptmp = buf;
7771 Int delta = buf - ptmp;
7775 s390_emit_BRC(ptmp, s390_cc_invert(cond), delta);