| /freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/multiaggs/ |
| H A D | tst.sortpos.d.out | 1 Sorted at position 0: 103 Sorted at position 1: 205 Sorted at position 2: 307 Sorted at position 3: 409 Sorted at position 4: 511 Sorted at position 5: 613 Sorted at position 6: 715 Sorted at position 7: 817 Sorted at position 8: 919 Sorted at position 9:
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | DebugSupport.cpp | 69 std::vector<std::pair<Atom, Solver::Result::Assignment>> Sorted = { in operator <<() local 71 llvm::sort(Sorted); in operator <<() 72 for (const auto &Entry : Sorted) in operator <<()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsELFObjectWriter.cpp | 448 std::list<MipsRelocationEntry> Sorted; in sortRelocs() local 457 std::back_inserter(Sorted), [](const ELFRelocationEntry &Reloc) { in sortRelocs() 472 find_best(Sorted.begin(), Sorted.end(), in sortRelocs() 492 if (InsertionPoint != Sorted.end()) in sortRelocs() 494 Sorted.insert(InsertionPoint, R)->Matched = true; in sortRelocs() 497 LLVM_DEBUG(dumpRelocs("S: ", Sorted)); in sortRelocs() 499 assert(Relocs.size() == Sorted.size() && "Some relocs were not consumed"); in sortRelocs() 504 for (const auto &R : reverse(Sorted)) in sortRelocs()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProf.h | 446 bool Sorted = false; variable 500 Sorted = false; in addFuncName() 560 if (Sorted) in finalizeSymtab() 567 Sorted = true; in finalizeSymtab()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFLinkerImpl.cpp | 903 std::vector<std::pair<StringRef, DebugInfoSize>> Sorted; in printStatistic() local 905 Sorted.emplace_back(E.first(), E.second); in printStatistic() 906 llvm::sort(Sorted, [](auto &LHS, auto &RHS) { in printStatistic() 932 for (auto &E : Sorted) { in printStatistic()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ |
| H A D | OffloadBundler.cpp | 1338 std::set<StringRef> Sorted; in UnbundleFiles() local 1340 Sorted.insert(E.first()); in UnbundleFiles() 1342 unsigned Last = Sorted.size() - 1; in UnbundleFiles() 1343 for (auto &E : Sorted) { in UnbundleFiles()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 463 Sorted = false; in create() 568 SmallVector<StringRef, 0> Sorted(NameTab.keys()); in dumpNames() local 569 llvm::sort(Sorted); in dumpNames() 570 for (StringRef S : Sorted) in dumpNames()
|
| /freebsd-14.2/contrib/libfido2/udev/ |
| H A D | fidodevs | 9 # List of known vendors. Sorted by vendor ID.
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelDAGToDAGHVX.cpp | 1995 SmallVector<uint32_t, 8> Sorted(Worklist); in getPerfectCompletions() local 1996 llvm::sort(Sorted.begin(), Sorted.end()); in getPerfectCompletions() 1998 for (unsigned I = 0, E = Sorted.size(); I != E;) { in getPerfectCompletions() 1999 unsigned P = Sorted[I], Count = 1; in getPerfectCompletions() 2000 while (++I != E && P == Sorted[I]) in getPerfectCompletions()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULowerModuleLDSPass.cpp | 1387 auto Sorted = sortByName(std::vector<GlobalVariable *>( in createLDSVariableReplacement() local 1390 for (GlobalVariable *GV : Sorted) { in createLDSVariableReplacement()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFLinker.cpp | 2946 std::vector<std::pair<StringRef, DebugInfoSize>> Sorted; in link() local 2948 Sorted.emplace_back(E.first(), E.second); in link() 2949 llvm::sort(Sorted, [](auto &LHS, auto &RHS) { in link() 2975 for (auto &E : Sorted) { in link()
|
| /freebsd-14.2/usr.bin/compress/doc/ |
| H A D | README | 241 >>4. Sorted the character next chain and changed the search to stop
|
| /freebsd-14.2/sys/contrib/zstd/doc/ |
| H A D | zstd_compression_format.md | 1344 Sorted by weight and then natural sequential order,
|
| /freebsd-14.2/contrib/flex/ |
| H A D | ChangeLog | 1489 * src/Makefile.am: Sorted file names in flex_SOURCES
|