Searched refs:values (Results 251 - 275 of 368) sorted by relevance

<<1112131415

/freebsd-current/share/examples/drivers/
H A Dmake_device_driver.sh436 * Find out the values of any resources we
592 * values from probe routines.
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp27 cl::values(clEnumValN(TPLoop::ForceDisabled, "force-disabled",
H A DMVETailPredication.cpp63 cl::values(clEnumValN(TailPredication::Disabled, "disabled",
264 // Calculate 2 tripcount values and check that they are consistent with
272 // If the tripcount values are inconsistent, we can't insert the VCTP and
276 LLVM_DEBUG(dbgs() << "ARM TP: inconsistent constant tripcount values: "
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-converter.cpp39 cl::values(clEnumValN(ConvertFormats::BINARY, "raw", "output in binary"),
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkSizeDiff.cpp46 cl::values(clEnumValN(human_output, "human", "Human-readable format"),
/freebsd-current/share/mk/
H A Dbsd.cpu.mk115 # Common values for FreeBSD
386 # The following properties are indicated with one of the follow values:
H A Dbsd.subdir.mk29 # values.
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-to-separator.mk152 # Since 2020-11-01, these out-of-bounds values are rejected.
168 # Since 2020-11-01, these out-of-bounds values are rejected.
/freebsd-current/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h153 // parameter values printed as a tuple. For example,
303 // plain values.
518 // This overload handles polymorphic matchers and values only since
625 // TuplePrefix<N>::ExplainMatchFailuresTo(matchers, values, os)
627 // against the first N fields of values. If there is no failure,
631 const ValueTuple& values,
634 TuplePrefix<N - 1>::ExplainMatchFailuresTo(matchers, values, os);
641 const Value& value = std::get<N - 1>(values);
671 const ValueTuple& /* values */,
692 // Describes failures in matching matchers against values
630 ExplainMatchFailuresTo(const MatcherTuple& matchers, const ValueTuple& values, ::std::ostream* os) argument
695 ExplainMatchFailureTupleTo(const MatcherTuple& matchers, const ValueTuple& values, ::std::ostream* os) argument
1354 std::vector<Matcher<T>> values; local
1361 CreateVariadicMatcher(std::vector<Matcher<T>>* values, std::integral_constant<size_t, I>) const argument
[all...]
/freebsd-current/contrib/libpcap/msdos/
H A Dpkt_rx0.asm123 ; _pktRxBuf[n].rxBuffer[CX]. These values are checked in "PktReceive"
/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h866 self()->printSExpr(E->values()[0], SS, Prec_MAX);
869 for (const auto *V : E->values()) {
/freebsd-current/sys/dev/drm2/
H A Ddrm_crtc.h57 uint64_t values[DRM_OBJECT_MAX_PROPERTY]; member in struct:drm_object_properties
120 #define CRTC_INTERLACE_HALVE_V 0x1 /* halve V values for interlacing */
132 /* Proposed mode values */
288 uint64_t *values; member in struct:drm_property
374 * @gamma_store: gamma ramp values
675 * drm_mode_set - new values for a CRTC config change
/freebsd-current/sys/contrib/openzfs/cmd/
H A Ddbufstat.in175 sys.stderr.write("\t -r : Print raw values\n")
459 for v in list(d[pool][objset].values()):
/freebsd-current/crypto/openssl/test/recipes/
H A D90-test_store.t225 foreach (values %generated_file_files) {
/freebsd-current/stand/
H A Ddefs.mk6 # because it includes bsd.own.mk which needs the right MK_ values,
/freebsd-current/stand/lua/
H A Dcli.lua34 -- Parses arguments to boot and returns two values: kernel_name, argstr
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dranges.inc265 using std::ranges::views::values;
H A Dcmath.inc127 // [c.math.abs], absolute values
/freebsd-current/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h142 T &operator[](uptr Idx) { return values[Idx]; }
145 T values[Size]; member in class:scudo::NonZeroLengthArray
/freebsd-current/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp776 // If we can't store the values in the current type (if it's something
903 std::vector<StringRef> values, enums, uniques; member in class:__anon1076::EnumArgument
908 : Argument(Arg, Attr), values(Arg.getValueAsListOfStrings("Values")),
1016 OS << " .Case(\"" << values[I] << "\", "; local
1025 // Mapping from enumeration values back to enumeration strings isn't
1026 // trivial because some enumeration values have multiple named
1036 << values[I] << "\";\n"; local
1050 std::vector<StringRef> values, enums, uniques; member in class:__anon1076::VariadicEnumArgument
1067 values(Arg.getValueAsListOfStrings("Values")),
1152 OS << " .Case(\"" << values[ local
1168 << values[I] << "\\";\\n"; local
[all...]
/freebsd-current/sys/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in1049 setattr(parser.values, option.dest, True)
1059 parser.values.cmd = 'rdconfig'
1065 setattr(parser.values, option.dest, os.path.abspath(value))
1067 setattr(parser.values, option.dest, value)
/freebsd-current/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in406 refreshed. Note that larger values imply more frequent refreshes.
/freebsd-current/contrib/ofed/libmlx5/
H A Dverbs.c104 struct ibv_values_ex *values)
109 if (values->comp_mask & IBV_VALUES_MASK_RAW_CLOCK) {
114 values->raw_clock.tv_sec = 0;
115 values->raw_clock.tv_nsec = cycles;
120 values->comp_mask = comp_mask;
103 mlx5_query_rt_values(struct ibv_context *context, struct ibv_values_ex *values) argument
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp92 cl::values(clEnumVal(Default, "At top of block or after label"),
98 cl::values(clEnumValN(AccelTableKind::Default, "Default",
108 cl::values(clEnumVal(Default, "Default for platform"),
121 cl::values(clEnumVal(Default, "Default for platform"),
133 cl::values(clEnumVal(Default, "Default for platform"),
146 cl::values(clEnumValN(DefaultLinkageNames, "Default",
157 cl::values(clEnumValN(DwarfDebug::MinimizeAddrInV5::Default, "Default",
423 // the debug entry values feature. It can also be enabled explicitly.
577 /// Register worklist for finding call site values.
627 /// given parameter registers' values ca
[all...]
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp107 cl::values(clEnumVal(instr, "Instrumentation profile (default)"),
154 cl::values(clEnumValN(PF_Binary, "binary", "Binary encoding"),
257 cl::values(clEnumValN(warnOnly, "warn",
282 cl::values(
324 cl::desc("Show counter values for shown functions"),
330 cl::values(clEnumValN(ShowFormat::Text, "text",
346 cl::desc("Show indirect call site target values for shown functions"),
374 cl::values(clEnumVal(instr, "Instrumentation profile (default)"),
388 cl::desc("Only output names of functions whose max count values are "
1026 "pass beyond this value. The enum values ar
[all...]

Completed in 308 milliseconds

<<1112131415