Home | History | Annotate | Download | only in priv

Lines Matching refs:ptmp

2279    UChar* ptmp;
2725 /* Use ptmp for backpatching conditional jumps. */
2726 ptmp = NULL;
2733 ptmp = p; /* fill in this bit later */
2777 Int delta = p - ptmp;
2779 *ptmp = toUChar(delta-1);
2793 /* Use ptmp for backpatching conditional jumps. */
2794 ptmp = NULL;
2801 ptmp = p; /* fill in this bit later */
2832 Int delta = p - ptmp;
2834 *ptmp = toUChar(delta-1);
2840 /* Use ptmp for backpatching conditional jumps. */
2841 ptmp = NULL;
2848 ptmp = p; /* fill in this bit later */
2895 Int delta = p - ptmp;
2897 *ptmp = toUChar(delta-1);
3425 ptmp = p;
3437 *(ptmp-1) = toUChar(p - ptmp);