| /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| PriorityQueue.h | 26 class Compare = std::less<typename Sequence::value_type> > 27 class PriorityQueue : public std::priority_queue<T, Sequence, Compare> { 29 explicit PriorityQueue(const Compare &compare = Compare(), 31 : std::priority_queue<T, Sequence, Compare>(compare, sequence) 36 const Compare &compare = Compare(), [all...] |
| simple_ilist.h | 258 template <class Compare> void merge(simple_ilist &RHS, Compare comp); 264 template <class Compare> void sort(Compare comp); 269 template <class Compare> 270 void simple_ilist<T, Options...>::merge(simple_ilist &RHS, Compare comp) { 291 template <class Compare> 292 void simple_ilist<T, Options...>::sort(Compare comp) {
|
| /src/external/historical/nawk/dist/testdir/ |
| REGRESS | 11 oldawk=$oldawk awk=$awk Compare.t t.* 14 oldawk=$oldawk awk=$awk Compare.p p.? p.??* 17 oldawk=$oldawk awk=$awk Compare.T1 20 oldawk=$oldawk awk=$awk Compare.tt tt.*
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| SystemZElimCompare.cpp | 11 // (2) fuses compares and branches into COMPARE AND BRANCH instructions 36 #define DEBUG_TYPE "systemz-elim-compare" 41 STATISTIC(FusedComparisons, "Number of fused compare-and-branch instructions"); 85 bool convertToBRCT(MachineInstr &MI, MachineInstr &Compare, 87 bool convertToLoadAndTrap(MachineInstr &MI, MachineInstr &Compare, 89 bool convertToLoadAndTest(MachineInstr &MI, MachineInstr &Compare, 91 bool convertToLogical(MachineInstr &MI, MachineInstr &Compare, 93 bool adjustCCMasksForInstr(MachineInstr &MI, MachineInstr &Compare, 96 bool optimizeCompareZero(MachineInstr &Compare, 98 bool fuseCompareOperations(MachineInstr &Compare, [all...] |
| /src/external/gpl3/gdb/dist/sim/testsuite/mcore/ |
| lsr.s | 19 # Compare them, they should be equal
|
| lsri.s | 16 # Compare them, they should be equal
|
| rotli.s | 22 # Compare them, they should be equal
|
| sextb.s | 16 # Compare them, they should be equal
|
| sexth.s | 18 # Compare them, they should be equal
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/mcore/ |
| lsr.s | 19 # Compare them, they should be equal
|
| lsri.s | 16 # Compare them, they should be equal
|
| rotli.s | 22 # Compare them, they should be equal
|
| sextb.s | 16 # Compare them, they should be equal
|
| sexth.s | 18 # Compare them, they should be equal
|
| /src/sys/external/bsd/acpica/dist/executer/ |
| exmisc.c | 348 int Compare; 451 /* Lexicographic compare: compare the data bytes */ 453 Compare = memcmp (Operand0->Buffer.Pointer, 464 (Compare == 0)) 474 if (Compare > 0) 479 if (Compare < 0) 484 /* Bytes match (to shortest length), compare lengths */ 494 if (Compare > 0) 498 if (Compare < 0 [all...] |
| /src/external/apache2/llvm/dist/clang/include/clang/Serialization/ |
| ContinuousRangeMap.h | 50 struct Compare { 76 iterator I = llvm::lower_bound(Rep, Val, Compare()); 94 iterator I = llvm::upper_bound(Rep, K, Compare()); 120 llvm::sort(Self.Rep, Compare());
|
| /src/crypto/external/apache2/openssl/dist/test/recipes/ |
| 04-test_conf.t | 14 use File::Compare qw(compare_text);
|
| 61-test_bio_prefix.t | 13 use File::Compare qw(compare_text); 45 diag "Lines to compare less than 2: ", scalar @_;
|
| 81-test_cmp_cli.t | 15 use File::Compare qw/compare_text/;
|
| 15-test_rsaoaep.t | 14 use File::Compare qw/compare_text/;
|
| /src/crypto/external/bsd/openssl/dist/test/recipes/ |
| 04-test_conf.t | 14 use File::Compare qw(compare_text);
|
| 61-test_bio_prefix.t | 13 use File::Compare qw(compare_text); 45 diag "Lines to compare less than 2: ", scalar @_;
|
| 81-test_cmp_cli.t | 15 use File::Compare qw/compare_text/;
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| LoopFlatten.cpp | 148 // Find Compare and make sure it is valid 149 ICmpInst *Compare = dyn_cast<ICmpInst>(BackBranch->getCondition()); 150 if (!Compare || !IsValidPredicate(Compare->getUnsignedPredicate()) || 151 Compare->hasNUsesOrMore(2)) { 155 IterationInstructions.insert(Compare); 156 LLVM_DEBUG(dbgs() << "Found comparison: "; Compare->dump()); 158 // Find increment and limit from the compare 160 if (match(Compare->getOperand(0), 162 Increment = dyn_cast<BinaryOperator>(Compare->getOperand(0)) [all...] |
| /src/crypto/external/bsd/openssl.old/dist/test/recipes/ |
| 20-test_enc_more.t | 16 use File::Compare qw/compare_text/;
|