HomeSort by relevance Sort by last modified time
    Searched refs:JF (Results 1 - 10 of 10) sorted by null

  /external/libpcap/
optimize.c 205 find_levels_r(JF(b));
206 level = MAX(JT(b)->level, JF(b)->level) + 1;
257 SET_INTERSECT(JF(b)->dom, b->dom, nodewords);
324 SET_UNION(JF(b)->closure, b->closure, nodewords);
496 p->out_use |= JT(p)->in_use | JF(p)->in_use;
650 JT(b) = JF(b);
651 JF(b) = tmp;
859 JT(b) = JF(b);
861 JF(b) = JT(b);
902 if (JF(b) != JT(b)
2058 int jt, jf; local
    [all...]
gencode.h 212 struct slist *jf; /*only for relative jump in block*/ member in struct:stmt
255 u_int longjf; /* jf branch requires long jump */
356 #define JF(b) ((b)->ef.succ)
gencode.c 529 * which of the jt and jf fields has been resolved and which is a pointer
544 next = JF(list);
545 JF(list) = target;
553 * which of jt and jf is the link.
563 p = !((*p)->sense) ? &JT(*p) : &JF(*p);
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_wide/d/
T_aget_wide_10.d 26 .method public run([JF)J
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/mul_float/d/
T_mul_float_4.d 27 .method public run(JF)F
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/mul_float_2addr/d/
T_mul_float_2addr_4.d 27 .method public run(JF)F
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_float/d/
T_rem_float_4.d 27 .method public run(JF)F
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_float_2addr/d/
T_rem_float_2addr_4.d 27 .method public run(JF)F
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_long/d/
T_rem_long_5.d 27 .method public run(JF)J
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_long_2addr/d/
T_rem_long_2addr_5.d 27 .method public run(JF)J

Completed in 227 milliseconds