Home | History | Annotate | Download | only in priv

Lines Matching defs:ptmp

2136    UChar* ptmp;
2455 /* Use ptmp for backpatching conditional jumps. */
2456 ptmp = NULL;
2463 ptmp = p; /* fill in this bit later */
2491 Int delta = p - ptmp;
2493 *ptmp = toUChar(delta-1);
2507 /* Use ptmp for backpatching conditional jumps. */
2508 ptmp = NULL;
2515 ptmp = p; /* fill in this bit later */
2532 Int delta = p - ptmp;
2534 *ptmp = toUChar(delta-1);
2540 /* Use ptmp for backpatching conditional jumps. */
2541 ptmp = NULL;
2548 ptmp = p; /* fill in this bit later */
2596 Int delta = p - ptmp;
2598 *ptmp = toUChar(delta-1);
2624 ptmp = p;
2646 *(ptmp-1) = toUChar(p - ptmp);
2999 ptmp = p;
3007 *(ptmp-1) = toUChar(p - ptmp);
3245 ptmp = p;
3254 *(ptmp-1) = toUChar(p - ptmp);