| /src/external/gpl3/gcc/dist/gcc/config/avr/ |
| gen-avr-mmcu-texi.cc | 50 /* Used by string comparator to group MCUs by their 91 comparator (const void *va, const void *vb) function 138 qsort (mcus, n_mcus, sizeof (avr_mcu_t*), comparator);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/avr/ |
| gen-avr-mmcu-texi.cc | 48 /* 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);
|
| /src/crypto/external/apache2/openssl/dist/util/ |
| mknum.pl | 50 $ordinals->items(comparator => sub { $_[0] cmp $_[1] }, 97 $ordinals->items(comparator => sub { $_[0] cmp $_[1] },
|
| /src/crypto/external/bsd/openssl/dist/util/ |
| mknum.pl | 50 $ordinals->items(comparator => sub { $_[0] cmp $_[1] }, 97 $ordinals->items(comparator => sub { $_[0] cmp $_[1] },
|
| /src/bin/sh/ |
| histedit.c | 96 static int comparator(const void *, const void *); 929 * Comparator function for qsort(). The use of curpos here is to skip 933 comparator(const void *a, const void *b) function 1007 qsort(matches + 1, i, sizeof(matches[0]), comparator);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| diagnostic-show-locus.cc | 283 static int comparator (const void *p1, const void *p2) function in class:__anon13576::line_span 317 ASSERT_EQ (0, line_span::comparator (&line_one, &line_one)); 318 ASSERT_GT (line_span::comparator (&lines_1_to_3, &line_one), 0); 319 ASSERT_LT (line_span::comparator (&line_one, &lines_1_to_3), 0); 327 ASSERT_GT (line_span::comparator (&largest_line, &line_one), 0); 328 ASSERT_LT (line_span::comparator (&line_one, &largest_line), 0); 1015 /* Comparator for sorting fix-it hints. */ 1559 tmp_spans.qsort(line_span::comparator); 1937 static int comparator (const void *p1, const void *p2) function in class:__anon13576::line_label 2002 labels.qsort(line_label::comparator); [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| diagnostic-show-locus.cc | 282 static int comparator (const void *p1, const void *p2) function in class:__anon16012::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); 1005 /* Comparator for sorting fix-it hints. */ 1536 tmp_spans.qsort(line_span::comparator); 1888 static int comparator (const void *p1, const void *p2) function in class:__anon16012::line_label 1953 labels.qsort(line_label::comparator); [all...] |
| /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/ |
| gmock-matchers.h | 2162 // A comparator functor that uses the < operator to compare two values. 2168 // Implements WhenSortedBy(comparator, container_matcher). 2169 template <typename Comparator, typename ContainerMatcher> 2172 WhenSortedByMatcher(const Comparator& comparator, 2174 : comparator_(comparator), matcher_(matcher) {} 2193 Impl(const Comparator& comparator, const ContainerMatcher& matcher) 2194 : comparator_(comparator), matcher_(matcher) {} 2232 const Comparator comparator_ [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| diagnostic-manager.cc | 1095 /* 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);
|
| /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/ |
| Ordinals.pm | 36 foreach ($ordinals->items(comparator => by_name()) { 271 my $comparator = $opts{sort}; 294 return sort { $comparator->($a, $b); } @l 295 if (defined $comparator); 981 Returns a comparator that will compare the names of two OpenSSL::Ordinals::Item 992 Returns a comparator that will compare the ordinal numbers of two 1003 Returns a comparator that will compare the version of two
|
| /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/ |
| Ordinals.pm | 36 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
|
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| diagnostic-manager.cc | 1271 /* A qsort comparator for use by dedupe_winners::emit_best 1275 comparator (const void *p1, const void *p2) function in class:ana::dedupe_key 1462 keys.qsort (dedupe_key::comparator);
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/container/ |
| rbtree.d | 1519 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
|
| /src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| aarch64.cc | 13841 rtx comparator; 13849 comparator = XEXP (op0, 1); 13855 comparator = const0_rtx; 13868 if (comparator == const0_rtx) 13882 && aarch64_imm24 (comparator, VOIDmode)) 13894 if (comparator == const0_rtx)
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_common_interceptors.inc | 10013 // Run the comparator over all array elements to detect any memory issues. 10041 // Poisoned memory from there may get copied into the comparator arguments, 10044 // the comparator calls, but directly from the temp memory, bypassing the 10065 // Run the comparator over all array elements to detect any memory issues. 10082 // Check that the size and comparator arguments are as expected.
|
| /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| aarch64.cc | 13521 rtx comparator; 13529 comparator = XEXP (op0, 1); 13535 comparator = const0_rtx; 13548 if (comparator == const0_rtx) 13562 && aarch64_imm24 (comparator, VOIDmode)) 13574 if (comparator == const0_rtx)
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_common_interceptors.inc | 10049 // 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.
|