Searched refs:gen_relation (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dgencode.h294 struct block *gen_relation(int, struct arth *, struct arth *, int);
H A Dgrammar.y419 | arth relop arth { $$.b = gen_relation($2, $1, $3, 0);
421 | arth irelop arth { $$.b = gen_relation($2, $1, $3, 1);
H A Dgencode.c6882 gen_relation(code, a0, a1, reversed) function
7454 b0 = gen_relation(BPF_JEQ,

Completed in 59 milliseconds