Home | History | Annotate | Download | only in priv

Lines Matching refs:ptmp

2423    UChar* ptmp;
2944 /* Use ptmp for backpatching conditional jumps. */
2945 ptmp = NULL;
2952 ptmp = p; /* fill in this bit later */
2996 Int delta = p - ptmp;
2998 *ptmp = toUChar(delta-1);
3012 /* Use ptmp for backpatching conditional jumps. */
3013 ptmp = NULL;
3020 ptmp = p; /* fill in this bit later */
3051 Int delta = p - ptmp;
3053 *ptmp = toUChar(delta-1);
3059 /* Use ptmp for backpatching conditional jumps. */
3060 ptmp = NULL;
3067 ptmp = p; /* fill in this bit later */
3115 Int delta = p - ptmp;
3117 *ptmp = toUChar(delta-1);
3136 /* Use ptmp for backpatching conditional jumps. */
3137 ptmp = NULL;
3141 ptmp = p; /* fill in this bit later */
3153 Int delta = p - ptmp;
3155 *ptmp = toUChar(delta-1);
3167 /* Use ptmp for backpatching conditional jumps. */
3168 ptmp = NULL;
3172 ptmp = p; /* fill in this bit later */
3182 Int delta = p - ptmp;
3184 *ptmp = toUChar(delta-1);
3500 /* Use ptmp for backpatching conditional jumps. */
3501 ptmp = NULL;
3505 ptmp = p; /* fill in this bit later */
3518 Int delta = p - ptmp;
3520 *ptmp = toUChar(delta-1);
3527 /* Use ptmp for backpatching conditional jumps. */
3528 ptmp = NULL;
3532 ptmp = p; /* fill in this bit later */
3545 Int delta = p - ptmp;
3547 *ptmp = toUChar(delta-1);
3749 ptmp = p;
3761 *(ptmp-1) = toUChar(p - ptmp);