Home
last modified time | relevance | path

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

/external/libpcap/
Dgencode.h305 struct block *gen_relation(int, struct arth *, struct arth *, int);
Dgrammar.y420 | arth relop arth { $$.b = gen_relation($2, $1, $3, 0);
422 | arth irelop arth { $$.b = gen_relation($2, $1, $3, 1);
Dgrammar.c2541 …{ (yyval.blk).b = gen_relation((yyvsp[(2) - (3)].i), (yyvsp[(1) - (3)].a), (yyvsp[(3) - (3)].a), 0…
2549 …{ (yyval.blk).b = gen_relation((yyvsp[(2) - (3)].i), (yyvsp[(1) - (3)].a), (yyvsp[(3) - (3)].a), 1…
Dgencode.c6883 gen_relation(code, a0, a1, reversed) in gen_relation() function
7455 b0 = gen_relation(BPF_JEQ,