Home | History | Annotate | Download | only in libpcap

Lines Matching full:opt_loop

1656 opt_loop(struct block *root, int do_stmts)
1661 printf("opt_loop(root, %d) begin\n", do_stmts);
1675 printf("opt_loop(root, %d) bottom, done=%d\n", do_stmts, done);
1693 opt_loop(root, 0);
1694 opt_loop(root, 1);