Home
last modified time | relevance | path

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

/external/libpcap/
Dgencode.h310 struct block *gen_relation(compiler_state_t *, int, struct arth *,
Dgrammar.y449 | arth relop arth { $$.b = gen_relation(cstate, $2, $1, $3, 0);
451 | arth irelop arth { $$.b = gen_relation(cstate, $2, $1, $3, 1);
Dgrammar.c2318 { (yyval.blk).b = gen_relation(cstate, (yyvsp[-1].i), (yyvsp[-2].a), (yyvsp[0].a), 0); in yyparse()
2325 { (yyval.blk).b = gen_relation(cstate, (yyvsp[-1].i), (yyvsp[-2].a), (yyvsp[0].a), 1); in yyparse()
Dgencode.c7018 gen_relation(compiler_state_t *cstate, int code, struct arth *a0, in gen_relation() function
7552 b0 = gen_relation(cstate, BPF_JEQ, in gen_inbound()