Home
last modified time | relevance | path

Searched refs:gen_broadcast (Results 1 – 18 of 18) sorted by relevance

/dports/devel/tass64/64tass-1.56.2625-src/
H A Dfunctionobj.c104 static MUST_CHECK Obj *gen_broadcast(oper_t op, func_t f) { in gen_broadcast() function
167 vals2[i] = gen_broadcast(op, f); in gen_broadcast()
781 return gen_broadcast(op, function_hypot); in calc2()
786 return gen_broadcast(op, function_atan2); in calc2()
791 return gen_broadcast(op, function_pow); in calc2()
796 return gen_broadcast(op, function_range); in calc2()
801 return gen_broadcast(op, function_binary); in calc2()
806 return gen_broadcast(op, isnprintf); in calc2()
811 return gen_broadcast(op, function_random); in calc2()
860 return gen_broadcast(op, Type(op->v1)->convert2); in apply_convert2()
[all …]
/dports/net/tcpview/tcpview-1.0/
H A Dgencode.h140 extern struct block *gen_broadcast();
H A Dtcpgram.y192 other: pqual TK_BROADCAST { $$ = gen_broadcast($1); }
H A Dgencode.c1394 gen_broadcast(proto) in gen_broadcast() function
/dports/security/fragrouter/fragrouter-1.6/libpcap-0.4/
H A Dgencode.h159 struct block *gen_broadcast(int);
H A Dgrammar.y239 other: pqual TK_BROADCAST { $$ = gen_broadcast($1); }
H A Dgencode.c1853 gen_broadcast(proto) in gen_broadcast() function
/dports/net/daq/daq-2.2.2/sfbpf/
H A Dsf-redefines.h27 #define gen_broadcast sf_gen_broadcast macro
H A Dgencode.h297 struct block *gen_broadcast(int);
H A Dgrammar.y479 other: pqual TK_BROADCAST { $$ = gen_broadcast($1); }
H A Dsf_gencode.c7036 struct block *gen_broadcast(proto) in gen_broadcast() function
/dports/security/nmap/nmap-7.91/libpcap/
H A Dgencode.h316 struct block *gen_broadcast(compiler_state_t *, int);
H A Dgrammar.y545 other: pqual TK_BROADCAST { CHECK_PTR_VAL(($$ = gen_broadcast(cstate, $1))); }
H A Dgrammar.c2732 { CHECK_PTR_VAL(((yyval.rblk) = gen_broadcast(cstate, (yyvsp[-1].i)))); } in yyparse()
H A Dgencode.c7912 gen_broadcast(compiler_state_t *cstate, int proto) in gen_broadcast() function
/dports/net/libpcap/libpcap-1.10.1/
H A Dgencode.h329 struct block *gen_broadcast(compiler_state_t *, int);
H A Dgrammar.y.in578 other: pqual TK_BROADCAST { CHECK_PTR_VAL(($$ = gen_broadcast(cstate, $1))); }
H A Dgencode.c7933 gen_broadcast(compiler_state_t *cstate, int proto) in gen_broadcast() function