Home
last modified time | relevance | path

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

/external/libpcap/
Dgencode.h322 struct block *gen_llc(compiler_state_t *);
Dgrammar.y630 pllc: LLC { $$ = gen_llc(cstate); }
Dgencode.c3585 gen_llc(compiler_state_t *cstate) in gen_llc() function
3664 b0 = gen_llc(cstate); in gen_llc_i()
3687 b0 = gen_llc(cstate); in gen_llc_s()
3706 b0 = gen_llc(cstate); in gen_llc_u()
3725 b0 = gen_llc(cstate); in gen_llc_s_subtype()
3743 b0 = gen_llc(cstate); in gen_llc_u_subtype()
Dgrammar.c2960 { (yyval.rblk) = gen_llc(cstate); } in yyparse()