Home
last modified time | relevance | path

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

/external/libpcap/
Dgencode.h319 struct block *gen_llc(compiler_state_t *);
Dgrammar.y615 pllc: LLC { $$ = gen_llc(cstate); }
Dgencode.c3545 gen_llc(compiler_state_t *cstate) in gen_llc() function
3624 b0 = gen_llc(cstate); in gen_llc_i()
3647 b0 = gen_llc(cstate); in gen_llc_s()
3666 b0 = gen_llc(cstate); in gen_llc_u()
3685 b0 = gen_llc(cstate); in gen_llc_s_subtype()
3703 b0 = gen_llc(cstate); in gen_llc_u_subtype()
Dgrammar.c2943 { (yyval.rblk) = gen_llc(cstate); } in yyparse()