| /freebsd-13.1/contrib/bmake/ |
| H A D | ChangeLog | 7 Merge with NetBSD make, pick up 15 Merge with NetBSD make, pick up 23 Merge with NetBSD make, pick up 32 Merge with NetBSD make, pick up 42 Merge with NetBSD make, pick up 3495 * Merge with NetBSD make 3545 * Merge with NetBSD make 3561 * Merge with NetBSD make 3582 * Merge with NetBSD make 3588 * Merge with NetBSD make [all …]
|
| /freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/ |
| H A D | Atoms.h | 30 ContentType type, Merge merge, bool thumb, bool noDeadStrip, in MachODefinedAtom() 57 Merge merge() const override { return _merge; } in merge() 82 const Merge _merge; 90 Scope scope, ContentType type, Merge merge, in MachODefinedCustomSectionAtom() 122 Merge merge() const override { return DefinedAtom::mergeAsTentative; } in merge()
|
| H A D | File.h | 42 DefinedAtom::ContentType type, DefinedAtom::Merge merge, in addDefinedAtom() 64 DefinedAtom::ContentType type, DefinedAtom::Merge merge, in addDefinedAtomInCustomSection()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
| H A D | PtrState.h | 96 bool Merge(const RRInfo &Other); 155 void Merge(const PtrState &Other, bool TopDown);
|
| H A D | PtrState.cpp | 99 bool RRInfo::Merge(const RRInfo &Other) { in Merge() function in RRInfo 147 void PtrState::Merge(const PtrState &Other, bool TopDown) { in Merge() function in PtrState 166 Partial = RRI.Merge(Other.RRI); in Merge()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64PostLegalizerCombiner.cpp | 247 auto &Merge = cast<GMerge>(MI); in matchFoldMergeToZext() local 248 LLT SrcTy = MRI.getType(Merge.getSourceReg(0)); in matchFoldMergeToZext() 249 if (SrcTy != LLT::scalar(32) || Merge.getNumSources() != 2) in matchFoldMergeToZext() 251 return mi_match(Merge.getSourceReg(1), MRI, m_SpecificICst(0)); in matchFoldMergeToZext()
|
| /freebsd-13.1/contrib/llvm-project/lld/include/lld/Core/ |
| H A D | DefinedAtom.h | 93 enum Merge { enum 246 virtual Merge merge() const = 0;
|
| /freebsd-13.1/contrib/llvm-project/lld/ |
| H A D | .gitignore | 11 # Merge files created by git.
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerMerge.h | 67 size_t Merge(const Set<uint32_t> &InitialFeatures, Set<uint32_t> *NewFeatures,
|
| H A D | FuzzerInternal.h | 75 void Merge(const Vector<std::string> &Corpora);
|
| H A D | FuzzerMerge.cpp | 135 size_t Merger::Merge(const Set<uint32_t> &InitialFeatures, in Merge() function in fuzzer::Merger 398 M.Merge(InitialFeatures, NewFeatures, InitialCov, NewCov, NewFiles); in CrashResistantMerge()
|
| /freebsd-13.1/lib/libz/ |
| H A D | FREEBSD-upgrade | 11 3) Merge the vendor tree to sys/contrib/zlib, which contains a stripped down
|
| /freebsd-13.1/contrib/llvm-project/lld/lib/Core/ |
| H A D | SymbolTable.cpp | 107 static MergeResolution mergeSelect(DefinedAtom::Merge first, in mergeSelect() 108 DefinedAtom::Merge second) { in mergeSelect()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | XcodeSDK.h | 68 void Merge(const XcodeSDK &other);
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | APValue.cpp | 1043 auto Merge = [&](const APValue &V) { in getLVForValue() local 1065 if (Merge(V.getStructBase(I))) in getLVForValue() 1068 if (Merge(V.getStructField(I))) in getLVForValue() 1075 Merge(V.getUnionValue()); in getLVForValue() 1080 if (Merge(V.getArrayInitializedElt(I))) in getLVForValue() 1083 Merge(V.getArrayFiller()); in getLVForValue()
|
| /freebsd-13.1/sys/contrib/edk2/ |
| H A D | FREEBSD-upgrade | 16 # Merge the needed files
|
| /freebsd-13.1/contrib/unbound/doc/ |
| H A D | Changelog | 5 - Merge PR #532 from Shchelk: Fix: buffer overflow bug. 6 - Merge PR #616: Update ratelimit logic. It also introduces 48 - Merge PR #612: TCP race condition. 58 - Merge PR #605: 154 - Merge PR #570 from rex4539: Fix typos. 286 - Merge #521: Update mini_event.c. 303 - Merge PR #415 from sibeream: Use 997 - Merge PR #311 by luismerino: Dynlibmod leak. 1201 - Merge PR #93: Add dynamic library support. 1254 - Merge PR #206: Redis TTL, by Talkabout. [all …]
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | InputSection.h | 42 enum Kind { Regular, EHFrame, Merge, Synthetic, Output }; enumerator 279 static bool classof(const SectionBase *s) { return s->kind() == Merge; } in classof()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/net/wireless/ |
| H A D | mediatek,mt76.txt | 28 - mediatek,eeprom-merge-otp: Merge EEPROM data with OTP data. Can be used on
|
| /freebsd-13.1/contrib/file/ |
| H A D | TODO | 35 - Merge the stat code dance in one place and keep it in one place
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TypeBasedAliasAnalysis.cpp | 524 void Instruction::getAAMetadata(AAMDNodes &N, bool Merge) const { in getAAMetadata() 525 if (Merge) { in getAAMetadata()
|
| /freebsd-13.1/crypto/heimdal/lib/ntlm/ |
| H A D | ChangeLog | 44 * ntlm.c: Merge in changes from Puneet Mehra and make work again.
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | TODO | 6 - Merge INSTALL & README.privsep
|
| /freebsd-13.1/contrib/tnftp/ |
| H A D | ChangeLog | 28 * Merge NetBSD ftp from 20090520 to 20090915. Change: 53 * Merge NetBSD ftp from 20070722 to 20090520. Changes: 116 * Merge NetBSD ftp from 20070605 to 20070722. 177 * Merge NetBSD ftp from 20070510 to 20070605. Changes: 213 * Merge NetBSD ftp from 20070418 to 20070510. Changes: 252 * Merge NetBSD ftp from 20050610 to 20070418. Changes: 368 * Merge ftp from 20050513 to 20050531. Changes: 465 * Merge NetBSD-ftp 20050513: 489 * Merge NetBSD-ftp 20050511: 501 * Merge NetBSD-ftp 20050510: [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonBlockRanges.cpp | 94 bool Merge = MergeAdjacent && (Iter->end() == Next->start()); in unionize() local 95 if (Merge || Iter->overlaps(*Next)) { in unionize()
|