Home
last modified time | relevance | path

Searched refs:Update (Results 1 - 25 of 134) sorted by relevance

123456

/third_party/zlib/contrib/dotzlib/DotZLib/
H A DChecksumImpl.cs64 /// <remarks>All the other <c>Update</c> methods are implemented in terms of this one.
66 public abstract void Update(byte[] data, int offset, int count); in Update() method in DotZLib.ChecksumGeneratorBase
72 public void Update(byte[] data) in Update() method in DotZLib.ChecksumGeneratorBase
74 Update(data, 0, data.Length); in Update()
82 public void Update(string data) in Update() method in DotZLib.ChecksumGeneratorBase
84 Update(Encoding.UTF8.GetBytes(data)); in Update()
92 public void Update(string data, Encoding encoding) in Update() method in DotZLib.ChecksumGeneratorBase
94 Update(encoding.GetBytes(data)); in Update()
133 public override void Update(byte[] data, int offset, int count) in Update() method in DotZLib.CRC32Checksum
184 public override void Update(byt method in DotZLib.AdlerChecksum
[all...]
H A DDotZLib.cs130 void Update(byte[] data); in Update() method
141 void Update(byte[] data, int offset, int count); in Update() method
148 void Update(string data); in Update() method
155 void Update(string data, Encoding encoding); in Update() method
H A DUnitTests.cs102 crc32.Update(data); in CRC32_Data()
106 crc32.Update("penguin"); in CRC32_Data()
110 crc32.Update("penguin"); in CRC32_Data()
136 adler.Update(data); in Adler_Data()
140 adler.Update("penguin"); in Adler_Data()
144 adler.Update("penguin"); in Adler_Data()
/third_party/node/deps/v8/src/heap/
H A Dweak-object-worklists.cc36 #define INVOKE_UPDATE(_, name, Name) Update##Name(name); in UpdateAfterScavenge()
56 ephemeron_hash_tables.Update( in UpdateEphemeronHashTables()
88 current_ephemerons.Update(EphemeronUpdater); in UpdateCurrentEphemerons()
94 next_ephemerons.Update(EphemeronUpdater); in UpdateNextEphemerons()
100 discovered_ephemerons.Update(EphemeronUpdater); in UpdateDiscoveredEphemerons()
106 weak_references.Update( in UpdateWeakReferences()
127 weak_objects_in_code.Update( in UpdateWeakObjectsInCode()
145 js_weak_refs.Update( in UpdateJSWeakRefs()
173 flushed_js_functions.Update( in UpdateFlushedJSFunctions()
189 baseline_flush_candidates.Update( in UpdateBaselineFlushingCandidates()
[all...]
H A Dmarking-worklist-inl.h18 void MarkingWorklists::Update(Callback callback) { in Update() function in v8::internal::MarkingWorklists
19 shared_.Update(callback); in Update()
20 on_hold_.Update(callback); in Update()
21 wrapper_.Update(callback); in Update()
22 other_.Update(callback); in Update()
28 cw.worklist->Update(callback); in Update()
H A Dscavenger-inl.h133 HeapObjectReference::Update(slot, map_word.ToForwardingAddress()); in SemiSpaceCopyObject()
139 HeapObjectReference::Update(slot, target); in SemiSpaceCopyObject()
182 HeapObjectReference::Update(slot, map_word.ToForwardingAddress()); in PromoteObject()
188 HeapObjectReference::Update(slot, target); in PromoteObject()
291 HeapObjectReference::Update(slot, actual); in EvacuateThinString()
314 HeapObjectReference::Update(slot, first); in EvacuateShortcutCandidate()
325 HeapObjectReference::Update(slot, target); in EvacuateShortcutCandidate()
417 HeapObjectReference::Update(p, dest); in ScavengeObject()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DCFGUpdate.h1 //===- CFGUpdate.h - Encode a CFG Edge Update. ------------------*- C++ -*-===//
9 // This file defines a CFG Edge Update: Insert or Delete, and two Nodes as the
28 template <typename NodePtr> class Update { class
34 Update(UpdateKind Kind, NodePtr From, NodePtr To) in Update() function in llvm::cfg::Update
40 bool operator==(const Update &RHS) const { in operator ==()
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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp44 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCAssembler.h96 unsigned Update; member in llvm::MCAssembler
257 unsigned Update, in setVersionMin()
263 VersionInfo.Update = Update; in setVersionMin()
267 unsigned Minor, unsigned Update, in setBuildVersion()
273 VersionInfo.Update = Update; in setBuildVersion()
256 setVersionMin(MCVersionMinType Type, unsigned Major, unsigned Minor, unsigned Update, VersionTuple SDKVersion = VersionTuple()) setVersionMin() argument
266 setBuildVersion(MachO::PlatformType Platform, unsigned Major, unsigned Minor, unsigned Update, VersionTuple SDKVersion = VersionTuple()) setBuildVersion() argument
/third_party/node/src/
H A Dtimer_wrap.cc26 void TimerWrap::Update(uint64_t interval, uint64_t repeat) { in Update() function in node::TimerWrap
69 void TimerWrapHandle::Update(uint64_t interval, uint64_t repeat) { in Update() function in node::TimerWrapHandle
71 timer_->Update(interval, repeat); in Update()
H A Dtimer_wrap.h32 void Update(uint64_t interval, uint64_t repeat = 0);
62 void Update(uint64_t interval, uint64_t repeat = 0);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp179 MachineBasicBlock::iterator Update, bool IsPreIdx);
902 // Update the index accordingly.
969 // Update the result of LDP to use the W instead of the X variant.
1213 // Update modified / uses register units.
1617 // Update modified / uses register units.
1625 // Update list of instructions that read/write memory.
1634 MachineBasicBlock::iterator Update,
1636 assert((Update->getOpcode() == AArch64::ADDXri ||
1637 Update->getOpcode() == AArch64::SUBXri) &&
1643 if (++NextI == Update)
[all...]
/third_party/lzma/Java/SevenZip/
H A DCRC.java30 public void Update(byte[] data, int offset, int size) in Update() method in CRC
36 public void Update(byte[] data) in Update() method in CRC
H A DLzmaBench.java128 CRC.Update(b); in write()
132 CRC.Update(b, off, len); in write()
323 crc.Update(rg.Buffer, 0, rg.BufferSize); in LzmaBenchmark()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DDomTreeUpdater.cpp26 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()
/third_party/lzma/CS/7zip/Common/
H A DCRC.cs34 public void Update(byte[] data, uint offset, uint size) in Update() method in SevenZip.CRC
46 crc.Update(data, offset, size); in CalculateDigest()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp465 bool parseVersion(unsigned *Major, unsigned *Minor, unsigned *Update);
1059 unsigned *Update) { in parseVersion()
1064 *Update = 0; in parseVersion()
1070 if (parseOptionalTrailingVersionComponent(Update, "OS update")) in parseVersion()
1127 unsigned Update; in parseVersionMin() local
1128 if (parseVersion(&Major, &Minor, &Update)) in parseVersionMin()
1140 getStreamer().EmitVersionMin(Type, Major, Minor, Update, SDKVersion); in parseVersionMin()
1183 unsigned Update; in parseBuildVersion() local
1184 if (parseVersion(&Major, &Minor, &Update)) in parseBuildVersion()
1197 getStreamer().EmitBuildVersion(Platform, Major, Minor, Update, SDKVersio in parseBuildVersion()
1058 parseVersion(unsigned *Major, unsigned *Minor, unsigned *Update) parseVersion() argument
[all...]
/third_party/gn/src/base/
H A Dsha1.cc26 // sha.Update(moredata, size of data);
43 void Update(const void* data, size_t nbytes);
121 void SecureHashAlgorithm::Update(const void* data, size_t nbytes) { in Update() function in base::SecureHashAlgorithm
207 sha.Update(data, len); in SHA1HashBytes()
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/
H A Dsha1.cc30 // sha.Update(moredata, size of data);
48 void Update(const void *data, size_t nbytes);
143 void SecureHashAlgorithm::Update(const void *data, size_t nbytes) in Update() function in angle::base::SecureHashAlgorithm
237 sha.Update(data, len); in SHA1HashBytes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCMachOStreamer.cpp92 unsigned Update, VersionTuple SDKVersion) override;
94 unsigned Update, VersionTuple SDKVersion) override;
272 unsigned Minor, unsigned Update, in EmitVersionMin()
274 getAssembler().setVersionMin(Kind, Major, Minor, Update, SDKVersion); in EmitVersionMin()
278 unsigned Minor, unsigned Update, in EmitBuildVersion()
281 Update, SDKVersion); in EmitBuildVersion()
271 EmitVersionMin(MCVersionMinType Kind, unsigned Major, unsigned Minor, unsigned Update, VersionTuple SDKVersion) EmitVersionMin() argument
277 EmitBuildVersion(unsigned Platform, unsigned Major, unsigned Minor, unsigned Update, VersionTuple SDKVersion) EmitBuildVersion() argument
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
H A DSubresourceStorageTests.cpp39 void Update(const SubresourceRange& range, F&& updateFunc) { in Update() function
102 mTracked.Update(range, [](const SubresourceRange&, uint32_t* counter) { in Track()
110 mTracked.Update(range, [](const SubresourceRange&, uint32_t* counter) { in CheckTrackedExactly()
254 // The tests for Update() all follow the same pattern of setting up a real and a fake storage then
255 // performing one or multiple Update()s on them and checking:
257 // - The Update() range was correct.
260 // Calls Update both on the read storage and the fake storage but intercepts the call to updateFunc
269 s->Update(range, [&](const SubresourceRange& range, T* data) { in CallUpdateOnBoth()
273 f->Update(range, updateFunc); in CallUpdateOnBoth()
284 // Update in TEST()
[all...]
/third_party/node/deps/v8/src/base/
H A Dpointer-with-payload.h57 Update(pointer, payload); in PointerWithPayload()
73 V8_INLINE void Update(PointerType* new_pointer, PayloadType new_payload) { in Update() function in v8::base::PointerWithPayload
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DDomTreeUpdater.h302 bool isUpdateValid(DominatorTree::UpdateType Update) const;
305 bool isSelfDominance(DominatorTree::UpdateType Update) const;
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
H A Delf_mem_image.cc324 this->Update(1); in operator ++()
330 it.Update(0); in begin()
338 void ElfMemImage::SymbolIterator::Update(int increment) { in Update() function in absl::ElfMemImage::SymbolIterator
/third_party/lzma/CPP/7zip/UI/Console/
H A DList.cpp318 void Update(const CListFileTimeDef &t) in Update() function
335 void Update(const CListStat &st) in Update() function
339 MTime.Update(st.MTime); in Update()
353 void Update(const CListStat2 &st) in Update() function
355 MainFiles.Update(st.MainFiles); in Update()
356 AltStreams.Update(st.AltStreams); in Update()
781 st.Update(stat2.AltStreams); in PrintSum()
1332 stat2.GetStat(isAltStream).Update(st); in ListArchives()
1369 stat2total.Update(stat2); in ListArchives()

Completed in 16 milliseconds

123456