Searched refs:gen_load (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.h276 struct arth *gen_load(int, struct arth *, int);
H A Dgrammar.y613 narth: pname '[' arth ']' { $$ = gen_load($1, $3, 1); }
614 | pname '[' arth ':' NUM ']' { $$ = gen_load($1, $3, $5); }
H A Dgencode.c6649 gen_load(proto, inst, size) function
7455 gen_load(Q_LINK, gen_loadi(0), 1),

Completed in 164 milliseconds