Home | History | Annotate | Download | only in priv

Lines Matching defs:ptmp

2271    UChar* ptmp;
2707 /* Use ptmp for backpatching conditional jumps. */
2708 ptmp = NULL;
2715 ptmp = p; /* fill in this bit later */
2759 Int delta = p - ptmp;
2761 *ptmp = toUChar(delta-1);
2775 /* Use ptmp for backpatching conditional jumps. */
2776 ptmp = NULL;
2783 ptmp = p; /* fill in this bit later */
2814 Int delta = p - ptmp;
2816 *ptmp = toUChar(delta-1);
2822 /* Use ptmp for backpatching conditional jumps. */
2823 ptmp = NULL;
2830 ptmp = p; /* fill in this bit later */
2877 Int delta = p - ptmp;
2879 *ptmp = toUChar(delta-1);
3391 ptmp = p;
3403 *(ptmp-1) = toUChar(p - ptmp);