Home
last modified time | relevance | path

Searched refs:opt_type (Results 1 – 13 of 13) sorted by relevance

/dragonfly/contrib/tcpdump/
H A Dprint-geneve.c109 uint8_t opt_type; in geneve_opts_print() local
116 opt_type = GET_U_1(bp + 2); in geneve_opts_print()
120 format_opt_class(opt_class), opt_class, opt_type, in geneve_opts_print()
121 opt_type & OPT_TYPE_CRITICAL ? "(C)" : "", opt_len); in geneve_opts_print()
H A Dprint-pgm.c157 uint8_t opt_type, opt_len; in pgm_print() local
432 opt_type = GET_U_1(bp); in pgm_print()
434 if ((opt_type & PGM_OPT_MASK) != PGM_OPT_LENGTH) { in pgm_print()
435 ND_PRINT("[First option bad, should be PGM_OPT_LENGTH, is %u]", opt_type & PGM_OPT_MASK); in pgm_print()
458 opt_type = GET_U_1(bp); in pgm_print()
473 switch (opt_type & PGM_OPT_MASK) { in pgm_print()
808 ND_PRINT(" OPT_%02X [%u] ", opt_type, opt_len); in pgm_print()
814 if (opt_type & PGM_OPT_END) in pgm_print()
H A Dprint-bgp.c2680 uint8_t opt_type, opt_len; in bgp_open_print() local
2686 opt_type = GET_U_1(bgpopt->bgpopt_type); in bgp_open_print()
2690 opt_type, opt_len); in bgp_open_print()
2695 tok2str(bgp_opt_values,"Unknown",opt_type), in bgp_open_print()
2696 opt_type, in bgp_open_print()
2700 switch(opt_type) { in bgp_open_print()
2710 opt_type); in bgp_open_print()
H A Dprint-icmp6.c1409 uint8_t opt_type; in icmp6_opt_print() local
1433 opt_type = GET_U_1(op->nd_opt_type); in icmp6_opt_print()
1441 tok2str(icmp6_opt_values, "unknown", opt_type), in icmp6_opt_print()
1442 opt_type, in icmp6_opt_print()
1446 switch (opt_type) { in icmp6_opt_print()
/dragonfly/usr.sbin/ckdist/
H A Dckdist.c73 static int opt_type; /* dist type: md5 or inf */ variable
118 if ((opt_type = disttype(optarg)) == 0) { in main()
142 rval |= ckdist(*argv, opt_type); in main()
146 rval |= ckdist(*argv, opt_type); in main()
168 (!opt_type || type == opt_type)) in main()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dinternal-fn.h185 optimization_type opt_type) in direct_internal_fn_supported_p() argument
188 opt_type); in direct_internal_fn_supported_p()
H A Doptabs-query.c45 machine_mode from_mode, optimization_type opt_type) in convert_optab_handler() argument
49 || !targetm.optab_supported_p (optab, to_mode, from_mode, opt_type)) in convert_optab_handler()
60 optimization_type opt_type) in direct_optab_handler() argument
64 || !targetm.optab_supported_p (optab, mode, mode, opt_type)) in direct_optab_handler()
H A Dinternal-fn.c3014 optimization_type opt_type) in direct_optab_supported_p() argument
3018 return direct_optab_handler (optab, mode, opt_type) != CODE_FOR_nothing; in direct_optab_supported_p()
3027 optimization_type opt_type) in convert_optab_supported_p() argument
3030 TYPE_MODE (types.second), opt_type) in convert_optab_supported_p()
3039 optimization_type opt_type) in multi_vector_optab_supported_p() argument
3044 return (convert_optab_handler (optab, imode, vmode, opt_type) in multi_vector_optab_supported_p()
3114 optimization_type opt_type) in direct_internal_fn_supported_p() argument
3123 opt_type); in direct_internal_fn_supported_p()
3132 opt_type); \ in direct_internal_fn_supported_p()
3148 optimization_type opt_type) in direct_internal_fn_supported_p() argument
[all …]
H A Dbuiltins.c2082 optimization_type opt_type = bb_optimization_type (gimple_bb (call)); in replacement_internal_fn() local
2083 if (direct_internal_fn_supported_p (ifn, types, opt_type)) in replacement_internal_fn()
H A Dtarget.def3657 modes @var{mode1} and @var{mode2} for optimization type @var{opt_type}.\n\
3668 optimization_type opt_type),
/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dndisc_snoop.c31 u8 opt_type; member
114 if (msg->opt_type != SOURCE_LL_ADDR) in handle_ndisc()
/dragonfly/sys/dev/netif/txp/
H A Dif_txpreg.h399 opt_type:4; member
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c51194 optimization_type opt_type) in ix86_optab_supported_p() argument
51208 return opt_type == OPTIMIZE_FOR_SPEED; in ix86_optab_supported_p()
51215 return opt_type == OPTIMIZE_FOR_SPEED; in ix86_optab_supported_p()
51226 return opt_type == OPTIMIZE_FOR_SPEED; in ix86_optab_supported_p()
51229 return opt_type == OPTIMIZE_FOR_SPEED && use_rsqrt_p (); in ix86_optab_supported_p()