Home
last modified time | relevance | path

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

/external/libpcap/
Dgrammar.y306 | arth relop arth { $$.b = gen_relation($2, $1, $3, 0);
308 | arth irelop arth { $$.b = gen_relation($2, $1, $3, 1);
Dgencode.h286 struct block *gen_relation(int, struct arth *, struct arth *, int);
Dgrammar.c2006 { (yyval.blk).b = gen_relation((yyvsp[-1].i), (yyvsp[-2].a), (yyvsp[0].a), 0);
2012 { (yyval.blk).b = gen_relation((yyvsp[-1].i), (yyvsp[-2].a), (yyvsp[0].a), 1);
Dgencode.c5809 gen_relation(code, a0, a1, reversed) in gen_relation() function
6358 b0 = gen_relation(BPF_JEQ,