Home
last modified time | relevance | path

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

1234

/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/
H A Dgen-avr-mmcu-texi.cc89 comparator (const void *va, const void *vb) in comparator() function
136 qsort (mcus, n_mcus, sizeof (avr_mcu_t*), comparator); in print_mcus()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Dgen-avr-mmcu-texi.c89 comparator (const void *va, const void *vb) in comparator() function
136 qsort (mcus, n_mcus, sizeof (avr_mcu_t*), comparator); in print_mcus()
/netbsd-src/crypto/external/bsd/openssl/dist/util/
H A Dmknum.pl50 $ordinals->items(comparator => sub { $_[0] cmp $_[1] },
97 $ordinals->items(comparator => sub { $_[0] cmp $_[1] },
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/DesignDocs/
H A DDebugMode.rst74 wrap the user-provided comparator to assert that `!comp(y, x)` whenever
75 `comp(x, y)`. This can cause the user-provided comparator to be evaluated
/netbsd-src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
H A DOrdinals.pm271 my $comparator = $opts{sort};
294 return sort { $comparator->($a, $b); } @l
295 if (defined $comparator);
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dtwl6030.dtsi83 twl_usb_comparator: usb-comparator {
H A Dimx27-phytec-phycore-rdk.dts316 nxp,no-comparator-bypass;
/netbsd-src/external/bsd/kyua-cli/dist/utils/
H A Doptional.ipp138 /// Equality comparator.
158 /// Inequality comparator.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddiagnostic-show-locus.c269 static int comparator (const void *p1, const void *p2) in comparator() function
303 ASSERT_EQ (0, line_span::comparator (&line_one, &line_one)); in test_line_span()
304 ASSERT_GT (line_span::comparator (&lines_1_to_3, &line_one), 0); in test_line_span()
305 ASSERT_LT (line_span::comparator (&line_one, &lines_1_to_3), 0); in test_line_span()
313 ASSERT_GT (line_span::comparator (&largest_line, &line_one), 0); in test_line_span()
314 ASSERT_LT (line_span::comparator (&line_one, &largest_line), 0); in test_line_span()
1304 tmp_spans.qsort(line_span::comparator); in calculate_line_spans()
1643 static int comparator (const void *p1, const void *p2) in comparator() function
1708 labels.qsort(line_label::comparator); in print_any_labels()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddiagnostic-show-locus.cc282 static int comparator (const void *p1, const void *p2) in comparator() function in __anonbef134440111::line_span
316 ASSERT_EQ (0, line_span::comparator (&line_one, &line_one)); in test_line_span()
317 ASSERT_GT (line_span::comparator (&lines_1_to_3, &line_one), 0); in test_line_span()
318 ASSERT_LT (line_span::comparator (&line_one, &lines_1_to_3), 0); in test_line_span()
326 ASSERT_GT (line_span::comparator (&largest_line, &line_one), 0); in test_line_span()
327 ASSERT_LT (line_span::comparator (&line_one, &largest_line), 0); in test_line_span()
1536 tmp_spans.qsort(line_span::comparator); in calculate_line_spans()
1888 static int comparator (const void *p1, const void *p2) in comparator() function in __anonbef134440111::line_label
1953 labels.qsort(line_label::comparator); in print_any_labels()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZInstrSystem.td311 // Set clock comparator.
326 // Store clock comparator.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Ddiagnostic-manager.cc239 comparator (const void *p1, const void *p2) in comparator() function in ana::dedupe_key
448 keys.qsort (dedupe_key::comparator); in emit_best()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h2172 WhenSortedByMatcher(const Comparator& comparator,
2174 : comparator_(comparator), matcher_(matcher) {}
2193 Impl(const Comparator& comparator, const ContainerMatcher& matcher)
2194 : comparator_(comparator), matcher_(matcher) {}
4073 WhenSortedBy(const Comparator& comparator,
4076 comparator, container_matcher);
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A DChangeLog-2019107 (cmp_labels): Label decl comparator.
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Ddiagnostic-manager.cc1099 comparator (const void *p1, const void *p2) in comparator() function in ana::dedupe_key
1285 keys.qsort (dedupe_key::comparator); in emit_best()
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/
H A DUsingLibcxx.rst173 counterparts a comparator which is not const callable.
H A DCxx1zStatusIssuesStatus.csv161 "`2684 <https://wg21.link/LWG2684>`__","priority_queue lacking comparator typedef","Oulu","|Complet…
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/container/
H A Drbtree.d1379 according to the less comparator. One element is removed for each value
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/container/
H A Drbtree.d1519 according to the less comparator. One element is removed for each value
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A D__hash_table875 "the specified comparator is required to be copy constructible");
883 "the specified comparator type does not provide a viable const call operator")
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c12023 rtx comparator; in aarch64_if_then_else_costs() local
12031 comparator = XEXP (op0, 1); in aarch64_if_then_else_costs()
12037 comparator = const0_rtx; in aarch64_if_then_else_costs()
12050 if (comparator == const0_rtx) in aarch64_if_then_else_costs()
12064 && aarch64_imm24 (comparator, VOIDmode)) in aarch64_if_then_else_costs()
12076 if (comparator == const0_rtx) in aarch64_if_then_else_costs()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Diwmmxt.md790 ;; (set (match:<vector>) (<comparator>:<vector> (match:<vector>) (match:<vector>)))
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Diwmmxt.md790 ;; (set (match:<vector>) (<comparator>:<vector> (match:<vector>) (match:<vector>)))
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc13505 rtx comparator; in aarch64_if_then_else_costs() local
13513 comparator = XEXP (op0, 1); in aarch64_if_then_else_costs()
13519 comparator = const0_rtx; in aarch64_if_then_else_costs()
13532 if (comparator == const0_rtx) in aarch64_if_then_else_costs()
13546 && aarch64_imm24 (comparator, VOIDmode)) in aarch64_if_then_else_costs()
13558 if (comparator == const0_rtx) in aarch64_if_then_else_costs()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc9824 // Poisoned memory from there may get copied into the comparator arguments,
9827 // the comparator calls, but directly from the temp memory, bypassing the
9848 // Run the comparator over all array elements to detect any memory issues.
9865 // Check that the size and comparator arguments are as expected.
9899 // Run the comparator over all array elements to detect any memory issues.
9916 // Check that the size and comparator arguments are as expected.

1234