Searched refs:Update (Results 51 - 75 of 92) sorted by relevance

1234

/freebsd-11-stable/stand/pc98/kgzldr/
H A Dcrt.s77 crt_putchr.4: movw %dx,(%ebx) # Update position
/freebsd-11-stable/stand/i386/kgzldr/
H A Dcrt.s81 crt_putchr.4: movw %dx,(%ebx) # Update position
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp173 bool ScriptedSyntheticChildren::FrontEnd::Update() { function in class:ScriptedSyntheticChildren::FrontEnd
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSIndexPath.cpp49 bool Update() override {
H A DNSException.cpp140 bool Update() override {
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp790 uint32_t Update = MachOObjectFile::getVersionMinUpdate(VMC, false); local
791 if (Update != 0)
800 uint32_t Update = MachOObjectFile::getVersionMinUpdate(VMC, true); local
801 if (Update != 0)
/freebsd-11-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec620 - Update for 2.5.1p1.
627 - Update for 2.5.0p1.
670 - Update to x11-askpass 1.1.1. (#21301)
698 - Update to OpenSSH 2.3.0p1.
699 - Update to x11-askpass 1.1.0.
703 - Update to ssh-askpass-x11 1.0.3.
719 - Update x11-askpass to 1.0.2. (#17835)
728 - Update to 2.2.0p1. (#17835)
732 - Update to 20000823 snapshot.
737 - Update t
[all...]
/freebsd-11-stable/stand/pc98/cdboot/
H A Dcdboot.S431 load_notrunc: sub %dh,%cl # Update count
435 add $MAX_READ_SEC,%eax # Update LBA
436 add $MAX_READ,%ebx # Update dest addr
591 ff.namelen: inc %cl # Update length
604 incl rec_lba # Update LBA to next block
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1070 const InlineCallStack &InlineStack, bool Update, uint32_t Offset) {
1101 Update = false;
1136 if (Update) {
1142 // Update the body samples for the current profile.
1166 if (Update)
1184 if (std::error_code EC = readOneFunctionProfile(NewStack, Update, Offset))
1069 readOneFunctionProfile( const InlineCallStack &InlineStack, bool Update, uint32_t Offset) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h1163 const auto &Update = Updates.front(); local
1164 if (Update.getKind() == UpdateKind::Insert)
1165 DT.insertEdge(Update.getFrom(), Update.getTo());
1167 DT.deleteEdge(Update.getFrom(), Update.getTo());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp150 unsigned Update, VersionTuple SDKVersion) override;
152 unsigned Update, VersionTuple SDKVersion) override;
553 unsigned Minor, unsigned Update,
556 if (Update)
557 OS << ", " << Update; local
578 unsigned Minor, unsigned Update,
582 if (Update)
583 OS << ", " << Update; local
552 EmitVersionMin(MCVersionMinType Type, unsigned Major, unsigned Minor, unsigned Update, VersionTuple SDKVersion) argument
577 EmitBuildVersion(unsigned Platform, unsigned Major, unsigned Minor, unsigned Update, VersionTuple SDKVersion) argument
H A DMachObjectWriter.cpp868 unsigned Update = V.getSubminor() ? *V.getSubminor() : 0;
870 assert(Update < 256 && "unencodable update target version");
873 return Update | (Minor << 8) | (V.getMajor() << 16);
876 VersionTuple(VersionInfo.Major, VersionInfo.Minor, VersionInfo.Update));
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h112 /// Update streamer for a new active section.
377 /// Update streamer for a new active section.
472 unsigned Minor, unsigned Update,
478 unsigned Minor, unsigned Update,
471 EmitVersionMin(MCVersionMinType Type, unsigned Major, unsigned Minor, unsigned Update, VersionTuple SDKVersion) argument
477 EmitBuildVersion(unsigned Platform, unsigned Major, unsigned Minor, unsigned Update, VersionTuple SDKVersion) argument
/freebsd-11-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutdelete.c344 * Update AddressRange list. However, only permanent regions
676 * Update the notify objects for these types (if present)
807 Object = State->Update.Object;
820 /* Free any stacked Update State objects */
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DDominators.cpp70 template class llvm::cfg::Update<BasicBlock *>; member in class:llvm::cfg
/freebsd-11-stable/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c1490 axf->Update(auth_ctx, block, sizeof(block));
1503 axf->Update(auth_ctx, block, len);
1507 axf->Update(auth_ctx, block, len);
1515 axf->Update(auth_ctx, block, sizeof(block));
1755 axf->Update(&auth_ctx, key, klen);
1774 axf->Update(&auth_ctx, s->hmac.ipad, axf->blocksize);
1778 axf->Update(&auth_ctx, s->hmac.opad, axf->blocksize);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h709 bool Update, uint32_t Offset);
/freebsd-11-stable/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh46 -I -- Update INDEX only. (update command only)
64 update -- Update ports tree to match current snapshot, replacing
719 # Update a compressed snapshot
769 # Update metadata without patches
856 # Update ports without patches
1117 # Update command. Make sure the parameters are sensible,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2744 // Update the placeholder.
4022 // Update the size.
4862 for (auto &Update : DeclUpdate.second) {
4863 DeclUpdateKind Kind = (DeclUpdateKind)Update.getKind();
4876 assert(Update.getDecl() && "no decl to add?");
4877 Record.push_back(GetDeclRef(Update.getDecl()));
4885 Record.AddSourceLocation(Update.getLoc());
4904 cast<ParmVarDecl>(Update.getDecl())->getDefaultArg()));
4909 cast<FieldDecl>(Update.getDecl())->getInClassInitializer());
4960 Record.AddDeclRef(Update
[all...]
H A DASTReaderDecl.cpp159 void ReadCXXRecordDefinition(CXXRecordDecl *D, bool Update);
1809 void ASTDeclReader::ReadCXXRecordDefinition(CXXRecordDecl *D, bool Update) { argument
1845 if (Update || Canon != D)
1893 ReadCXXRecordDefinition(D, /*Update*/false);
4166 for (const auto &Update : VisibleUpdates)
4168 Update.Mod, Update.Data,
4169 reader::ASTDeclContextNameLookupTrait(*this, *Update.Mod));
4499 ReadCXXRecordDefinition(RD, /*Update*/true);
4569 // Update thi
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp7138 ExprResult Update =
7140 if (!Update.isUsable())
7156 ExprResult SavedUpdate = Update;
7160 Update.get()->getType()->isOverloadableType()) {
7163 Update =
7165 if (Update.isUsable()) {
7170 Update = SemaRef.CreateBuiltinBinOp(Loc, BO_Comma, Update.get(),
7177 if (!Update.isUsable() || !UpdateVal.isUsable()) {
7178 Update
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadList.cpp699 void ThreadList::Update(ThreadList &rhs) { function in class:ThreadList
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h389 void Update();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3177 void (clang::ExternalASTSource::*Update)(Owner)>
3178 typename clang::LazyGenerationalUpdatePtr<Owner, T, Update>::ValueType
3179 clang::LazyGenerationalUpdatePtr<Owner, T, Update>::makeValue(
/freebsd-11-stable/crypto/openssl/util/
H A Dmkdef.pl976 $a .= ",RSA" if($s =~ /PEM_Seal(Final|Init|Update)/);

Completed in 492 milliseconds

1234