Home | History | Annotate | Download | only in priv

Lines Matching refs:ptmp

2092    UChar* ptmp;
2410 /* Use ptmp for backpatching conditional jumps. */
2411 ptmp = NULL;
2418 ptmp = p; /* fill in this bit later */
2446 Int delta = p - ptmp;
2448 *ptmp = toUChar(delta-1);
2462 /* Use ptmp for backpatching conditional jumps. */
2463 ptmp = NULL;
2470 ptmp = p; /* fill in this bit later */
2487 Int delta = p - ptmp;
2489 *ptmp = toUChar(delta-1);
2495 /* Use ptmp for backpatching conditional jumps. */
2496 ptmp = NULL;
2503 ptmp = p; /* fill in this bit later */
2549 Int delta = p - ptmp;
2551 *ptmp = toUChar(delta-1);
2577 ptmp = p;
2599 *(ptmp-1) = toUChar(p - ptmp);
2961 ptmp = p;
2969 *(ptmp-1) = toUChar(p - ptmp);
3208 ptmp = p;
3217 *(ptmp-1) = toUChar(p - ptmp);