Home
last modified time | relevance | path

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

/external/libpcap/
Dgencode.h286 struct arth *gen_loadi(int);
Dgrammar.y612 arth: pnum { $$ = gen_loadi($1); }
Dgencode.c6945 gen_loadi(val) in gen_loadi() function
7456 gen_load(Q_LINK, gen_loadi(0), 1),
7457 gen_loadi(0),
Dgrammar.c3322 { (yyval.a) = gen_loadi((yyvsp[(1) - (1)].i)); }