Searched refs:opt_type (Results 1 - 25 of 32) sorted by relevance

12

/netbsd-current/external/cddl/dtracetoolkit/dist/Bin/
H A Dstatsnoop79 opt_name=0; opt_pid=0; opt_type=0; opt_trace=0; pname=.; pid=0; trace=.
91 l) opt_type=1 ;;
128 opt_zone=0; opt_cwd=0; opt_time=0; opt_timestr=0; opt_type=0
151 inline int OPT_type = '$opt_type';
/netbsd-current/external/cddl/dtracetoolkit/dist/
H A Dstatsnoop79 opt_name=0; opt_pid=0; opt_type=0; opt_trace=0; pname=.; pid=0; trace=.
91 l) opt_type=1 ;;
128 opt_zone=0; opt_cwd=0; opt_time=0; opt_timestr=0; opt_type=0
151 inline int OPT_type = '$opt_type';
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-geneve.c114 uint8_t opt_type; local
121 opt_type = GET_U_1(bp + 2);
125 format_opt_class(opt_class), opt_class, opt_type,
126 opt_type & OPT_TYPE_CRITICAL ? "(C)" : "", opt_len);
H A Dprint-pgm.c163 uint8_t opt_type, opt_len; local
438 opt_type = GET_U_1(bp);
440 if ((opt_type & PGM_OPT_MASK) != PGM_OPT_LENGTH) {
441 ND_PRINT("[First option bad, should be PGM_OPT_LENGTH, is %u]", opt_type & PGM_OPT_MASK);
464 opt_type = GET_U_1(bp);
479 switch (opt_type & PGM_OPT_MASK) {
814 ND_PRINT(" OPT_%02X [%u] ", opt_type, opt_len);
820 if (opt_type & PGM_OPT_END)
H A Dprint-icmp6.c1402 uint8_t opt_type; local
1426 opt_type = GET_U_1(op->nd_opt_type);
1434 tok2str(icmp6_opt_values, "unknown", opt_type),
1435 opt_type,
1439 switch (opt_type) {
H A Dprint-bgp.c2683 uint8_t opt_type, opt_len; local
2689 opt_type = GET_U_1(bgpopt->bgpopt_type);
2693 opt_type, opt_len);
2698 tok2str(bgp_opt_values,"Unknown",opt_type),
2699 opt_type,
2703 switch(opt_type) {
2713 opt_type);
/netbsd-current/usr.bin/config/
H A Dlint.c58 static struct opt_type { struct
71 const struct opt_type *ot = v;
103 const struct opt_type *ot = v;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dinternal-fn.h199 optimization_type opt_type)
202 opt_type);
198 direct_internal_fn_supported_p(internal_fn fn, tree type0, tree type1, optimization_type opt_type) argument
H A Doptabs-query.c45 machine_mode from_mode, optimization_type opt_type)
49 || !targetm.optab_supported_p (optab, to_mode, from_mode, opt_type))
60 optimization_type opt_type)
64 || !targetm.optab_supported_p (optab, mode, mode, opt_type))
44 convert_optab_handler(convert_optab optab, machine_mode to_mode, machine_mode from_mode, optimization_type opt_type) argument
59 direct_optab_handler(convert_optab optab, machine_mode mode, optimization_type opt_type) argument
H A Dinternal-fn.c3087 optimization_type opt_type)
3091 return direct_optab_handler (optab, mode, opt_type) != CODE_FOR_nothing;
3100 optimization_type opt_type)
3103 TYPE_MODE (types.second), opt_type)
3112 optimization_type opt_type)
3117 return (convert_optab_handler (optab, imode, vmode, opt_type)
3191 optimization_type opt_type)
3200 opt_type);
3209 opt_type); \
3225 optimization_type opt_type)
3086 direct_optab_supported_p(direct_optab optab, tree_pair types, optimization_type opt_type) argument
3099 convert_optab_supported_p(convert_optab optab, tree_pair types, optimization_type opt_type) argument
3111 multi_vector_optab_supported_p(convert_optab optab, tree_pair types, optimization_type opt_type) argument
3190 direct_internal_fn_supported_p(internal_fn fn, tree_pair types, optimization_type opt_type) argument
3224 direct_internal_fn_supported_p(internal_fn fn, tree type, optimization_type opt_type) argument
3236 direct_internal_fn_supported_p(gcall *stmt, optimization_type opt_type) argument
[all...]
H A Dtree-ssa-math-opts.c3080 optimization_type opt_type = bb_optimization_type (gimple_bb (mul_stmt));
3081 if (!direct_internal_fn_supported_p (IFN_FMA, type, opt_type))
3182 if (!direct_internal_fn_supported_p (IFN_COND_FMA, type, opt_type))
3194 && !direct_internal_fn_supported_p (IFN_FMS, type, opt_type)
3195 && direct_internal_fn_supported_p (IFN_FNMA, type, opt_type)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dinternal-fn.h203 optimization_type opt_type)
206 opt_type);
202 direct_internal_fn_supported_p(internal_fn fn, tree type0, tree type1, optimization_type opt_type) argument
H A Doptabs-query.cc45 machine_mode from_mode, optimization_type opt_type)
49 || !targetm.optab_supported_p (optab, to_mode, from_mode, opt_type))
60 optimization_type opt_type)
64 || !targetm.optab_supported_p (optab, mode, mode, opt_type))
44 convert_optab_handler(convert_optab optab, machine_mode to_mode, machine_mode from_mode, optimization_type opt_type) argument
59 direct_optab_handler(convert_optab optab, machine_mode mode, optimization_type opt_type) argument
H A Dinternal-fn.cc3729 optimization_type opt_type)
3733 return direct_optab_handler (optab, mode, opt_type) != CODE_FOR_nothing;
3742 optimization_type opt_type)
3745 TYPE_MODE (types.second), opt_type)
3754 optimization_type opt_type)
3759 return (convert_optab_handler (optab, imode, vmode, opt_type)
3838 optimization_type opt_type)
3847 opt_type);
3856 opt_type); \
3872 optimization_type opt_type)
3728 direct_optab_supported_p(direct_optab optab, tree_pair types, optimization_type opt_type) argument
3741 convert_optab_supported_p(convert_optab optab, tree_pair types, optimization_type opt_type) argument
3753 multi_vector_optab_supported_p(convert_optab optab, tree_pair types, optimization_type opt_type) argument
3837 direct_internal_fn_supported_p(internal_fn fn, tree_pair types, optimization_type opt_type) argument
3871 direct_internal_fn_supported_p(internal_fn fn, tree type, optimization_type opt_type) argument
3883 direct_internal_fn_supported_p(gcall *stmt, optimization_type opt_type) argument
[all...]
H A Dtree-ssa-math-opts.cc3260 optimization_type opt_type = bb_optimization_type (gimple_bb (mul_stmt));
3261 if (!direct_internal_fn_supported_p (IFN_FMA, type, opt_type))
3362 if (!direct_internal_fn_supported_p (IFN_COND_FMA, type, opt_type))
3374 && !direct_internal_fn_supported_p (IFN_FMS, type, opt_type)
3375 && direct_internal_fn_supported_p (IFN_FNMA, type, opt_type)
/netbsd-current/external/bsd/wpa/dist/src/ap/
H A Dndisc_snoop.c31 u8 opt_type; member in struct:icmpv6_ndmsg
114 if (msg->opt_type != SOURCE_LL_ADDR)
/netbsd-current/external/bsd/am-utils/dist/amd/
H A Dam_ops.c396 } else if (fo->opt_type == 0) {
403 rop = ops_search(fo->opt_type);
405 plog(XLOG_USER, "fs type \"%s\" not recognized", fo->opt_type);
H A Dopts.c140 &fs_static.opt_type, 0, 0, FALSE },
1406 _AM_OPT_COPY(opt_type);
H A Damd.h389 char *opt_type; member in struct:am_opts
/netbsd-current/external/bsd/nsd/dist/
H A Dedns.c132 uint16_t opt_type; local
144 opt_type = buffer_read_u16(packet);
145 if (opt_owner != 0 || opt_type != TYPE_OPT) {
/netbsd-current/external/bsd/ppp/dist/pppd/
H A Dpppd.h95 enum opt_type { enum
107 enum opt_type type;
/netbsd-current/sys/dev/pci/
H A Dif_txpreg.h380 opt_type:4; member in struct:txp_opt_desc
/netbsd-current/external/mit/isl/dist/
H A DMakefile.am601 opt_type.h \
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386.c22574 optimization_type opt_type)
22588 return opt_type == OPTIMIZE_FOR_SPEED;
22595 return opt_type == OPTIMIZE_FOR_SPEED;
22606 return opt_type == OPTIMIZE_FOR_SPEED;
22609 return opt_type == OPTIMIZE_FOR_SPEED && use_rsqrt_p ();
22533 ix86_optab_supported_p(int op, machine_mode mode1, machine_mode, optimization_type opt_type) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.cc23880 optimization_type opt_type)
23894 return opt_type == OPTIMIZE_FOR_SPEED;
23902 return opt_type == OPTIMIZE_FOR_SPEED;
23914 return opt_type == OPTIMIZE_FOR_SPEED;
23917 return opt_type == OPTIMIZE_FOR_SPEED && use_rsqrt_p (mode1);

Completed in 1021 milliseconds

12