Home | History | Annotate | Download | only in analysis

Lines Matching defs:targ

612     u4 targ;
673 for (targ = 1; targ < switchCount; targ++) {
674 s4 key = (s4) switchInsns[offsetToKeys + targ*2] |
675 (s4) (switchInsns[offsetToKeys + targ*2 +1] << 16);
687 for (targ = 0; targ < switchCount; targ++) {
688 offset = (s4) switchInsns[offsetToTargets + targ*2] |
689 (s4) (switchInsns[offsetToTargets + targ*2 +1] << 16);
696 offset, absOffset, curOffset, targ);