| /src/external/gpl3/autoconf/dist/man/ |
| autoreconf.x | 2 autoreconf \- Update generated configuration files
|
| autoupdate.x | 2 autoupdate \- Update a configure.in to a newer Autoconf
|
| /src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/ |
| ChecksumImpl.cs | 58 /// <param name="data">The data to update the checksum with</param>
64 /// <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);
71 /// <param name="data">The data to update the checksum with</param>
72 public void Update(byte[] data)
74 Update(data, 0, data.Length);
80 /// <param name="data">The string to update the checksum with</param>
82 public void Update(string data)
84 Update(Encoding.UTF8.GetBytes(data));
90 /// <param name="data">The string to update the checksum with</param> [all...] |
| DotZLib.cs | 129 /// <param name="data">The data to update the checksum with</param>
130 void Update(byte[] data);
135 /// <param name="data">The data to update the checksum with</param>
141 void Update(byte[] data, int offset, int count);
146 /// <param name="data">The string to update the checksum with</param>
148 void Update(string data);
153 /// <param name="data">The string to update the checksum with</param>
155 void Update(string data, Encoding encoding);
|
| UnitTests.cs | 102 crc32.Update(data);
106 crc32.Update("penguin");
110 crc32.Update("penguin");
136 adler.Update(data);
140 adler.Update("penguin");
144 adler.Update("penguin");
|
| /src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/ |
| ChecksumImpl.cs | 58 /// <param name="data">The data to update the checksum with</param>
64 /// <remarks>All the other <c>Update</c> methods are implmeneted in terms of this one.
66 public abstract void Update(byte[] data, int offset, int count);
71 /// <param name="data">The data to update the checksum with</param>
72 public void Update(byte[] data)
74 Update(data, 0, data.Length);
80 /// <param name="data">The string to update the checksum with</param>
82 public void Update(string data)
84 Update(Encoding.UTF8.GetBytes(data));
90 /// <param name="data">The string to update the checksum with</param> [all...] |
| DotZLib.cs | 129 /// <param name="data">The data to update the checksum with</param>
130 void Update(byte[] data);
135 /// <param name="data">The data to update the checksum with</param>
141 void Update(byte[] data, int offset, int count);
146 /// <param name="data">The string to update the checksum with</param>
148 void Update(string data);
153 /// <param name="data">The string to update the checksum with</param>
155 void Update(string data, Encoding encoding);
|
| UnitTests.cs | 102 crc32.Update(data);
106 crc32.Update("penguin");
110 crc32.Update("penguin");
136 adler.Update(data);
140 adler.Update("penguin");
144 adler.Update("penguin");
|
| /src/external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/ |
| ChecksumImpl.cs | 58 /// <param name="data">The data to update the checksum with</param>
64 /// <remarks>All the other <c>Update</c> methods are implmeneted in terms of this one.
66 public abstract void Update(byte[] data, int offset, int count);
71 /// <param name="data">The data to update the checksum with</param>
72 public void Update(byte[] data)
74 Update(data, 0, data.Length);
80 /// <param name="data">The string to update the checksum with</param>
82 public void Update(string data)
84 Update(Encoding.UTF8.GetBytes(data));
90 /// <param name="data">The string to update the checksum with</param> [all...] |
| DotZLib.cs | 129 /// <param name="data">The data to update the checksum with</param>
130 void Update(byte[] data);
135 /// <param name="data">The data to update the checksum with</param>
141 void Update(byte[] data, int offset, int count);
146 /// <param name="data">The string to update the checksum with</param>
148 void Update(string data);
153 /// <param name="data">The string to update the checksum with</param>
155 void Update(string data, Encoding encoding);
|
| UnitTests.cs | 102 crc32.Update(data);
106 crc32.Update("penguin");
110 crc32.Update("penguin");
136 adler.Update(data);
140 adler.Update("penguin");
144 adler.Update("penguin");
|
| /src/external/gpl3/gdb/dist/zlib/contrib/dotzlib/DotZLib/ |
| ChecksumImpl.cs | 58 /// <param name="data">The data to update the checksum with</param>
64 /// <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);
71 /// <param name="data">The data to update the checksum with</param>
72 public void Update(byte[] data)
74 Update(data, 0, data.Length);
80 /// <param name="data">The string to update the checksum with</param>
82 public void Update(string data)
84 Update(Encoding.UTF8.GetBytes(data));
90 /// <param name="data">The string to update the checksum with</param> [all...] |
| DotZLib.cs | 129 /// <param name="data">The data to update the checksum with</param>
130 void Update(byte[] data);
135 /// <param name="data">The data to update the checksum with</param>
141 void Update(byte[] data, int offset, int count);
146 /// <param name="data">The string to update the checksum with</param>
148 void Update(string data);
153 /// <param name="data">The string to update the checksum with</param>
155 void Update(string data, Encoding encoding);
|
| UnitTests.cs | 102 crc32.Update(data);
106 crc32.Update("penguin");
110 crc32.Update("penguin");
136 adler.Update(data);
140 adler.Update("penguin");
144 adler.Update("penguin");
|
| /src/common/dist/zlib/contrib/dotzlib/DotZLib/ |
| ChecksumImpl.cs | 58 /// <param name="data">The data to update the checksum with</param>
64 /// <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);
71 /// <param name="data">The data to update the checksum with</param>
72 public void Update(byte[] data)
74 Update(data, 0, data.Length);
80 /// <param name="data">The string to update the checksum with</param>
82 public void Update(string data)
84 Update(Encoding.UTF8.GetBytes(data));
90 /// <param name="data">The string to update the checksum with</param> [all...] |
| DotZLib.cs | 129 /// <param name="data">The data to update the checksum with</param>
130 void Update(byte[] data);
135 /// <param name="data">The data to update the checksum with</param>
141 void Update(byte[] data, int offset, int count);
146 /// <param name="data">The string to update the checksum with</param>
148 void Update(string data);
153 /// <param name="data">The string to update the checksum with</param>
155 void Update(string data, Encoding encoding);
|
| UnitTests.cs | 102 crc32.Update(data);
106 crc32.Update("penguin");
110 crc32.Update("penguin");
136 adler.Update(data);
140 adler.Update("penguin");
144 adler.Update("penguin");
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| CFGUpdate.h | 1 //===- CFGUpdate.h - Encode a CFG Edge Update. ------------------*- C++ -*-===// 9 // This file defines a CFG Edge Update: Insert or Delete, and two Nodes as the 27 template <typename NodePtr> class Update { 33 Update(UpdateKind Kind, NodePtr From, NodePtr To) 39 bool operator==(const Update &RHS) const { 62 void LegalizeUpdates(ArrayRef<Update<NodePtr>> AllUpdates, 63 SmallVectorImpl<Update<NodePtr>> &Result, 106 llvm::sort(Result, [&](const Update<NodePtr> &A, const Update<NodePtr> &B) {
|
| CFGDiff.h | 52 // GraphDiff defines a CFG snapshot: given a set of Update<NodePtr>, provides 74 SmallVector<cfg::Update<NodePtr>, 4> LegalizedUpdates; 95 GraphDiff(ArrayRef<cfg::Update<NodePtr>> Updates, 113 cfg::Update<NodePtr> popUpdateForIncrementalUpdates() {
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| RegisterClassInfo.cpp | 44 bool Update = false; 51 Update = true; 59 if (Update || CSR != CalleeSavedRegs) { 67 Update = true; 76 Update = true; 81 if (Update) {
|
| /src/external/mpl/bind/dist/bin/tests/system/dnssec/ |
| dnssec_update_test.pl | 15 # DNSSEC Dynamic update test suite. 34 use Net::DNS::Update; 65 my $update = new Net::DNS::Update("$zone"); 68 $update->push(@$rec); 71 $reply = $res->send($update); 78 print "Update failed: ", $res->errorstring, "\n"; 88 test("NOERROR", ["update", rr_add("a.$zone 300 A 73.80.65.49")]); 91 test("NOERROR", ["update", rr_del("a.$zone")]); 94 print "$failures update tests failed.\n" [all...] |
| /src/external/bsd/elftosb/dist/common/ |
| SHA1.h | 125 // Update the hash value 126 void Update(const uint8_t *data, uint32_t len);
|
| /src/external/bsd/iscsi/dist/src/lib/ |
| md5hl.c | 98 MDNAME(Update)(&ctx, buffer, (size_t)i); 120 MDNAME(Update)(&ctx, data, len);
|
| /src/sys/external/bsd/acpica/dist/utilities/ |
| utstate.c | 107 /* Update the list head */ 181 /* Init fields specific to the update struct */ 203 * Action - Update action to be performed 207 * DESCRIPTION: Create an "Update State" - a flavor of the generic state used 208 * to update reference counts and delete complex objects such 232 /* Init fields specific to the update struct */ 235 State->Update.Object = Object; 236 State->Update.Value = Action; 246 * Action - Update action to be performed 274 /* Init fields specific to the update struct * [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| MCAssembler.h | 96 unsigned Update; 268 unsigned Update, 274 VersionInfo.Update = Update; 278 unsigned Minor, unsigned Update, 284 VersionInfo.Update = Update;
|