Home
last modified time | relevance | path

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

/external/libpcap/
Dgrammar.y364 | pnum { $$.b = gen_ncode(cstate, NULL, (bpf_u_int32)$1,
384 $$.b = gen_ncode(cstate, $1, 0, $$.q);
432 qid: pnum { $$.b = gen_ncode(cstate, NULL, (bpf_u_int32)$1,
Dgencode.h307 struct block *gen_ncode(compiler_state_t *, const char *, bpf_u_int32,
Dgrammar.c2114 { (yyval.blk).b = gen_ncode(cstate, NULL, (bpf_u_int32)(yyvsp[0].i), in yyparse()
2158 (yyval.blk).b = gen_ncode(cstate, (yyvsp[0].s), 0, (yyval.blk).q); in yyparse()
2251 { (yyval.blk).b = gen_ncode(cstate, NULL, (bpf_u_int32)(yyvsp[0].i), in yyparse()
Dgencode.c6551 gen_ncode(compiler_state_t *cstate, const char *s, bpf_u_int32 v, struct qual q) in gen_ncode() function