| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| HD | CFGUpdate.h | 28 template <typename NodePtr> class Update { 34 Update(UpdateKind Kind, NodePtr From, NodePtr To) in Update() function 40 bool operator==(const Update &RHS) const { 63 void LegalizeUpdates(ArrayRef<Update<NodePtr>> AllUpdates, in LegalizeUpdates() 64 SmallVectorImpl<Update<NodePtr>> &Result, in LegalizeUpdates() 108 [&Operations](const Update<NodePtr> &A, const Update<NodePtr> &B) { in LegalizeUpdates()
|
| /freebsd-11-stable/sys/dev/glxsb/ |
| HD | glxsb_hash.c | 64 axf->Update(ses->ses_ictx, key, klen); in glxsb_hash_key_setup() 65 axf->Update(ses->ses_ictx, hmac_ipad_buffer, axf->blocksize - klen); in glxsb_hash_key_setup() 71 axf->Update(ses->ses_octx, key, klen); in glxsb_hash_key_setup() 72 axf->Update(ses->ses_octx, hmac_opad_buffer, axf->blocksize - klen); in glxsb_hash_key_setup() 93 (int (*)(void *, void *, unsigned int))axf->Update, (caddr_t)&ctx); in glxsb_authcompute() 99 axf->Update(&ctx, hash, axf->hashsize); in glxsb_authcompute()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | RegisterClassInfo.cpp | 44 bool Update = false; in runOnMachineFunction() local 51 Update = true; in runOnMachineFunction() 59 if (Update || CSR != CalleeSavedRegs) { in runOnMachineFunction() 67 Update = true; in runOnMachineFunction() 74 Update = true; in runOnMachineFunction() 79 if (Update) { in runOnMachineFunction()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| HD | LibCxxList.cpp | 118 bool Update() override; 147 bool Update() override; 160 bool Update() override; 169 bool AbstractListFrontEnd::Update() { in Update() function in AbstractListFrontEnd 246 Update(); in ForwardListFrontEnd() 302 bool ForwardListFrontEnd::Update() { in Update() function in ForwardListFrontEnd 303 AbstractListFrontEnd::Update(); in Update() 324 Update(); in ListFrontEnd() 414 bool ListFrontEnd::Update() { in Update() function in ListFrontEnd 415 AbstractListFrontEnd::Update(); in Update()
|
| HD | LibStdcpp.cpp | 48 bool Update() override; 69 bool Update() override; 83 Update(); in LibstdcppMapIteratorSyntheticFrontEnd() 86 bool LibstdcppMapIteratorSyntheticFrontEnd::Update() { in Update() function in LibstdcppMapIteratorSyntheticFrontEnd 186 Update(); in VectorIteratorSyntheticFrontEnd() 189 bool VectorIteratorSyntheticFrontEnd::Update() { in Update() function in VectorIteratorSyntheticFrontEnd 354 Update(); in LibStdcppSharedPtrSyntheticFrontEnd() 371 bool LibStdcppSharedPtrSyntheticFrontEnd::Update() { return false; } in Update() function in LibStdcppSharedPtrSyntheticFrontEnd
|
| HD | LibCxxQueue.cpp | 20 Update(); in QueueFrontEnd() 29 bool Update() override; 50 bool QueueFrontEnd::Update() { in Update() function in QueueFrontEnd
|
| HD | LibCxxVector.cpp | 31 bool Update() override; 52 bool Update() override; 74 Update(); in LibcxxStdVectorSyntheticFrontEnd() 119 bool lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd::Update() { in Update() function in lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd 178 Update(); in LibcxxVectorBoolSyntheticFrontEnd() 246 bool lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd::Update() { in Update() function in lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd
|
| HD | LibCxxOptional.cpp | 20 Update(); in OptionalFrontEnd() 28 bool Update() override; 37 bool OptionalFrontEnd::Update() { in Update() function in OptionalFrontEnd
|
| HD | LibCxxTuple.cpp | 20 Update(); in TupleFrontEnd() 28 bool Update() override; 43 bool TupleFrontEnd::Update() { in Update() function in TupleFrontEnd
|
| HD | LibStdcppTuple.cpp | 33 bool Update() override; 53 Update(); in LibStdcppTupleSyntheticFrontEnd() 56 bool LibStdcppTupleSyntheticFrontEnd::Update() { in Update() function in LibStdcppTupleSyntheticFrontEnd
|
| HD | LibCxxInitializerList.cpp | 32 bool Update() override; 52 Update(); in LibcxxInitializerListSyntheticFrontEnd() 87 Update() { in Update() function in lldb_private::formatters::LibcxxInitializerListSyntheticFrontEnd
|
| HD | LibCxxBitset.cpp | 28 bool Update() override; 54 Update(); in BitsetFrontEnd() 58 bool BitsetFrontEnd::Update() { in Update() function in BitsetFrontEnd
|
| HD | LibStdcppUniquePointer.cpp | 33 bool Update() override; 59 Update(); in LibStdcppUniquePtrSyntheticFrontEnd() 89 bool LibStdcppUniquePtrSyntheticFrontEnd::Update() { in Update() function in LibStdcppUniquePtrSyntheticFrontEnd
|
| HD | LibCxxVariant.cpp | 173 Update(); in VariantFrontEnd() 181 bool Update() override; 190 bool VariantFrontEnd::Update() { in Update() function in VariantFrontEnd
|
| /freebsd-11-stable/crypto/openssh/ |
| HD | .skipped-commit-ids | 1 321065a95a7ccebdd5fd08482a1e19afbf524e35 Update DH groups 9 180d84674be1344e45a63990d60349988187c1ae Update moduli 12 6da9a37f74aef9f9cc639004345ad893cad582d8 Update moduli file
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/ |
| HD | MCAssembler.h | 96 unsigned Update; member 257 unsigned Update, 263 VersionInfo.Update = Update; 267 unsigned Minor, unsigned Update, 273 VersionInfo.Update = Update;
|
| /freebsd-11-stable/contrib/gcc/ |
| HD | ChangeLog.tree-ssa | 3 * tree-cfg.c (delete_tree_cfg): Update call to 22 Update documentation for -ftree-pre. 38 (build_cdtor): ...here. Update to construct a complete tree 70 (operand_equal_p): Update argument list. 97 * tree-cfg.c (tree_cfg2vcg): Rename from tree_cfg2dot. Update all 103 * doc/invoke.texi: Update documentation to describe 197 (rewrite_initialize_block): Update call to register_new_def. 334 * flags.h (flag_tree_loop): Remove. Update all users. 352 (struct lang_hooks): Update. 407 (dump_dominator_optimization_stats): Update to reflect that the [all …]
|
| /freebsd-11-stable/contrib/gperf/ |
| HD | ChangeLog | 49 * Makefile.devel: Update. 50 * INSTALL: Update. 75 tests/permutc2.exp, tests/test-4.exp: Update. 86 * doc/gperf.texi: Update copyright to be 1989-2006. 89 * configure.in: Update copyright years. 91 * src/Makefile.in: Update copyright years. 122 * src/options.cc (Options::parse_options): Update years in --version 143 tests/permutc2.exp, tests/test-4.exp: Update. 154 * tests/test-6.exp: Update. 167 (Options::~Options): Update. [all …]
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| HD | DomTreeUpdater.cpp | 26 const DominatorTree::UpdateType Update) const { in isUpdateValid() 27 const auto *From = Update.getFrom(); in isUpdateValid() 28 const auto *To = Update.getTo(); in isUpdateValid() 29 const auto Kind = Update.getKind(); in isUpdateValid() 53 const DominatorTree::UpdateType Update) const { in isSelfDominance() 55 return Update.getFrom() == Update.getTo(); in isSelfDominance()
|
| /freebsd-11-stable/sys/contrib/zlib/ |
| HD | ChangeLog | 45 - Update Visual Studio project files [AraHaan] 48 - Update contrib/minizip/iowin32.c for Windows RT [Vollant] 89 - Update inflateBack() comments, since inflate() can be faster 149 - Update ./configure for Solaris, support --64 [Mooney] 167 - Update make_vms.com [Zinser] 173 - Update the Pascal interface in contrib/pascal 202 - Update win32/Makefile.msc to build test/*.c [Truta] 204 - Update AS400 build files and documentation [Monnerat] 205 - Update win32/Makefile.gcc to build test/*.c [Truta] 220 - Update python link in README [all …]
|
| /freebsd-11-stable/sys/crypto/via/ |
| HD | padlock_hash.c | 264 axf->Update(ses->ses_ictx, key, klen); in padlock_hash_key_setup() 265 axf->Update(ses->ses_ictx, hmac_ipad_buffer, axf->blocksize - klen); in padlock_hash_key_setup() 271 axf->Update(ses->ses_octx, key, klen); in padlock_hash_key_setup() 272 axf->Update(ses->ses_octx, hmac_opad_buffer, axf->blocksize - klen); in padlock_hash_key_setup() 294 (int (*)(void *, void *, unsigned int))axf->Update, (caddr_t)&ctx); in padlock_authcompute() 302 axf->Update(&ctx, hash, axf->hashsize); in padlock_authcompute()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| HD | AArch64LoadStoreOptimizer.cpp | 179 MachineBasicBlock::iterator Update, bool IsPreIdx); 1634 MachineBasicBlock::iterator Update, in mergeUpdateInsn() argument 1636 assert((Update->getOpcode() == AArch64::ADDXri || in mergeUpdateInsn() 1637 Update->getOpcode() == AArch64::SUBXri) && in mergeUpdateInsn() 1643 if (++NextI == Update) in mergeUpdateInsn() 1646 int Value = Update->getOperand(2).getImm(); in mergeUpdateInsn() 1647 assert(AArch64_AM::getShiftValue(Update->getOperand(3).getImm()) == 0 && in mergeUpdateInsn() 1649 if (Update->getOpcode() == AArch64::SUBXri) in mergeUpdateInsn() 1660 .add(getLdStRegOp(*Update)) in mergeUpdateInsn() 1665 .setMIFlags(I->mergeFlagsWith(*Update)); in mergeUpdateInsn() [all …]
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/ |
| HD | MCMachOStreamer.cpp | 92 unsigned Update, VersionTuple SDKVersion) override; 94 unsigned Update, VersionTuple SDKVersion) override; 272 unsigned Minor, unsigned Update, in EmitVersionMin() argument 274 getAssembler().setVersionMin(Kind, Major, Minor, Update, SDKVersion); in EmitVersionMin() 278 unsigned Minor, unsigned Update, in EmitBuildVersion() argument 281 Update, SDKVersion); in EmitBuildVersion()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| HD | NSArray.cpp | 56 bool Update() override = 0; 83 bool Update() override; 216 bool Update() override; 288 bool Update() override; 305 bool Update() override; 482 GenericNSArrayMSyntheticFrontEnd<D32, D64>::Update() { in Update() function in lldb_private::formatters::GenericNSArrayMSyntheticFrontEnd 626 Update() { in Update() function in lldb_private::formatters::GenericNSArrayISyntheticFrontEnd 707 bool lldb_private::formatters::NSArray0SyntheticFrontEnd::Update() { in Update() function in lldb_private::formatters::NSArray0SyntheticFrontEnd 741 bool lldb_private::formatters::NSArray1SyntheticFrontEnd::Update() { in Update() function in lldb_private::formatters::NSArray1SyntheticFrontEnd
|
| /freebsd-11-stable/contrib/xz/ |
| HD | ChangeLog | 15 Update NEWS for 5.2.5. 36 README: Update outdated sections. 76 Update INSTALL.generic from Automake 1.16.1. 85 Update INSTALL for Windows and DOS and add preliminary info for z/OS. 94 Build: Update m4/ax_pthread.m4 from Autoconf Archive (again). 117 DOS: Update dos/Makefile for DJGPP 2.05. 128 DOS: Update instructions in dos/INSTALL.txt. 137 DOS: Update config.h. 164 Translations: Update vi.po to match the file from the TP. 195 Update THANKS. [all …]
|