/external/libpcap/ |
grammar.y | 144 struct arth *a; 157 %type <a> arth narth 306 | arth relop arth { $$.b = gen_relation($2, $1, $3, 0); 308 | arth irelop arth { $$.b = gen_relation($2, $1, $3, 1); 416 arth: pnum { $$ = gen_loadi($1); } label 419 narth: pname '[' arth ']' { $$ = gen_load($1, $3, 1); } 420 | pname '[' arth ':' NUM ']' { $$ = gen_load($1, $3, $5); } 421 | arth '+' arth { $$ = gen_arth(BPF_ADD, $1, $3); [all...] |
gencode.h | 254 struct arth { struct 267 struct arth *gen_loadi(int); 268 struct arth *gen_load(int, struct arth *, int); 269 struct arth *gen_loadlen(void); 270 struct arth *gen_neg(struct arth *); 271 struct arth *gen_arth(int, struct arth *, struct arth *); [all...] |
tokdefs.h | 249 struct arth *a;
|
gencode.c | 246 static struct slist *xfer_to_x(struct arth *); 247 static struct slist *xfer_to_a(struct arth *); [all...] |
wlan_filtering.patch | 31 static struct slist *xfer_to_a(struct arth *);
|
grammar.c | 441 struct arth *a; 799 "relop", "irelop", "arth", "narth", "byteop", "pnum", "atmtype", [all...] |
/external/srec/config/en.us/dictionary/ |
c0.6 | [all...] |