Home
last modified time | relevance | path

Searched refs:gen_mcode6 (Results 1 – 4 of 4) sorted by relevance

/external/libpcap/
Dgencode.h307 struct block *gen_mcode6(compiler_state_t *, const char *, const char *,
Dgrammar.y403 $$.b = gen_mcode6(cstate, $1, NULL, $3,
412 $$.b = gen_mcode6(cstate, $1, 0, 128,
Dgrammar.c2184 (yyval.blk).b = gen_mcode6(cstate, (yyvsp[-2].s), NULL, (yyvsp[0].i), in yyparse()
2198 (yyval.blk).b = gen_mcode6(cstate, (yyvsp[0].s), 0, 128, in yyparse()
Dgencode.c6774 gen_mcode6(compiler_state_t *cstate, const char *s1, const char *s2, in gen_mcode6() function