Home
last modified time | relevance | path

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

/external/libpcap/
Dgencode.h317 struct block *gen_byteop(compiler_state_t *, int, int, int);
Dgrammar.y546 | CBYTE NUM byteop NUM { $$ = gen_byteop(cstate, $3, $2, $4); }
Dgrammar.c2751 { (yyval.rblk) = gen_byteop(cstate, (yyvsp[-1].i), (yyvsp[-2].i), (yyvsp[0].i)); } in yyparse()
Dgencode.c7398 gen_byteop(compiler_state_t *cstate, int op, int idx, int val) in gen_byteop() function