Home
last modified time | relevance | path

Searched refs:gen_byteop (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/libpcap/
Dgencode.h315 struct block *gen_byteop(compiler_state_t *, int, int, int);
Dgrammar.y549 | CBYTE NUM byteop NUM { CHECK_PTR_VAL(($$ = gen_byteop(cstate, $3, $2, $4))); }
Dgencode.c7873 gen_byteop(compiler_state_t *cstate, int op, int idx, int val) in gen_byteop() function