Searched refs:comparator (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Dgen-avr-mmcu-texi.c48 /* Used by string comparator to group MCUs by their
89 comparator (const void *va, const void *vb) function
136 qsort (mcus, n_mcus, sizeof (avr_mcu_t*), comparator);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/avr/
H A Dgen-avr-mmcu-texi.cc48 /* Used by string comparator to group MCUs by their
89 comparator (const void *va, const void *vb) function
136 qsort (mcus, n_mcus, sizeof (avr_mcu_t*), comparator);
/netbsd-current/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-current/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
H A DOrdinals.pm36 foreach ($ordinals->items(comparator => by_name()) {
271 my $comparator = $opts{sort};
294 return sort { $comparator->($a, $b); } @l
295 if (defined $comparator);
979 Returns a comparator that will compare the names of two OpenSSL::Ordinals::Item
990 Returns a comparator that will compare the ordinal numbers of two
1001 Returns a comparator that will compare the version of two
/netbsd-current/bin/sh/
H A Dhistedit.c96 static int comparator(const void *, const void *);
933 comparator(const void *a, const void *b) function
1007 qsort(matches + 1, i, sizeof(matches[0]), comparator);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddiagnostic-show-locus.c269 static int comparator (const void *p1, const void *p2) function
303 ASSERT_EQ (0, line_span::comparator (&line_one, &line_one));
304 ASSERT_GT (line_span::comparator (&lines_1_to_3, &line_one), 0);
305 ASSERT_LT (line_span::comparator (&line_one, &lines_1_to_3), 0);
313 ASSERT_GT (line_span::comparator (&largest_line, &line_one), 0);
314 ASSERT_LT (line_span::comparator (&line_one, &largest_line), 0);
1304 tmp_spans.qsort(line_span::comparator);
1643 static int comparator (const void *p1, const void *p2) function
1708 labels.qsort(line_label::comparator);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddiagnostic-show-locus.cc282 static int comparator (const void *p1, const void *p2) function in class:__anon806::line_span
316 ASSERT_EQ (0, line_span::comparator (&line_one, &line_one));
317 ASSERT_GT (line_span::comparator (&lines_1_to_3, &line_one), 0);
318 ASSERT_LT (line_span::comparator (&line_one, &lines_1_to_3), 0);
326 ASSERT_GT (line_span::comparator (&largest_line, &line_one), 0);
327 ASSERT_LT (line_span::comparator (&line_one, &largest_line), 0);
1536 tmp_spans.qsort(line_span::comparator);
1888 static int comparator (const void *p1, const void *p2) function in class:__anon806::line_label
1953 labels.qsort(line_label::comparator);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Ddiagnostic-manager.cc235 /* A qsort comparator for use by dedupe_winners::emit_best
239 comparator (const void *p1, const void *p2) function in class:ana::dedupe_key
448 keys.qsort (dedupe_key::comparator);
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h2162 // A comparator functor that uses the < operator to compare two values.
2168 // Implements WhenSortedBy(comparator, container_matcher).
2172 WhenSortedByMatcher(const Comparator& comparator, argument
2174 : comparator_(comparator), matcher_(matcher) {}
2193 Impl(const Comparator& comparator, const ContainerMatcher& matcher) argument
2194 : comparator_(comparator), matcher_(matcher) {}
4070 // the given comparator, matches container_matcher.
4073 WhenSortedBy(const Comparator& comparator, argument
4076 comparator, container_matcher);
/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Ddiagnostic-manager.cc1095 /* A qsort comparator for use by dedupe_winners::emit_best
1099 comparator (const void *p1, const void *p2) function in class:ana::dedupe_key
1285 keys.qsort (dedupe_key::comparator);
/netbsd-current/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
1529 * to the less comparator
1552 * to the less comparator
1575 * to the less comparator
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/container/
H A Drbtree.d1519 according to the less comparator. One element is removed for each value
1669 * to the less comparator
1692 * to the less comparator
1715 * to the less comparator
2222 // make sure the comparator can be a delegate
/netbsd-current/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.
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c12023 rtx comparator; local
12031 comparator = XEXP (op0, 1);
12037 comparator = const0_rtx;
12050 if (comparator == const0_rtx)
12064 && aarch64_imm24 (comparator, VOIDmode))
12076 if (comparator == const0_rtx)
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc10049 // Run the comparator over all array elements to detect any memory issues.
10077 // Poisoned memory from there may get copied into the comparator arguments,
10080 // the comparator calls, but directly from the temp memory, bypassing the
10101 // Run the comparator over all array elements to detect any memory issues.
10118 // Check that the size and comparator arguments are as expected.
/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc13505 rtx comparator;
13513 comparator = XEXP (op0, 1);
13519 comparator = const0_rtx;
13532 if (comparator == const0_rtx)
13546 && aarch64_imm24 (comparator, VOIDmode))
13558 if (comparator == const0_rtx)

Completed in 324 milliseconds