Home | History | Annotate | Download | only in priv

Lines Matching defs:ptmp

2460    UChar* ptmp;
3014 /* Use ptmp for backpatching conditional jumps. */
3015 ptmp = NULL;
3022 ptmp = p; /* fill in this bit later */
3066 Int delta = p - ptmp;
3068 *ptmp = toUChar(delta-1);
3082 /* Use ptmp for backpatching conditional jumps. */
3083 ptmp = NULL;
3090 ptmp = p; /* fill in this bit later */
3121 Int delta = p - ptmp;
3123 *ptmp = toUChar(delta-1);
3129 /* Use ptmp for backpatching conditional jumps. */
3130 ptmp = NULL;
3137 ptmp = p; /* fill in this bit later */
3185 Int delta = p - ptmp;
3187 *ptmp = toUChar(delta-1);
3206 /* Use ptmp for backpatching conditional jumps. */
3207 ptmp = NULL;
3211 ptmp = p; /* fill in this bit later */
3223 Int delta = p - ptmp;
3225 *ptmp = toUChar(delta-1);
3237 /* Use ptmp for backpatching conditional jumps. */
3238 ptmp = NULL;
3242 ptmp = p; /* fill in this bit later */
3252 Int delta = p - ptmp;
3254 *ptmp = toUChar(delta-1);
3570 /* Use ptmp for backpatching conditional jumps. */
3571 ptmp = NULL;
3575 ptmp = p; /* fill in this bit later */
3588 Int delta = p - ptmp;
3590 *ptmp = toUChar(delta-1);
3597 /* Use ptmp for backpatching conditional jumps. */
3598 ptmp = NULL;
3602 ptmp = p; /* fill in this bit later */
3615 Int delta = p - ptmp;
3617 *ptmp = toUChar(delta-1);
3819 ptmp = p;
3831 *(ptmp-1) = toUChar(p - ptmp);