Searched refs:fcode (Results 1 - 25 of 41) sorted by relevance

12

/freebsd-10.0-release/contrib/gcc/
H A Dconvert.c131 enum built_in_function fcode = builtin_mathfn_code (expr); local
141 switch (fcode)
196 tree fn = mathfn_built_in (newtype, fcode);
212 && (((fcode == BUILT_IN_FLOORL
213 || fcode == BUILT_IN_CEILL
214 || fcode == BUILT_IN_ROUNDL
215 || fcode == BUILT_IN_RINTL
216 || fcode == BUILT_IN_TRUNCL
217 || fcode == BUILT_IN_NEARBYINTL)
220 || ((fcode
384 const enum built_in_function fcode = builtin_mathfn_code (s_expr); local
[all...]
H A Dbuiltins.c1626 fcode = BUILT_IN_MATHFN; fcodef = BUILT_IN_MATHFN##F ; \
1634 enum built_in_function fcode, fcodef, fcodel;
1722 return implicit_built_in_decls[fcode];
3423 enum built_in_function fcode;
3517 fcode = DECL_FUNCTION_CODE (fndecl);
3518 gcc_assert (fcode == BUILT_IN_MEMSET || fcode == BUILT_IN_BZERO);
3520 if (fcode == BUILT_IN_MEMSET)
5450 FCODE_DIFF should be fcode - base, where base is the FOO_1 code for the
5654 enum built_in_function fcode
1633 enum built_in_function fcode, fcodef, fcodel; local
3422 enum built_in_function fcode; local
5651 enum built_in_function fcode = DECL_FUNCTION_CODE (fndecl); local
6804 enum built_in_function fcode = DECL_FUNCTION_CODE (fndecl); local
6845 enum built_in_function fcode = DECL_FUNCTION_CODE (fndecl); local
7006 enum built_in_function fcode; local
7087 const enum built_in_function fcode = builtin_mathfn_code (arg); local
7223 enum built_in_function fcode; local
7569 const enum built_in_function fcode = builtin_mathfn_code (arg); local
7744 const enum built_in_function fcode = builtin_mathfn_code (arg0); local
7898 const enum built_in_function fcode = builtin_mathfn_code (arg); local
8856 enum built_in_function fcode; local
10048 expand_builtin_memory_chk(tree exp, rtx target, enum machine_mode mode, enum built_in_function fcode) argument
10171 maybe_emit_chk_warning(tree exp, enum built_in_function fcode) argument
10237 maybe_emit_sprintf_chk_warning(tree exp, enum built_in_function fcode) argument
10365 fold_builtin_memory_chk(tree fndecl, tree arglist, tree maxlen, bool ignore, enum built_in_function fcode) argument
10466 fold_builtin_stxcpy_chk(tree fndecl, tree arglist, tree maxlen, bool ignore, enum built_in_function fcode) argument
10696 fold_builtin_sprintf_chk(tree arglist, enum built_in_function fcode) argument
10799 fold_builtin_snprintf_chk(tree arglist, tree maxlen, enum built_in_function fcode) argument
10892 fold_builtin_printf(tree fndecl, tree arglist, bool ignore, enum built_in_function fcode) argument
11046 fold_builtin_fprintf(tree fndecl, tree arglist, bool ignore, enum built_in_function fcode) argument
[all...]
/freebsd-10.0-release/contrib/libpcap/
H A Dsavefile.c170 pcap_freecode(&p->fcode);
308 /* Padding only needed for live capture fcode */
353 struct bpf_insn *fcode; local
385 if ((fcode = p->fcode.bf_insns) == NULL ||
386 bpf_filter(fcode, data, h.len, h.caplen)) {
H A Dpcap-enet.c62 register struct bpf_insn *fcode = fp->bf_insns; local
82 if (bpf_filter(fcode, (char *)ph->packet,
96 if (bpf_filter(fcode, buf.hdr.packet, cc, caplen)) {
H A Dpcap-septel.c134 if ((p->fcode.bf_insns == NULL) || bpf_filter(p->fcode.bf_insns, dp, packet_len, caplen)) {
H A Dpcap-linux.c347 static int fix_program(pcap_t *handle, struct sock_fprog *fcode,
350 static int set_kernel_filter(pcap_t *handle, struct sock_fprog *fcode);
1610 if (!handle->md.use_bpf && handle->fcode.bf_insns) {
1611 if (bpf_filter(handle->fcode.bf_insns, bp,
2234 struct sock_fprog fcode; local
2263 if (handle->fcode.bf_len > USHRT_MAX) {
2265 * fcode.len is an unsigned short for current kernel.
2271 fcode.len = 0;
2272 fcode.filter = NULL;
2290 switch (fix_program(handle, &fcode, is_mmappe
5238 fix_program(pcap_t *handle, struct sock_fprog *fcode, int is_mmapped) argument
5375 set_kernel_filter(pcap_t *handle, struct sock_fprog *fcode) argument
[all...]
H A Dpcap-snf.c133 if ((p->fcode.bf_insns == NULL) ||
134 bpf_filter(p->fcode.bf_insns, req.pkt_addr, req.length, caplen)) {
H A Dpcap-bt-linux.c356 if (handle->fcode.bf_insns == NULL ||
357 bpf_filter(handle->fcode.bf_insns, &handle->buffer[handle->offset],
H A Dpcap-snoop.c124 if (p->fcode.bf_insns == NULL ||
125 bpf_filter(p->fcode.bf_insns, cp, datalen, caplen)) {
H A Dpcap-usb-linux.c639 if (handle->fcode.bf_insns == NULL ||
640 bpf_filter(handle->fcode.bf_insns, handle->buffer,
805 if (handle->fcode.bf_insns == NULL ||
806 bpf_filter(handle->fcode.bf_insns, handle->buffer,
885 if (handle->fcode.bf_insns == NULL ||
886 bpf_filter(handle->fcode.bf_insns, (u_char*) hdr,
H A Ddlpisubs.c177 if (bpf_filter(p->fcode.bf_insns, pk, origlen, caplen)) {
H A Dpcap-dos.c266 (!p->fcode.bf_insns || bpf_filter(p->fcode.bf_insns, rx_buf, pcap.len, pcap.caplen)))
406 p->fcode = *fp;
981 pcap_save.fcode.bf_insns = NULL;
H A Dpcap-int.h331 struct bpf_program fcode; member in struct:pcap
H A Dpcap-nit.c177 if (bpf_filter(p->fcode.bf_insns, cp, nh->nh_wirelen, caplen)) {
H A Dpcap-netfilter-linux.c179 if (handle->fcode.bf_insns == NULL ||
180 bpf_filter(handle->fcode.bf_insns, payload, pkth.len, pkth.caplen))
H A Dpcap-win32.c379 if (p->fcode.bf_insns)
381 if (bpf_filter(p->fcode.bf_insns, dp, packet_len, caplen) == 0)
H A Dpcap-snit.c189 if (bpf_filter(p->fcode.bf_insns, cp, nlp->nh_pktlen, caplen)) {
H A Dpcap.c1605 pcap_freecode(&p->fcode);
1687 const struct bpf_insn *fcode = fp->bf_insns; local
1689 if (fcode != NULL)
1690 return (bpf_filter(fcode, pkt, h->len, h->caplen));
/freebsd-10.0-release/contrib/libpcap/tests/
H A Dfiltertest.c172 struct bpf_program fcode; local
250 if (pcap_compile(pd, &fcode, cmdbuf, Oflag, netmask) < 0)
252 bpf_dump(&fcode, dflag);
H A Dnonblocktest.c60 struct bpf_program fcode; local
103 if (pcap_compile(pd, &fcode, cmdbuf, 1, netmask) < 0)
106 if (pcap_setfilter(pd, &fcode) < 0)
H A Dselpolltest.c61 struct bpf_program fcode; local
133 if (pcap_compile(pd, &fcode, cmdbuf, 1, netmask) < 0)
136 if (pcap_setfilter(pd, &fcode) < 0)
/freebsd-10.0-release/usr.bin/compress/
H A Dzopen.c162 #define fcode zs->u.w.zs_fcode macro
276 for (fcode = (long)hsize; fcode < 65536L; fcode *= 2L)
286 fcode = (long)(((long)c << maxbits) + ent);
289 if (htabof(i) == fcode) {
300 if (htabof(i) == fcode) {
312 htabof(i) = fcode;
/freebsd-10.0-release/contrib/tcpdump/
H A Dtcpdump.c698 struct bpf_program fcode; local
1412 if (pcap_compile(pd, &fcode, cmdbuf, Oflag, netmask) < 0)
1415 bpf_dump(&fcode, dflag);
1483 if (pcap_setfilter(pd, &fcode) < 0)
1685 if (pcap_compile(pd, &fcode, cmdbuf, Oflag, netmask) < 0)
1687 if (pcap_setfilter(pd, &fcode) < 0)
/freebsd-10.0-release/sys/net/
H A Dbpf.c1724 struct bpf_insn *fcode, *old; local
1753 fcode = NULL;
1769 fcode = malloc(size, M_BPF, M_WAITOK);
1770 if (copyin(fp->bf_insns, fcode, size) != 0 ||
1771 !bpf_validate(fcode, flen)) {
1772 free(fcode, M_BPF);
1776 /* Filter is copied inside fcode and is perfectly valid. */
1777 jfunc = bpf_jitter(fcode, flen);
1793 d->bd_wfilter = fcode;
1796 d->bd_rfilter = fcode;
[all...]
/freebsd-10.0-release/contrib/gcc/cp/
H A Dcall.c590 enum tree_code fcode, tcode; local
612 fcode = TREE_CODE (from);
616 if (fcode == FUNCTION_TYPE || fcode == ARRAY_TYPE)
619 fcode = TREE_CODE (from);
631 fcode = TREE_CODE (from);
638 if (tcode == COMPLEX_TYPE && fcode == COMPLEX_TYPE)
663 else if ((tcode == INTEGER_TYPE && fcode == POINTER_TYPE)
664 || (tcode == POINTER_TYPE && fcode == INTEGER_TYPE))
671 else if (tcode == ENUMERAL_TYPE && fcode
[all...]

Completed in 155 milliseconds

12