| /src/external/cddl/dtracetoolkit/dist/Bin/ |
| statsnoop | 79 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'; 185 OPT_type ? printf("%-8s ", "TYPE") : 1; 265 OPT_type ? printf("%-8s ", probefunc) : 1;
|
| /src/external/cddl/dtracetoolkit/dist/ |
| statsnoop | 79 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'; 185 OPT_type ? printf("%-8s ", "TYPE") : 1; 250 OPT_type ? printf("%-8s ", probefunc) : 1;
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dap/ |
| type_check.py | 79 def opt_type(*, u: typing.Optional[int]): function 84 opt_type(u=23) 85 opt_type(u=None) 86 should_fail(opt_type, u="string")
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dap/ |
| type_check.py | 79 def opt_type(*, u: typing.Optional[int]): function 84 opt_type(u=23) 85 opt_type(u=None) 86 should_fail(opt_type, u="string")
|
| /src/external/bsd/ppp/dist/pppd/ |
| options.h | 34 enum opt_type { enum 46 enum opt_type type;
|
| /src/external/bsd/tcpdump/dist/ |
| print-geneve.c | 112 uint8_t opt_type; local 119 opt_type = GET_U_1(bp + 2); 123 format_opt_class(opt_class), opt_class, opt_type, 124 opt_type & OPT_TYPE_CRITICAL ? "(C)" : "", opt_len);
|
| print-pgm.c | 161 uint8_t opt_type, opt_len; local 436 opt_type = GET_U_1(bp); 438 if ((opt_type & PGM_OPT_MASK) != PGM_OPT_LENGTH) { 439 ND_PRINT("[First option bad, should be PGM_OPT_LENGTH, is %u]", opt_type & PGM_OPT_MASK); 462 opt_type = GET_U_1(bp); 477 switch (opt_type & PGM_OPT_MASK) { 812 ND_PRINT(" OPT_%02X [%u] ", opt_type, opt_len); 818 if (opt_type & PGM_OPT_END)
|
| print-icmp6.c | 1414 uint8_t opt_type; local 1438 opt_type = GET_U_1(op->nd_opt_type); 1446 tok2str(icmp6_opt_values, "unknown", opt_type), 1447 opt_type, 1451 switch (opt_type) {
|
| print-bgp.c | 2687 uint8_t opt_type, opt_len; local 2693 opt_type = GET_U_1(bgpopt->bgpopt_type); 2697 opt_type, opt_len); 2702 tok2str(bgp_opt_values,"Unknown",opt_type), 2703 opt_type, 2707 switch(opt_type) { 2717 opt_type);
|
| /src/external/bsd/zstd/dist/tests/regression/ |
| test.c | 82 option_type opt_type; /**< The option type: required, optional, or help. */ member in struct:option_extra 116 static char const* required_message(option_type opt_type) { 117 switch (opt_type) { 143 required_message(long_extras[i].opt_type)); 151 required_message(long_extras[i].opt_type)); 188 if (long_extras[i].opt_type != required_option)
|
| /src/usr.bin/config/ |
| lint.c | 58 static struct opt_type { struct 71 const struct opt_type *ot = v; 103 const struct opt_type *ot = v;
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| internal-fn.h | 197 optimization type is OPT_TYPE. The types are those associated with 203 optimization_type opt_type) 206 opt_type);
|
| optabs-query.cc | 41 such an insn, or if it is unsuitable for optimization type OPT_TYPE. */ 45 machine_mode from_mode, optimization_type opt_type) 49 || !targetm.optab_supported_p (optab, to_mode, from_mode, opt_type)) 56 or if it is unsuitable for optimization type OPT_TYPE. */ 60 optimization_type opt_type) 64 || !targetm.optab_supported_p (optab, mode, mode, opt_type))
|
| internal-fn.cc | 3745 the same) when the optimization type is OPT_TYPE. Used for simple 3750 optimization_type opt_type) 3754 return direct_optab_handler (optab, mode, opt_type) != CODE_FOR_nothing; 3763 optimization_type opt_type) 3766 TYPE_MODE (types.second), opt_type) 3771 array type TYPES.first when the optimization type is OPT_TYPE. */ 3775 optimization_type opt_type) 3780 return (convert_optab_handler (optab, imode, vmode, opt_type) 3853 optimization type is OPT_TYPE. The types are those associated with 3859 optimization_type opt_type) [all...] |
| tree-ssa-math-opts.cc | 3269 optimization_type opt_type = bb_optimization_type (gimple_bb (mul_stmt)); 3270 if (!direct_internal_fn_supported_p (IFN_FMA, type, opt_type)) 3371 if (!direct_internal_fn_supported_p (IFN_COND_FMA, type, opt_type)) 3383 && !direct_internal_fn_supported_p (IFN_FMS, type, opt_type) 3384 && direct_internal_fn_supported_p (IFN_FNMA, type, opt_type)
|
| /src/external/bsd/wpa/dist/src/ap/ |
| ndisc_snoop.c | 31 u8 opt_type; member in struct:icmpv6_ndmsg 115 if (msg->opt_type != SOURCE_LL_ADDR)
|
| /src/external/gpl3/gcc/dist/gcc/ |
| internal-fn.h | 205 optimization type is OPT_TYPE. The types are those associated with 211 optimization_type opt_type) 214 opt_type);
|
| optabs-query.cc | 41 such an insn, or if it is unsuitable for optimization type OPT_TYPE. */ 45 machine_mode from_mode, optimization_type opt_type) 49 || !targetm.optab_supported_p (optab, to_mode, from_mode, opt_type)) 56 or if it is unsuitable for optimization type OPT_TYPE. */ 60 optimization_type opt_type) 64 || !targetm.optab_supported_p (optab, mode, mode, opt_type))
|
| internal-fn.cc | 4011 the same) when the optimization type is OPT_TYPE. Used for simple 4016 optimization_type opt_type) 4020 return direct_optab_handler (optab, mode, opt_type) != CODE_FOR_nothing; 4029 optimization_type opt_type) 4032 TYPE_MODE (types.second), opt_type) 4037 array type TYPES.first when the optimization type is OPT_TYPE. */ 4041 optimization_type opt_type) 4046 return (convert_optab_handler (optab, imode, vmode, opt_type) 4128 optimization type is OPT_TYPE. The types are those associated with 4134 optimization_type opt_type) [all...] |
| tree-ssa-math-opts.cc | 3433 optimization_type opt_type = bb_optimization_type (gimple_bb (mul_stmt)); 3434 if (!direct_internal_fn_supported_p (IFN_FMA, type, opt_type)) 3558 opt_type)) 3585 opt_type)) 3598 && !direct_internal_fn_supported_p (IFN_FMS, type, opt_type) 3599 && direct_internal_fn_supported_p (IFN_FNMA, type, opt_type)
|
| /src/external/bsd/am-utils/dist/amd/ |
| am_ops.c | 396 } 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);
|
| opts.c | 140 &fs_static.opt_type, 0, 0, FALSE }, 1406 _AM_OPT_COPY(opt_type);
|
| amd.h | 389 char *opt_type; member in struct:am_opts
|
| /src/external/bsd/nsd/dist/ |
| edns.c | 138 uint16_t opt_type; local 150 opt_type = buffer_read_u16(packet); 151 if (opt_owner != 0 || opt_type != TYPE_OPT) {
|
| /src/sys/dev/pci/ |
| if_txpreg.h | 380 opt_type:4; member in struct:txp_opt_desc
|