Home
last modified time | relevance | path

Searched refs:comparator (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/sys/contrib/device-tree/Bindings/iio/adc/
H A Denvelope-detector.txt1 Bindings for ADC envelope detector using a DAC and a comparator
4 signal by a binary search using the output of a comparator wired to
22 - io-channels: Channel node of the dac to be used for comparator input.
/freebsd/contrib/pkgconf/doc/
H A Dlibpkgconf-pkg.rst84 Returns the comparator used in a depgraph dependency node as a string.
86 :param pkgconf_dependency_t* pkgdep: The depgraph dependency node to return the comparator for.
87 :return: A string matching the comparator or ``"???"``.
92 Look up the appropriate comparator bytecode in the comparator set (defined
95 :param char* name: The comparator to look up by `name`.
96 :return: The comparator bytecode if found, else ``PKGCONF_CMP_ANY``.
/freebsd/crypto/openssl/util/
H A Dmknum.pl50 $ordinals->items(comparator => sub { $_[0] cmp $_[1] },
97 $ordinals->items(comparator => sub { $_[0] cmp $_[1] },
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dcs42l42.txt74 decreasing voltages and will stop when a comparator is tripped,
75 indicating a comparator voltage < bias voltage. This value represents a
78 descending values for the comparator voltage.
H A Dda7218.txt62 - dlg,comp-inv : Boolean flag, invert comparator output
/freebsd/sys/contrib/device-tree/Bindings/net/can/
H A Dsja1000.txt45 - nxp,no-comparator-bypass : Allows to disable the CAN input comparator.
/freebsd/sys/contrib/device-tree/Bindings/extcon/
H A Dextcon-palmas.txt12 - ti,wakeup : To enable the wakeup comparator in probe
/freebsd/crypto/openssl/util/perl/OpenSSL/
H A DOrdinals.pm271 my $comparator = $opts{sort};
294 return sort { $comparator->($a, $b); } @l
295 if (defined $comparator);
/freebsd/bin/sh/
H A Dhistedit.c78 static int comparator(const void *, const void *, void *);
585 comparator(const void *a, const void *b, void *thunk) in comparator() function
699 qsort_s(matches + 1, i, sizeof(matches[0]), comparator, in sh_matches()
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Dtwl6030.dtsi83 twl_usb_comparator: usb-comparator {
H A Domap4-epson-embt2ws.dts289 twl_usb_comparator: usb-comparator {
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dtps65910.txt55 comparator. (see VMBCH_VSEL in TPS65910 datasheet)
57 comparator. (see VMBCH_VSEL in TPS65910 datasheet)
/freebsd/contrib/kyua/utils/
H A Doptional.ipp133 /// Equality comparator.
153 /// Inequality comparator.
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx27-phytec-phycore-rdk.dts310 nxp,no-comparator-bypass;
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp3501 StringMatcherBase( std::string const& operation, CasedString const& comparator );
3509 EqualsMatcher( CasedString const& comparator );
3513 ContainsMatcher( CasedString const& comparator );
3517 StartsWithMatcher( CasedString const& comparator );
3521 EndsWithMatcher( CasedString const& comparator );
3561 ContainsElementMatcher(T const &comparator) : m_comparator( comparator) {} in ContainsElementMatcher()
3582 ContainsMatcher(std::vector<T> const &comparator) : m_comparator( comparator ) {} in ContainsMatcher()
3588 for (auto const& comparator : m_comparator) { in match() local
3591 if (el == comparator) { in match()
3612 EqualsMatcher(std::vector<T> const &comparator) : m_comparator( comparator ) {} in EqualsMatcher()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrSystem.td331 // Set clock comparator.
346 // Store clock comparator.
/freebsd/contrib/googletest/docs/reference/
H A Dmatchers.md139 | `WhenSortedBy(comparator, m)` | The same as `WhenSorted(m)`, except that the given comparator ins…
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp640 SymbolIndexComparator comparator(m_symbols, addr_cache); in SortSymbolIndexesByValue() local
641 llvm::stable_sort(indexes, comparator); in SortSymbolIndexesByValue()
/freebsd/contrib/ncurses/
H A DREADME129 infocmp -- terminfo binary to source decompiler/comparator
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2567 WhenSortedByMatcher(const Comparator& comparator,
2569 : comparator_(comparator), matcher_(matcher) {}
2590 Impl(const Comparator& comparator, const ContainerMatcher& matcher)
2591 : comparator_(comparator), matcher_(matcher) {}
4980 const Comparator& comparator, const ContainerMatcher& container_matcher) {
4982 comparator, container_matcher);
/freebsd/contrib/llvm-project/libcxx/include/
H A D__hash_table662 …static_assert(is_copy_constructible<_Equal>::value, "the specified comparator is required to be co…
670 … "the specified comparator type does not provide a viable const call operator")
H A D__tree790 … "the specified comparator type does not provide a viable const call operator")
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/
H A DCIROps.td302 string transform, string comparator = "std::equal_to<>()">
304 comparator # "(" #
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc10016 // Run the comparator over all array elements to detect any memory issues.
10044 // Poisoned memory from there may get copied into the comparator arguments,
10047 // the comparator calls, but directly from the temp memory, bypassing the
10068 // Run the comparator over all array elements to detect any memory issues.
10085 // Check that the size and comparator arguments are as expected.
/freebsd/share/dict/
H A Dweb2a6145 blink comparator
35570 millionth comparator

12