Home
last modified time | relevance | path

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

/external/libpcap/
Dgencode.h288 struct arth *gen_loadi(compiler_state_t *, int);
Dgrammar.y669 arth: pnum { $$ = gen_loadi(cstate, $1); }
Dgrammar.c3050 { (yyval.a) = gen_loadi(cstate, (yyvsp[0].i)); } in yyparse()
Dgencode.c7078 gen_loadi(compiler_state_t *cstate, int val) in gen_loadi() function
7553 gen_load(cstate, Q_LINK, gen_loadi(cstate, 0), 1), in gen_inbound()
7554 gen_loadi(cstate, 0), in gen_inbound()