| /freebsd-14.2/sys/contrib/device-tree/Bindings/iio/adc/ |
| H A D | envelope-detector.txt | 1 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.
|
| H A D | envelope-detector.yaml | 7 title: ADC envelope detector using a DAC and a comparator 14 signal by a binary search using the output of a comparator wired to 36 description: Channel node of the dac to be used for comparator input.
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/iio/addac/ |
| H A D | adi,ad74413r.yaml | 97 adi,gpo-comparator: 100 Whether to configure GPO as a comparator or not. 101 When not configured as a comparator, the GPO will be treated as an 162 adi,gpo-comparator;
|
| H A D | adi,ad74115.yaml | 132 adi,comparator-invert: 134 description: Whether to invert the comparator output.
|
| /freebsd-14.2/crypto/openssl/util/ |
| H A D | mknum.pl | 50 $ordinals->items(comparator => sub { $_[0] cmp $_[1] }, 97 $ordinals->items(comparator => sub { $_[0] cmp $_[1] },
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/sound/ |
| H A D | cs42l42.txt | 74 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 D | da7218.txt | 62 - dlg,comp-inv : Boolean flag, invert comparator output
|
| H A D | cirrus,cs42l42.yaml | 147 This is an array of descending values for the comparator voltage,
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/net/can/ |
| H A D | sja1000.txt | 45 - nxp,no-comparator-bypass : Allows to disable the CAN input comparator.
|
| H A D | nxp,sja1000.yaml | 81 nxp,no-comparator-bypass: 83 description: Allows to disable the CAN input comparator.
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/extcon/ |
| H A D | extcon-palmas.txt | 12 - ti,wakeup : To enable the wakeup comparator in probe
|
| /freebsd-14.2/crypto/openssl/util/perl/OpenSSL/ |
| H A D | Ordinals.pm | 271 my $comparator = $opts{sort}; 294 return sort { $comparator->($a, $b); } @l 295 if (defined $comparator);
|
| /freebsd-14.2/bin/sh/ |
| H A D | histedit.c | 80 static int comparator(const void *, const void *, void *); 587 comparator(const void *a, const void *b, void *thunk) in comparator() function 682 qsort_s(matches + 1, i, sizeof(matches[0]), comparator, in sh_matches()
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm/ |
| H A D | twl6030.dtsi | 83 twl_usb_comparator: usb-comparator {
|
| H A D | imx27-phytec-phycore-rdk.dts | 316 nxp,no-comparator-bypass;
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | tps65910.txt | 55 comparator. (see VMBCH_VSEL in TPS65910 datasheet) 57 comparator. (see VMBCH_VSEL in TPS65910 datasheet)
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/pwm/ |
| H A D | pwm-sifive.yaml | 53 Each PWM instance in FU540-C000 has 4 comparators. One interrupt per comparator.
|
| /freebsd-14.2/contrib/kyua/utils/ |
| H A D | optional.ipp | 133 /// Equality comparator. 153 /// Inequality comparator.
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/hwmon/ |
| H A D | baikal,bt1-pvt.yaml | 31 | Low-Vt sensor |-| | +--| Thresholds comparator |
|
| /freebsd-14.2/contrib/bsnmp/tests/ |
| H A D | catch.hpp | 3561 ContainsElementMatcher(T const &comparator) : m_comparator( comparator) {} in ContainsElementMatcher() 3582 ContainsMatcher(std::vector<T> const &comparator) : m_comparator( comparator ) {} in ContainsMatcher() 3591 if (el == comparator) { in match() 3612 EqualsMatcher(std::vector<T> const &comparator) : m_comparator( comparator ) {} in EqualsMatcher() 3635 ApproxMatcher(std::vector<T> const& comparator) : m_comparator( comparator ) {} in ApproxMatcher() 3704 return Vector::EqualsMatcher<T>( comparator ); in Equals() 11574 : m_comparator( comparator ), in StringMatcherBase() 11590 …EqualsMatcher::EqualsMatcher( CasedString const& comparator ) : StringMatcherBase( "equals", compa… in EqualsMatcher() argument 11596 …insMatcher::ContainsMatcher( CasedString const& comparator ) : StringMatcherBase( "contains", comp… in ContainsMatcher() argument 11602 …Matcher::StartsWithMatcher( CasedString const& comparator ) : StringMatcherBase( "starts with", co… in StartsWithMatcher() argument [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrSystem.td | 331 // Set clock comparator. 346 // Store clock comparator.
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Symtab.cpp | 628 SymbolIndexComparator comparator(m_symbols, addr_cache); in SortSymbolIndexesByValue() local 629 std::stable_sort(indexes.begin(), indexes.end(), comparator); in SortSymbolIndexesByValue()
|
| /freebsd-14.2/contrib/googletest/docs/reference/ |
| H A D | matchers.md | 137 | `WhenSortedBy(comparator, m)` | The same as `WhenSorted(m)`, except that the given comparator ins…
|
| /freebsd-14.2/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 2499 WhenSortedByMatcher(const Comparator& comparator, 2501 : comparator_(comparator), matcher_(matcher) {} 2522 Impl(const Comparator& comparator, const ContainerMatcher& matcher) 2523 : comparator_(comparator), matcher_(matcher) {} 4713 const Comparator& comparator, const ContainerMatcher& container_matcher) { 4715 comparator, container_matcher);
|
| /freebsd-14.2/contrib/ncurses/ |
| H A D | README | 129 infocmp -- terminfo binary to source decompiler/comparator
|